@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() |
persist
cloneWithOriginalValues, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getPrimaryKey, getRoleId, getUserGroupGroupRoleId, getUserGroupId, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setPrimaryKey, setRoleId, setUserGroupGroupRoleId, setUserGroupId, toXmlString
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
static final Accessor<UserGroupGroupRole,Long> USER_GROUP_GROUP_ROLE_ID_ACCESSOR
boolean equals(Object object)
equals
in class Object
Group getGroup() throws PortalException
PortalException
Role getRole() throws PortalException
PortalException
UserGroup getUserGroup() throws PortalException
PortalException
int hashCode()
hashCode
in class Object