com.liferay.portal.model
Interface Role

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

public interface Role
extends RoleModel

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 Role_ table in the database.

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

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.RoleModel, com.liferay.portal.service.model.impl.RoleImpl, com.liferay.portal.service.model.impl.RoleModelImpl

Methods inherited from interface com.liferay.portal.model.RoleModel
getClassNameId, getClassPK, getCompanyId, getDescription, getName, getPrimaryKey, getRoleId, getType, setClassNameId, setClassPK, setCompanyId, setDescription, setName, setPrimaryKey, setRoleId, setType
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo