com.liferay.portal.model
Interface UserGroupModel

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

public interface UserGroupModel
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 UserGroup table in the database.

Author:
Brian Wing Shun Chan
See Also:
UserGroup, UserGroupImpl, UserGroupModelImpl

Method Summary
 long getCompanyId()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 long getParentUserGroupId()
           
 long getPrimaryKey()
           
 long getUserGroupId()
           
 void setCompanyId(long companyId)
           
 void setDescription(java.lang.String description)
           
 void setName(java.lang.String name)
           
 void setParentUserGroupId(long parentUserGroupId)
           
 void setPrimaryKey(long pk)
           
 void setUserGroupId(long userGroupId)
           
 UserGroup 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)

getUserGroupId

long getUserGroupId()

setUserGroupId

void setUserGroupId(long userGroupId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getParentUserGroupId

long getParentUserGroupId()

setParentUserGroupId

void setParentUserGroupId(long parentUserGroupId)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)

toEscapedModel

UserGroup toEscapedModel()