public interface RoleEbo extends RoleContract, ExternalizableBusinessObject
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
A full textual description of this role.
|
String |
getId()
The unique identifier for an object.
|
String |
getKimTypeId()
Provides the associated KimType identifier for this role.
|
String |
getName()
The human readable name for this role.
|
String |
getNamespaceCode()
A namespace for this role.
|
String |
getObjectId()
Return the globally unique object id of this object.
|
Long |
getVersionNumber()
Returns the version number for this object.
|
boolean |
isActive()
The active indicator for an object.
|
refresh
toString
String getNamespaceCode()
getNamespaceCode
in interface RoleContract
String getName()
getName
in interface RoleContract
String getDescription()
getDescription
in interface RoleContract
String getKimTypeId()
getKimTypeId
in interface RoleContract
Long getVersionNumber()
getVersionNumber
in interface Versioned
String getId()
getId
in interface Identifiable
boolean isActive()
isActive
in interface Inactivatable
String getObjectId()
getObjectId
in interface GloballyUnique
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.