Interface RoleEbo
- All Superinterfaces:
BusinessObject,ExternalizableBusinessObject,GloballyUnique,Identifiable,Inactivatable,ModelObjectBasic,RoleContract,Serializable,Versioned
TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
-
Method Summary
Modifier and TypeMethodDescriptionA full textual description of this role.getId()The unique identifier for an object.Provides the associated KimType identifier for this role.getName()The human readable name for this role.A namespace for this role.Return the globally unique object id of this object.Returns the version number for this object.booleanisActive()The active indicator for an object.Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject
refreshMethods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
-
Method Details
-
getNamespaceCode
String getNamespaceCode()A namespace for this role. A namespace for a role identifies the system/module to which this role applies.- Specified by:
getNamespaceCodein interfaceRoleContract- Returns:
- Namespace for the role.
-
getName
String getName()The human readable name for this role.- Specified by:
getNamein interfaceRoleContract- Returns:
- Human readable role name.
-
getDescription
String getDescription()A full textual description of this role. This String should provide a verbose description of the role, what it is meant to provide to principals assigned to it, and what permissions it implies.- Specified by:
getDescriptionin interfaceRoleContract- Returns:
- Description of the role.
-
getKimTypeId
String getKimTypeId()Provides the associated KimType identifier for this role. This controls what additional attributes are available.- Specified by:
getKimTypeIdin interfaceRoleContract- Returns:
- KimType Id
-
getVersionNumber
Long getVersionNumber()Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking.- Specified by:
getVersionNumberin interfaceVersioned- Returns:
- the version number, or null if one has not been assigned yet
-
getId
String getId()The unique identifier for an object. This can be null.- Specified by:
getIdin interfaceIdentifiable- Returns:
- the id
-
isActive
boolean isActive()The active indicator for an object.- Specified by:
isActivein interfaceInactivatable- Returns:
- true if active false if not.
-
getObjectId
String getObjectId()Return the globally unique object id of this object. In general, this value should only be null if the object has not yet been stored to a persistent data store.- Specified by:
getObjectIdin interfaceGloballyUnique- Returns:
- the objectId of this object, or null if it has not been set yet
-