com.liferay.portal.model
Class GroupSoap
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupSoap
public GroupSoap()
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)