|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.client.soap.portal.model.UserGroupSoap
public class UserGroupSoap
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 |
---|
public UserGroupSoap()
public UserGroupSoap(long companyId, java.lang.String description, java.lang.String name, long parentUserGroupId, long primaryKey, long userGroupId)
Method Detail |
---|
public long getCompanyId()
public void setCompanyId(long companyId)
companyId
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public long getParentUserGroupId()
public void setParentUserGroupId(long parentUserGroupId)
parentUserGroupId
- public long getPrimaryKey()
public void setPrimaryKey(long primaryKey)
primaryKey
- public long getUserGroupId()
public void setUserGroupId(long userGroupId)
userGroupId
- 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 |