public class RoleSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
RoleSoap() |
RoleSoap(long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
java.lang.String description,
java.util.Calendar modifiedDate,
long mvccVersion,
java.lang.String name,
long primaryKey,
long roleId,
java.lang.String subtype,
java.lang.String title,
int type,
long userId,
java.lang.String userName,
java.lang.String uuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getClassNameId()
Gets the classNameId value for this RoleSoap.
|
long |
getClassPK()
Gets the classPK value for this RoleSoap.
|
long |
getCompanyId()
Gets the companyId value for this RoleSoap.
|
java.util.Calendar |
getCreateDate()
Gets the createDate value for this RoleSoap.
|
java.lang.String |
getDescription()
Gets the description value for this RoleSoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.util.Calendar |
getModifiedDate()
Gets the modifiedDate value for this RoleSoap.
|
long |
getMvccVersion()
Gets the mvccVersion value for this RoleSoap.
|
java.lang.String |
getName()
Gets the name value for this RoleSoap.
|
long |
getPrimaryKey()
Gets the primaryKey value for this RoleSoap.
|
long |
getRoleId()
Gets the roleId value for this RoleSoap.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.String |
getSubtype()
Gets the subtype value for this RoleSoap.
|
java.lang.String |
getTitle()
Gets the title value for this RoleSoap.
|
int |
getType()
Gets the type value for this RoleSoap.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
long |
getUserId()
Gets the userId value for this RoleSoap.
|
java.lang.String |
getUserName()
Gets the userName value for this RoleSoap.
|
java.lang.String |
getUuid()
Gets the uuid value for this RoleSoap.
|
int |
hashCode() |
void |
setClassNameId(long classNameId)
Sets the classNameId value for this RoleSoap.
|
void |
setClassPK(long classPK)
Sets the classPK value for this RoleSoap.
|
void |
setCompanyId(long companyId)
Sets the companyId value for this RoleSoap.
|
void |
setCreateDate(java.util.Calendar createDate)
Sets the createDate value for this RoleSoap.
|
void |
setDescription(java.lang.String description)
Sets the description value for this RoleSoap.
|
void |
setModifiedDate(java.util.Calendar modifiedDate)
Sets the modifiedDate value for this RoleSoap.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvccVersion value for this RoleSoap.
|
void |
setName(java.lang.String name)
Sets the name value for this RoleSoap.
|
void |
setPrimaryKey(long primaryKey)
Sets the primaryKey value for this RoleSoap.
|
void |
setRoleId(long roleId)
Sets the roleId value for this RoleSoap.
|
void |
setSubtype(java.lang.String subtype)
Sets the subtype value for this RoleSoap.
|
void |
setTitle(java.lang.String title)
Sets the title value for this RoleSoap.
|
void |
setType(int type)
Sets the type value for this RoleSoap.
|
void |
setUserId(long userId)
Sets the userId value for this RoleSoap.
|
void |
setUserName(java.lang.String userName)
Sets the userName value for this RoleSoap.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid value for this RoleSoap.
|
public RoleSoap()
public RoleSoap(long classNameId,
long classPK,
long companyId,
java.util.Calendar createDate,
java.lang.String description,
java.util.Calendar modifiedDate,
long mvccVersion,
java.lang.String name,
long primaryKey,
long roleId,
java.lang.String subtype,
java.lang.String title,
int type,
long userId,
java.lang.String userName,
java.lang.String uuid)
public long getClassNameId()
public void setClassNameId(long classNameId)
classNameId - public long getClassPK()
public void setClassPK(long classPK)
classPK - public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public java.util.Calendar getCreateDate()
public void setCreateDate(java.util.Calendar createDate)
createDate - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.util.Calendar getModifiedDate()
public void setModifiedDate(java.util.Calendar modifiedDate)
modifiedDate - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public java.lang.String getName()
public void setName(java.lang.String name)
name - public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey - public long getRoleId()
public void setRoleId(long roleId)
roleId - public java.lang.String getSubtype()
public void setSubtype(java.lang.String subtype)
subtype - public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - public int getType()
public void setType(int type)
type - public long getUserId()
public void setUserId(long userId)
userId - public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName - public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)