|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portal.service.persistence.UserGroupRolePK
public class UserGroupRolePK
Constructor Summary | |
---|---|
UserGroupRolePK()
|
|
UserGroupRolePK(long groupId,
long roleId,
long userId)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
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 UserGroupRolePK. |
long |
getRoleId()
Gets the roleId value for this UserGroupRolePK. |
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 UserGroupRolePK. |
int |
hashCode()
|
void |
setGroupId(long groupId)
Sets the groupId value for this UserGroupRolePK. |
void |
setRoleId(long roleId)
Sets the roleId value for this UserGroupRolePK. |
void |
setUserId(long userId)
Sets the userId value for this UserGroupRolePK. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserGroupRolePK()
public UserGroupRolePK(long groupId, long roleId, long userId)
Method Detail |
---|
public long getGroupId()
public void setGroupId(long groupId)
groupId
- 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.Object
public int hashCode()
hashCode
in class java.lang.Object
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |