Package org.kuali.rice.kim.api.role
Class RolePermission
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.kim.api.role.RolePermission
- All Implemented Interfaces:
Serializable,Inactivatable,GloballyUnique,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,RolePermissionContract
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThis builder constructs a RolePermission enforcing the constraints of theRolePermissionContract. -
Constructor Summary
ConstructorsConstructorDescriptionRolePermission(RolePermission.Builder builder) A constructor using the Builder. -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Constructor Details
-
RolePermission
A constructor using the Builder.- Parameters:
builder-
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceIdentifiable
-
getPermissionId
Description copied from interface:RolePermissionContractThe Permission ID referenced by the Role Permission.- Specified by:
getPermissionIdin interfaceRolePermissionContract- Returns:
- permissionId
-
getRoleId
Description copied from interface:RolePermissionContractThe Role ID referenced by the Role Permission.- Specified by:
getRoleIdin interfaceRolePermissionContract- Returns:
- roleId
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-
getObjectId
- Specified by:
getObjectIdin interfaceGloballyUnique
-