@ProviderType public interface UserGroupGroupRole extends PersistedModel, UserGroupGroupRoleModel
UserGroupGroupRoleModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<UserGroupGroupRole,Long> |
USER_GROUP_GROUP_ROLE_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Group |
getGroup() |
Role |
getRole() |
UserGroup |
getUserGroup() |
int |
hashCode() |
persistcloneWithOriginalValues, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getPrimaryKey, getRoleId, getUserGroupGroupRoleId, getUserGroupId, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setPrimaryKey, setRoleId, setUserGroupGroupRoleId, setUserGroupIdclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamestatic final Accessor<UserGroupGroupRole,Long> USER_GROUP_GROUP_ROLE_ID_ACCESSOR
boolean equals(Object object)
equals in class ObjectGroup getGroup() throws PortalException
PortalExceptionRole getRole() throws PortalException
PortalExceptionUserGroup getUserGroup() throws PortalException
PortalExceptionint hashCode()
hashCode in class Object