Liferay 6.2-ce-ga5

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 com.liferay.portal.service.http.GroupServiceSoap.

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

Constructor Summary
GroupSoap()
           
 
Method Summary
 boolean getActive()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 long getCreatorUserId()
           
 String getDescription()
           
 String getFriendlyURL()
           
 long getGroupId()
           
 long getLiveGroupId()
           
 boolean getManualMembership()
           
 int getMembershipRestriction()
           
 String getName()
           
 long getParentGroupId()
           
 long getPrimaryKey()
           
 int getRemoteStagingGroupCount()
           
 boolean getSite()
           
 String getTreePath()
           
 int getType()
           
 String getTypeSettings()
           
 String getUuid()
           
 boolean isActive()
           
 boolean isManualMembership()
           
 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 setManualMembership(boolean manualMembership)
           
 void setMembershipRestriction(int membershipRestriction)
           
 void setName(String name)
           
 void setParentGroupId(long parentGroupId)
           
 void setPrimaryKey(long pk)
           
 void setRemoteStagingGroupCount(int remoteStagingGroupCount)
           
 void setSite(boolean site)
           
 void setTreePath(String treePath)
           
 void setType(int type)
           
 void setTypeSettings(String typeSettings)
           
 void setUuid(String uuid)
           
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)

getUuid

public String getUuid()

setUuid

public void setUuid(String uuid)

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)

getTreePath

public String getTreePath()

setTreePath

public void setTreePath(String treePath)

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)

getManualMembership

public boolean getManualMembership()

isManualMembership

public boolean isManualMembership()

setManualMembership

public void setManualMembership(boolean manualMembership)

getMembershipRestriction

public int getMembershipRestriction()

setMembershipRestriction

public void setMembershipRestriction(int membershipRestriction)

getFriendlyURL

public String getFriendlyURL()

setFriendlyURL

public void setFriendlyURL(String friendlyURL)

getSite

public boolean getSite()

isSite

public boolean isSite()

setSite

public void setSite(boolean site)

getRemoteStagingGroupCount

public int getRemoteStagingGroupCount()

setRemoteStagingGroupCount

public void setRemoteStagingGroupCount(int remoteStagingGroupCount)

getActive

public boolean getActive()

isActive

public boolean isActive()

setActive

public void setActive(boolean active)

Liferay 6.2-ce-ga5