org.eclipse.higgins.ics.ws.wsdl
Class UserProfileTO

java.lang.Object
  extended byorg.eclipse.higgins.ics.ws.wsdl.UserProfileTO
All Implemented Interfaces:
Serializable

public class UserProfileTO
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
UserProfileTO()
           
UserProfileTO(Calendar created, String email, String firstName, String lastName, String loginName, Calendar modified, String password, String status, String usedFrom)
           
 
Method Summary
 boolean equals(Object obj)
           
 Calendar getCreated()
          Gets the created value for this UserProfileTO.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 String getEmail()
          Gets the email value for this UserProfileTO.
 String getFirstName()
          Gets the firstName value for this UserProfileTO.
 String getLastName()
          Gets the lastName value for this UserProfileTO.
 String getLoginName()
          Gets the loginName value for this UserProfileTO.
 Calendar getModified()
          Gets the modified value for this UserProfileTO.
 String getPassword()
          Gets the password value for this UserProfileTO.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 String getStatus()
          Gets the status value for this UserProfileTO.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUsedFrom()
          Gets the usedFrom value for this UserProfileTO.
 int hashCode()
           
 void setCreated(Calendar created)
          Sets the created value for this UserProfileTO.
 void setEmail(String email)
          Sets the email value for this UserProfileTO.
 void setFirstName(String firstName)
          Sets the firstName value for this UserProfileTO.
 void setLastName(String lastName)
          Sets the lastName value for this UserProfileTO.
 void setLoginName(String loginName)
          Sets the loginName value for this UserProfileTO.
 void setModified(Calendar modified)
          Sets the modified value for this UserProfileTO.
 void setPassword(String password)
          Sets the password value for this UserProfileTO.
 void setStatus(String status)
          Sets the status value for this UserProfileTO.
 void setUsedFrom(String usedFrom)
          Sets the usedFrom value for this UserProfileTO.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfileTO

public UserProfileTO()

UserProfileTO

public UserProfileTO(Calendar created,
                     String email,
                     String firstName,
                     String lastName,
                     String loginName,
                     Calendar modified,
                     String password,
                     String status,
                     String usedFrom)
Method Detail

getCreated

public Calendar getCreated()
Gets the created value for this UserProfileTO.

Returns:
created

setCreated

public void setCreated(Calendar created)
Sets the created value for this UserProfileTO.

Parameters:
created -

getEmail

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

Returns:
email

setEmail

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

Parameters:
email -

getFirstName

public String getFirstName()
Gets the firstName value for this UserProfileTO.

Returns:
firstName

setFirstName

public void setFirstName(String firstName)
Sets the firstName value for this UserProfileTO.

Parameters:
firstName -

getLastName

public String getLastName()
Gets the lastName value for this UserProfileTO.

Returns:
lastName

setLastName

public void setLastName(String lastName)
Sets the lastName value for this UserProfileTO.

Parameters:
lastName -

getLoginName

public String getLoginName()
Gets the loginName value for this UserProfileTO.

Returns:
loginName

setLoginName

public void setLoginName(String loginName)
Sets the loginName value for this UserProfileTO.

Parameters:
loginName -

getModified

public Calendar getModified()
Gets the modified value for this UserProfileTO.

Returns:
modified

setModified

public void setModified(Calendar modified)
Sets the modified value for this UserProfileTO.

Parameters:
modified -

getPassword

public String getPassword()
Gets the password value for this UserProfileTO.

Returns:
password

setPassword

public void setPassword(String password)
Sets the password value for this UserProfileTO.

Parameters:
password -

getStatus

public String getStatus()
Gets the status value for this UserProfileTO.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this UserProfileTO.

Parameters:
status -

getUsedFrom

public String getUsedFrom()
Gets the usedFrom value for this UserProfileTO.

Returns:
usedFrom

setUsedFrom

public void setUsedFrom(String usedFrom)
Sets the usedFrom value for this UserProfileTO.

Parameters:
usedFrom -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

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,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

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