Liferay 6.1.2-ce-ga3

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 UserGroupServiceSoap.

See Also:
UserGroupServiceSoap, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
UserGroupSoap()
           
 
Method Summary
 boolean getAddedByLDAPImport()
           
 long getCompanyId()
           
 String getDescription()
           
 String getName()
           
 long getParentUserGroupId()
           
 long getPrimaryKey()
           
 long getUserGroupId()
           
 boolean isAddedByLDAPImport()
           
 void setAddedByLDAPImport(boolean addedByLDAPImport)
           
 void setCompanyId(long companyId)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setParentUserGroupId(long parentUserGroupId)
           
 void setPrimaryKey(long pk)
           
 void setUserGroupId(long userGroupId)
           
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)

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)

getAddedByLDAPImport

public boolean getAddedByLDAPImport()

isAddedByLDAPImport

public boolean isAddedByLDAPImport()

setAddedByLDAPImport

public void setAddedByLDAPImport(boolean addedByLDAPImport)

Liferay 6.1.2-ce-ga3