|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GroupEbo
TODO: Likely should remove all methods from this interface after KULRICE-7170 is fixed
| Method Summary | |
|---|---|
Map<String,String> |
getAttributes()
This is a set of Attributes for a Group. |
String |
getDescription()
This a description for the Group. |
String |
getId()
The unique identifier for an object. |
String |
getKimTypeId()
This a Kim Type Id for the Group. |
String |
getName()
This is the name for the Group. |
String |
getNamespaceCode()
This is the namespace code for the Group. |
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. |
| Methods inherited from interface org.kuali.rice.krad.bo.BusinessObject |
|---|
refresh |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Method Detail |
|---|
String getNamespaceCode()
This is a namespace code assigned to a Group. Together with name, it makes up another unique identifier for Group
getNamespaceCode in interface GroupContractString getName()
This is a name assigned to a Group. Together with NamespaceCode, it makes up another unique identifier for Group
getName in interface GroupContractString getDescription()
This is a description assigned to a Group.
getDescription in interface GroupContractString getKimTypeId()
This links a Kim Type to the Group to allow custom types of Groups.
getKimTypeId in interface GroupContractMap<String,String> getAttributes()
This is a set of attributes which are key-label pairs that are defined by the Group's Kim Type.
getAttributes in interface GroupContractString getId()
getId in interface IdentifiableLong getVersionNumber()
getVersionNumber in interface VersionedString getObjectId()
getObjectId in interface GloballyUniqueboolean isActive()
isActive in interface Inactivatable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||