@ProviderType public interface UserGroupRole extends PersistedModel, UserGroupRoleModel
UserGroupRoleModel
Modifier and Type | Field and Description |
---|---|
static Accessor<UserGroupRole,Long> |
GROUP_ID_ACCESSOR |
static Accessor<UserGroupRole,Long> |
ROLE_ID_ACCESSOR |
static Accessor<UserGroupRole,Long> |
USER_GROUP_ROLE_ID_ACCESSOR |
static Accessor<UserGroupRole,Long> |
USER_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Group |
getGroup() |
Role |
getRole() |
User |
getUser() |
int |
hashCode() |
persist
cloneWithOriginalValues, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getPrimaryKey, getRoleId, getUserGroupRoleId, getUserId, getUserUuid, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setPrimaryKey, setRoleId, setUserGroupRoleId, setUserId, setUserUuid, 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<UserGroupRole,Long> USER_GROUP_ROLE_ID_ACCESSOR
static final Accessor<UserGroupRole,Long> USER_ID_ACCESSOR
static final Accessor<UserGroupRole,Long> GROUP_ID_ACCESSOR
static final Accessor<UserGroupRole,Long> ROLE_ID_ACCESSOR
boolean equals(Object object)
equals
in class Object
Group getGroup() throws PortalException
PortalException
Role getRole() throws PortalException
PortalException
User getUser() throws PortalException
PortalException
int hashCode()
hashCode
in class Object