@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() |
persistcloneWithOriginalValues, getCompanyId, getCtCollectionId, getGroupId, getMvccVersion, getPrimaryKey, getRoleId, getUserGroupRoleId, getUserId, getUserUuid, setCompanyId, setCtCollectionId, setGroupId, setMvccVersion, setPrimaryKey, setRoleId, setUserGroupRoleId, setUserId, setUserUuidclone, 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<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 ObjectGroup getGroup() throws PortalException
PortalExceptionRole getRole() throws PortalException
PortalExceptionUser getUser() throws PortalException
PortalExceptionint hashCode()
hashCode in class Object