com.liferay.portal.model
Interface GroupModel

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
Group

public interface GroupModel
extends BaseModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the Group table in the database.

Author:
Brian Wing Shun Chan
See Also:
Group, GroupImpl, GroupModelImpl

Method Summary
 boolean getActive()
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 long getCreatorUserId()
           
 java.lang.String getDescription()
           
 java.lang.String getFriendlyURL()
           
 long getGroupId()
           
 long getLiveGroupId()
           
 java.lang.String getName()
           
 long getParentGroupId()
           
 long getPrimaryKey()
           
 int getType()
           
 java.lang.String getTypeSettings()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreatorUserId(long creatorUserId)
           
 void setDescription(java.lang.String description)
           
 void setFriendlyURL(java.lang.String friendlyURL)
           
 void setGroupId(long groupId)
           
 void setLiveGroupId(long liveGroupId)
           
 void setName(java.lang.String name)
           
 void setParentGroupId(long parentGroupId)
           
 void setPrimaryKey(long pk)
           
 void setType(int type)
           
 void setTypeSettings(java.lang.String typeSettings)
           
 Group toEscapedModel()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getCreatorUserId

long getCreatorUserId()

setCreatorUserId

void setCreatorUserId(long creatorUserId)

getClassName

java.lang.String getClassName()

getClassNameId

long getClassNameId()

setClassNameId

void setClassNameId(long classNameId)

getClassPK

long getClassPK()

setClassPK

void setClassPK(long classPK)

getParentGroupId

long getParentGroupId()

setParentGroupId

void setParentGroupId(long parentGroupId)

getLiveGroupId

long getLiveGroupId()

setLiveGroupId

void setLiveGroupId(long liveGroupId)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)

getType

int getType()

setType

void setType(int type)

getTypeSettings

java.lang.String getTypeSettings()

setTypeSettings

void setTypeSettings(java.lang.String typeSettings)

getFriendlyURL

java.lang.String getFriendlyURL()

setFriendlyURL

void setFriendlyURL(java.lang.String friendlyURL)

getActive

boolean getActive()

isActive

boolean isActive()

setActive

void setActive(boolean active)

toEscapedModel

Group toEscapedModel()