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

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

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

See Also:
Serialized Form

Constructor Summary
UserGroupSoap()
           
UserGroupSoap(long companyId, java.lang.String description, java.lang.String name, long parentUserGroupId, long primaryKey, long userGroupId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getCompanyId()
          Gets the companyId value for this UserGroupSoap.
 java.lang.String getDescription()
          Gets the description value for this UserGroupSoap.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getName()
          Gets the name value for this UserGroupSoap.
 long getParentUserGroupId()
          Gets the parentUserGroupId value for this UserGroupSoap.
 long getPrimaryKey()
          Gets the primaryKey value for this UserGroupSoap.
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 getUserGroupId()
          Gets the userGroupId value for this UserGroupSoap.
 int hashCode()
           
 void setCompanyId(long companyId)
          Sets the companyId value for this UserGroupSoap.
 void setDescription(java.lang.String description)
          Sets the description value for this UserGroupSoap.
 void setName(java.lang.String name)
          Sets the name value for this UserGroupSoap.
 void setParentUserGroupId(long parentUserGroupId)
          Sets the parentUserGroupId value for this UserGroupSoap.
 void setPrimaryKey(long primaryKey)
          Sets the primaryKey value for this UserGroupSoap.
 void setUserGroupId(long userGroupId)
          Sets the userGroupId value for this UserGroupSoap.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupSoap

public UserGroupSoap()

UserGroupSoap

public UserGroupSoap(long companyId,
                     java.lang.String description,
                     java.lang.String name,
                     long parentUserGroupId,
                     long primaryKey,
                     long userGroupId)
Method Detail

getCompanyId

public long getCompanyId()
Gets the companyId value for this UserGroupSoap.

Returns:
companyId

setCompanyId

public void setCompanyId(long companyId)
Sets the companyId value for this UserGroupSoap.

Parameters:
companyId -

getDescription

public java.lang.String getDescription()
Gets the description value for this UserGroupSoap.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this UserGroupSoap.

Parameters:
description -

getName

public java.lang.String getName()
Gets the name value for this UserGroupSoap.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this UserGroupSoap.

Parameters:
name -

getParentUserGroupId

public long getParentUserGroupId()
Gets the parentUserGroupId value for this UserGroupSoap.

Returns:
parentUserGroupId

setParentUserGroupId

public void setParentUserGroupId(long parentUserGroupId)
Sets the parentUserGroupId value for this UserGroupSoap.

Parameters:
parentUserGroupId -

getPrimaryKey

public long getPrimaryKey()
Gets the primaryKey value for this UserGroupSoap.

Returns:
primaryKey

setPrimaryKey

public void setPrimaryKey(long primaryKey)
Sets the primaryKey value for this UserGroupSoap.

Parameters:
primaryKey -

getUserGroupId

public long getUserGroupId()
Gets the userGroupId value for this UserGroupSoap.

Returns:
userGroupId

setUserGroupId

public void setUserGroupId(long userGroupId)
Sets the userGroupId value for this UserGroupSoap.

Parameters:
userGroupId -

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