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:
com.liferay.portal.service.model.UserGroup
,
com.liferay.portal.service.model.impl.UserGroupImpl
,
com.liferay.portal.service.model.impl.UserGroupModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getUserGroupId
public long getUserGroupId()
setUserGroupId
public void setUserGroupId(long userGroupId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getParentUserGroupId
public long getParentUserGroupId()
setParentUserGroupId
public void setParentUserGroupId(long parentUserGroupId)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)