com.liferay.client.soap.portal.service.persistence
Class UserGroupRolePK

java.lang.Object
  extended by com.liferay.client.soap.portal.service.persistence.UserGroupRolePK
All Implemented Interfaces:
java.io.Serializable

public class UserGroupRolePK
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

UserGroupRolePK

public UserGroupRolePK()

UserGroupRolePK

public UserGroupRolePK(long groupId,
                       long roleId,
                       long userId)
Method Detail

getGroupId

public long getGroupId()
Gets the groupId value for this UserGroupRolePK.

Returns:
groupId

setGroupId

public void setGroupId(long groupId)
Sets the groupId value for this UserGroupRolePK.

Parameters:
groupId -

getRoleId

public long getRoleId()
Gets the roleId value for this UserGroupRolePK.

Returns:
roleId

setRoleId

public void setRoleId(long roleId)
Sets the roleId value for this UserGroupRolePK.

Parameters:
roleId -

getUserId

public long getUserId()
Gets the userId value for this UserGroupRolePK.

Returns:
userId

setUserId

public void setUserId(long userId)
Sets the userId value for this UserGroupRolePK.

Parameters:
userId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer