Liferay 6.2-ce-ga5

com.liferay.portal.model
Class UserGroupSoap

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

public class UserGroupSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portal.service.http.UserGroupServiceSoap.

See Also:
com.liferay.portal.service.http.UserGroupServiceSoap, Serialized Form

Constructor Summary
UserGroupSoap()
           
 
Method Summary
 boolean getAddedByLDAPImport()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 Date getModifiedDate()
           
 String getName()
           
 long getParentUserGroupId()
           
 long getPrimaryKey()
           
 long getUserGroupId()
           
 long getUserId()
           
 String getUserName()
           
 String getUuid()
           
 boolean isAddedByLDAPImport()
           
 void setAddedByLDAPImport(boolean addedByLDAPImport)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setParentUserGroupId(long parentUserGroupId)
           
 void setPrimaryKey(long pk)
           
 void setUserGroupId(long userGroupId)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUuid(String uuid)
           
static UserGroupSoap toSoapModel(UserGroup model)
           
static UserGroupSoap[] toSoapModels(List<UserGroup> models)
           
static UserGroupSoap[] toSoapModels(UserGroup[] models)
           
static UserGroupSoap[][] toSoapModels(UserGroup[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupSoap

public UserGroupSoap()
Method Detail

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)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

getUserGroupId

public long getUserGroupId()

setUserGroupId

public void setUserGroupId(long userGroupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

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)

getAddedByLDAPImport

public boolean getAddedByLDAPImport()

isAddedByLDAPImport

public boolean isAddedByLDAPImport()

setAddedByLDAPImport

public void setAddedByLDAPImport(boolean addedByLDAPImport)

Liferay 6.2-ce-ga5