public class UserGroupRoleSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UserGroupRoleSoap() |
UserGroupRoleSoap(long companyId,
long groupId,
long mvccVersion,
UserGroupRolePK primaryKey,
long roleId,
long userId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Gets the companyId value for this UserGroupRoleSoap.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getGroupId()
Gets the groupId value for this UserGroupRoleSoap.
|
long |
getMvccVersion()
Gets the mvccVersion value for this UserGroupRoleSoap.
|
UserGroupRolePK |
getPrimaryKey()
Gets the primaryKey value for this UserGroupRoleSoap.
|
long |
getRoleId()
Gets the roleId value for this UserGroupRoleSoap.
|
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
|
long |
getUserId()
Gets the userId value for this UserGroupRoleSoap.
|
int |
hashCode() |
void |
setCompanyId(long companyId)
Sets the companyId value for this UserGroupRoleSoap.
|
void |
setGroupId(long groupId)
Sets the groupId value for this UserGroupRoleSoap.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvccVersion value for this UserGroupRoleSoap.
|
void |
setPrimaryKey(UserGroupRolePK primaryKey)
Sets the primaryKey value for this UserGroupRoleSoap.
|
void |
setRoleId(long roleId)
Sets the roleId value for this UserGroupRoleSoap.
|
void |
setUserId(long userId)
Sets the userId value for this UserGroupRoleSoap.
|
public UserGroupRoleSoap()
public UserGroupRoleSoap(long companyId,
long groupId,
long mvccVersion,
UserGroupRolePK primaryKey,
long roleId,
long userId)
public long getCompanyId()
public void setCompanyId(long companyId)
companyId - public long getGroupId()
public void setGroupId(long groupId)
groupId - public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
mvccVersion - public UserGroupRolePK getPrimaryKey()
public void setPrimaryKey(UserGroupRolePK primaryKey)
primaryKey - public long getRoleId()
public void setRoleId(long roleId)
roleId - public long getUserId()
public void setUserId(long userId)
userId - 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)