hudson.plugins.sfee.webservice
Class ProjectMemberSoapRow

java.lang.Object
  extended by hudson.plugins.sfee.webservice.ProjectMemberSoapRow
All Implemented Interfaces:
Serializable

public class ProjectMemberSoapRow
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProjectMemberSoapRow()
           
ProjectMemberSoapRow(String email, String fullName, String userName)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getEmail()
          Gets the email value for this ProjectMemberSoapRow.
 String getFullName()
          Gets the fullName value for this ProjectMemberSoapRow.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUserName()
          Gets the userName value for this ProjectMemberSoapRow.
 int hashCode()
           
 void setEmail(String email)
          Sets the email value for this ProjectMemberSoapRow.
 void setFullName(String fullName)
          Sets the fullName value for this ProjectMemberSoapRow.
 void setUserName(String userName)
          Sets the userName value for this ProjectMemberSoapRow.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectMemberSoapRow

public ProjectMemberSoapRow()

ProjectMemberSoapRow

public ProjectMemberSoapRow(String email,
                            String fullName,
                            String userName)
Method Detail

getEmail

public String getEmail()
Gets the email value for this ProjectMemberSoapRow.

Returns:
email

setEmail

public void setEmail(String email)
Sets the email value for this ProjectMemberSoapRow.

Parameters:
email -

getFullName

public String getFullName()
Gets the fullName value for this ProjectMemberSoapRow.

Returns:
fullName

setFullName

public void setFullName(String fullName)
Sets the fullName value for this ProjectMemberSoapRow.

Parameters:
fullName -

getUserName

public String getUserName()
Gets the userName value for this ProjectMemberSoapRow.

Returns:
userName

setUserName

public void setUserName(String userName)
Sets the userName value for this ProjectMemberSoapRow.

Parameters:
userName -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2004-2012 Hudson. All Rights Reserved.