Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class GroupSoap

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

public class GroupSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically GroupServiceSoap.

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

Constructor Summary
GroupSoap()
           
 
Method Summary
 boolean getActive()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 long getCreatorUserId()
           
 String getDescription()
           
 String getFriendlyURL()
           
 long getGroupId()
           
 long getLiveGroupId()
           
 String getName()
           
 long getParentGroupId()
           
 long getPrimaryKey()
           
 boolean getSite()
           
 int getType()
           
 String getTypeSettings()
           
 boolean isActive()
           
 boolean isSite()
           
 void setActive(boolean active)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreatorUserId(long creatorUserId)
           
 void setDescription(String description)
           
 void setFriendlyURL(String friendlyURL)
           
 void setGroupId(long groupId)
           
 void setLiveGroupId(long liveGroupId)
           
 void setName(String name)
           
 void setParentGroupId(long parentGroupId)
           
 void setPrimaryKey(long pk)
           
 void setSite(boolean site)
           
 void setType(int type)
           
 void setTypeSettings(String typeSettings)
           
static GroupSoap toSoapModel(Group model)
           
static GroupSoap[] toSoapModels(Group[] models)
           
static GroupSoap[][] toSoapModels(Group[][] models)
           
static GroupSoap[] toSoapModels(List<Group> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupSoap

public GroupSoap()
Method Detail

toSoapModel

public static GroupSoap toSoapModel(Group model)

toSoapModels

public static GroupSoap[] toSoapModels(Group[] models)

toSoapModels

public static GroupSoap[][] toSoapModels(Group[][] models)

toSoapModels

public static GroupSoap[] toSoapModels(List<Group> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getCreatorUserId

public long getCreatorUserId()

setCreatorUserId

public void setCreatorUserId(long creatorUserId)

getClassNameId

public long getClassNameId()

setClassNameId

public void setClassNameId(long classNameId)

getClassPK

public long getClassPK()

setClassPK

public void setClassPK(long classPK)

getParentGroupId

public long getParentGroupId()

setParentGroupId

public void setParentGroupId(long parentGroupId)

getLiveGroupId

public long getLiveGroupId()

setLiveGroupId

public void setLiveGroupId(long liveGroupId)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getType

public int getType()

setType

public void setType(int type)

getTypeSettings

public String getTypeSettings()

setTypeSettings

public void setTypeSettings(String typeSettings)

getFriendlyURL

public String getFriendlyURL()

setFriendlyURL

public void setFriendlyURL(String friendlyURL)

getSite

public boolean getSite()

isSite

public boolean isSite()

setSite

public void setSite(boolean site)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

Liferay 6.1.2-ce-ga3