public abstract class UserBase extends Base implements Serializable
| Constructor and Description |
|---|
UserBase() |
UserBase(long id,
String name,
boolean active,
boolean apiUser,
String email,
long languageId,
long networkId,
String password,
long subnetworkId,
long userGroupId,
long userLevelId) |
| 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 UserBase.
|
long |
getLanguageId()
Gets the languageId value for this UserBase.
|
long |
getNetworkId()
Gets the networkId value for this UserBase.
|
String |
getPassword()
Gets the password value for this UserBase.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
long |
getSubnetworkId()
Gets the subnetworkId value for this UserBase.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getUserGroupId()
Gets the userGroupId value for this UserBase.
|
long |
getUserLevelId()
Gets the userLevelId value for this UserBase.
|
int |
hashCode() |
boolean |
isActive()
Gets the active value for this UserBase.
|
boolean |
isApiUser()
Gets the apiUser value for this UserBase.
|
void |
setActive(boolean active)
Sets the active value for this UserBase.
|
void |
setApiUser(boolean apiUser)
Sets the apiUser value for this UserBase.
|
void |
setEmail(String email)
Sets the email value for this UserBase.
|
void |
setLanguageId(long languageId)
Sets the languageId value for this UserBase.
|
void |
setNetworkId(long networkId)
Sets the networkId value for this UserBase.
|
void |
setPassword(String password)
Sets the password value for this UserBase.
|
void |
setSubnetworkId(long subnetworkId)
Sets the subnetworkId value for this UserBase.
|
void |
setUserGroupId(long userGroupId)
Sets the userGroupId value for this UserBase.
|
void |
setUserLevelId(long userLevelId)
Sets the userLevelId value for this UserBase.
|
public boolean isActive()
public void setActive(boolean active)
active - public boolean isApiUser()
public void setApiUser(boolean apiUser)
apiUser - public String getEmail()
public void setEmail(String email)
email - public long getLanguageId()
public void setLanguageId(long languageId)
languageId - public long getNetworkId()
public void setNetworkId(long networkId)
networkId - public String getPassword()
public void setPassword(String password)
password - public long getSubnetworkId()
public void setSubnetworkId(long subnetworkId)
subnetworkId - public long getUserGroupId()
public void setUserGroupId(long userGroupId)
userGroupId - public long getUserLevelId()
public void setUserLevelId(long userLevelId)
userLevelId - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.