public class UserEntity extends BaseData implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
description |
private java.lang.Boolean |
isEnabled |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private AuthenticatorLC |
userDirectory |
Constructor and Description |
---|
UserEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.Boolean |
getIsEnabled() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
AuthenticatorLC |
getUserDirectory() |
int |
hashCode() |
void |
setDescription(java.lang.String description) |
void |
setIsEnabled(java.lang.Boolean isEnabled) |
void |
setUserDirectory(AuthenticatorLC userDirectory) |
getAccessBits, getBaseGroup, getBaseOwner, getCode, getKeyID, getKeyName, getVersion, setAccessBits, setBaseGroup, setBaseOwner, setCode, setKeyID, setKeyName, setVersion
private java.lang.String description
private java.lang.Boolean isEnabled
private AuthenticatorLC userDirectory
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Boolean getIsEnabled()
public void setIsEnabled(java.lang.Boolean isEnabled)
public AuthenticatorLC getUserDirectory()
public void setUserDirectory(AuthenticatorLC userDirectory)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)