com.liferay.portal.model
Class UserGroupSoap
java.lang.Object
com.liferay.portal.model.UserGroupSoap
- All Implemented Interfaces:
- Serializable
public class UserGroupSoap
- extends Object
- implements Serializable
This class is used by
UserGroupServiceSoap
.
- See Also:
UserGroupServiceSoap
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserGroupSoap
public UserGroupSoap()
toSoapModel
public static UserGroupSoap toSoapModel(UserGroup model)
toSoapModels
public static UserGroupSoap[] toSoapModels(UserGroup[] models)
toSoapModels
public static UserGroupSoap[][] toSoapModels(UserGroup[][] models)
toSoapModels
public static UserGroupSoap[] toSoapModels(List<UserGroup> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUserGroupId
public long getUserGroupId()
setUserGroupId
public void setUserGroupId(long userGroupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getParentUserGroupId
public long getParentUserGroupId()
setParentUserGroupId
public void setParentUserGroupId(long parentUserGroupId)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)