public class UserSoapDO extends ObjectSoapDO implements Serializable
| Constructor and Description |
|---|
UserSoapDO() |
UserSoapDO(String createdBy,
Calendar createdDate,
String id,
String lastModifiedBy,
Calendar lastModifiedDate,
int version,
String email,
String fullName,
String locale,
boolean restrictedUser,
String status,
boolean superUser,
String timeZone,
String username) |
| Modifier and Type | Method and Description |
|---|---|
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 UserSoapDO.
|
String |
getFullName()
Gets the fullName value for this UserSoapDO.
|
String |
getLocale()
Gets the locale value for this UserSoapDO.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStatus()
Gets the status value for this UserSoapDO.
|
String |
getTimeZone()
Gets the timeZone value for this UserSoapDO.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUsername()
Gets the username value for this UserSoapDO.
|
int |
hashCode() |
boolean |
isRestrictedUser()
Gets the restrictedUser value for this UserSoapDO.
|
boolean |
isSuperUser()
Gets the superUser value for this UserSoapDO.
|
void |
setEmail(String email)
Sets the email value for this UserSoapDO.
|
void |
setFullName(String fullName)
Sets the fullName value for this UserSoapDO.
|
void |
setLocale(String locale)
Sets the locale value for this UserSoapDO.
|
void |
setRestrictedUser(boolean restrictedUser)
Sets the restrictedUser value for this UserSoapDO.
|
void |
setStatus(String status)
Sets the status value for this UserSoapDO.
|
void |
setSuperUser(boolean superUser)
Sets the superUser value for this UserSoapDO.
|
void |
setTimeZone(String timeZone)
Sets the timeZone value for this UserSoapDO.
|
void |
setUsername(String username)
Sets the username value for this UserSoapDO.
|
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersionpublic String getEmail()
public void setEmail(String email)
email - public String getFullName()
public void setFullName(String fullName)
fullName - public String getLocale()
public void setLocale(String locale)
locale - public boolean isRestrictedUser()
public void setRestrictedUser(boolean restrictedUser)
restrictedUser - public String getStatus()
public void setStatus(String status)
status - public boolean isSuperUser()
public void setSuperUser(boolean superUser)
superUser - public String getTimeZone()
public void setTimeZone(String timeZone)
timeZone - public String getUsername()
public void setUsername(String username)
username - public boolean equals(Object obj)
equals in class ObjectSoapDOpublic int hashCode()
hashCode in class ObjectSoapDOpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.