com.liferay.portal.model
Interface GroupModel

All Superinterfaces:
BaseModel<Group>, java.lang.Cloneable, java.lang.Comparable<Group>, java.io.Serializable
All Known Subinterfaces:
Group
All Known Implementing Classes:
GroupWrapper

public interface GroupModel
extends BaseModel<Group>

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
Generated:

Method Summary
 java.lang.Object clone()
           
 int compareTo(Group group)
           
 boolean getActive()
           
 java.lang.String getClassName()
           
 long getClassNameId()
           
 long getClassPK()
           
 long getCompanyId()
           
 long getCreatorUserId()
           
 java.lang.String getCreatorUserUuid()
           
 java.lang.String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getFriendlyURL()
           
 long getGroupId()
           
 long getLiveGroupId()
           
 java.lang.String getName()
           
 long getParentGroupId()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 int getType()
           
 java.lang.String getTypeSettings()
           
 int hashCode()
           
 boolean isActive()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setActive(boolean active)
           
 void setCachedModel(boolean cachedModel)
           
 void setClassNameId(long classNameId)
           
 void setClassPK(long classPK)
           
 void setCompanyId(long companyId)
           
 void setCreatorUserId(long creatorUserId)
           
 void setCreatorUserUuid(java.lang.String creatorUserUuid)
           
 void setDescription(java.lang.String description)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setFriendlyURL(java.lang.String friendlyURL)
           
 void setGroupId(long groupId)
           
 void setLiveGroupId(long liveGroupId)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setParentGroupId(long parentGroupId)
           
 void setPrimaryKey(long pk)
           
 void setType(int type)
           
 void setTypeSettings(java.lang.String typeSettings)
           
 Group toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 

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)

getCreatorUserUuid

java.lang.String getCreatorUserUuid()
                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

setCreatorUserUuid

void setCreatorUserUuid(java.lang.String creatorUserUuid)

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

@AutoEscape
java.lang.String getName()

setName

void setName(java.lang.String name)

getDescription

@AutoEscape
java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)

getType

int getType()

setType

void setType(int type)

getTypeSettings

@AutoEscape
java.lang.String getTypeSettings()

setTypeSettings

void setTypeSettings(java.lang.String typeSettings)

getFriendlyURL

@AutoEscape
java.lang.String getFriendlyURL()

setFriendlyURL

void setFriendlyURL(java.lang.String friendlyURL)

getActive

boolean getActive()

isActive

boolean isActive()

setActive

void setActive(boolean active)

isNew

boolean isNew()
Specified by:
isNew in interface BaseModel<Group>

setNew

boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<Group>

isCachedModel

boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<Group>

setCachedModel

void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<Group>

isEscapedModel

boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<Group>

setEscapedModel

void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<Group>

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<Group>

getExpandoBridge

ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<Group>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<Group>

clone

java.lang.Object clone()
Specified by:
clone in interface BaseModel<Group>

compareTo

int compareTo(Group group)
Specified by:
compareTo in interface java.lang.Comparable<Group>

hashCode

int hashCode()
Overrides:
hashCode in class java.lang.Object

toEscapedModel

Group toEscapedModel()
Specified by:
toEscapedModel in interface BaseModel<Group>

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

toXmlString

java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<Group>