com.liferay.portal.model
Interface UserGroup

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, UserGroupModel

public interface UserGroup
extends UserGroupModel

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.

Customize com.liferay.portal.service.model.impl.UserGroupImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.UserGroupModel, com.liferay.portal.service.model.impl.UserGroupImpl, com.liferay.portal.service.model.impl.UserGroupModelImpl

Method Summary
 Group getGroup()
           
 
Methods inherited from interface com.liferay.portal.model.UserGroupModel
getCompanyId, getDescription, getName, getParentUserGroupId, getPrimaryKey, getUserGroupId, setCompanyId, setDescription, setName, setParentUserGroupId, setPrimaryKey, setUserGroupId
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getGroup

public Group getGroup()