com.liferay.client.soap.portal.model
Class UserGroupRoleSoap

java.lang.Object
  extended by com.liferay.client.soap.portal.model.UserGroupRoleSoap
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
UserGroupRoleSoap()
           
UserGroupRoleSoap(long groupId, UserGroupRolePK primaryKey, 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 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 setGroupId(long groupId)
          Sets the groupId 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupRoleSoap

public UserGroupRoleSoap()

UserGroupRoleSoap

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

getGroupId

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

Returns:
groupId

setGroupId

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

Parameters:
groupId -

getPrimaryKey

public UserGroupRolePK getPrimaryKey()
Gets the primaryKey value for this UserGroupRoleSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(UserGroupRolePK primaryKey)
Sets the primaryKey value for this UserGroupRoleSoap.

Parameters:
primaryKey -

getRoleId

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

Returns:
roleId

setRoleId

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

Parameters:
roleId -

getUserId

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

Returns:
userId

setUserId

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

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