|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kim.framework.group.GroupEbo
public class GroupEbo
| Constructor Summary | |
|---|---|
GroupEbo()
|
|
| Method Summary | |
|---|---|
static GroupEbo |
from(Group im)
|
boolean |
getActive()
|
List<KimAttributeData> |
getAttributeDetails()
|
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. |
List<GroupMember> |
getMembers()
|
groovy.lang.MetaClass |
getMetaClass()
|
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. |
Object |
getProperty(String property)
|
Long |
getVersionNumber()
Returns the version number for this object. |
Object |
invokeMethod(String method,
Object arguments)
|
boolean |
isActive()
The active indicator for an object. |
void |
refresh()
Refreshes any reference objects from the primitive values. |
void |
setActive(boolean value)
|
void |
setAttributeDetails(List<KimAttributeData> value)
|
void |
setAttributes(Map<String,String> value)
|
void |
setDescription(String value)
|
void |
setId(String value)
|
void |
setKimTypeId(String value)
|
void |
setMembers(List<GroupMember> value)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setName(String value)
|
void |
setNamespaceCode(String value)
|
void |
setObjectId(String value)
|
void |
setProperty(String property,
Object value)
|
void |
setVersionNumber(Long value)
|
static Group |
to(GroupEbo bo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Constructor Detail |
|---|
public GroupEbo()
| Method Detail |
|---|
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObject
public Object invokeMethod(String method,
Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObject
public void setProperty(String property,
Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getId()
Identifiable
getId in interface Identifiablepublic void setId(String value)
public String getName()
GroupContractThis is a name assigned to a Group. Together with NamespaceCode, it makes up another unique identifier for Group
getName in interface GroupContractpublic void setName(String value)
public String getDescription()
GroupContractThis is a description assigned to a Group.
getDescription in interface GroupContractpublic void setDescription(String value)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive in interface Inactivatablepublic void setActive(boolean value)
public String getKimTypeId()
GroupContractThis links a Kim Type to the Group to allow custom types of Groups.
getKimTypeId in interface GroupContractpublic void setKimTypeId(String value)
public String getNamespaceCode()
GroupContractThis is a namespace code assigned to a Group. Together with name, it makes up another unique identifier for Group
getNamespaceCode in interface GroupContractpublic void setNamespaceCode(String value)
public List<GroupMember> getMembers()
public void setMembers(List<GroupMember> value)
public List<KimAttributeData> getAttributeDetails()
public void setAttributeDetails(List<KimAttributeData> value)
public Map<String,String> getAttributes()
GroupContractThis is a set of attributes which are key-label pairs that are defined by the Group's Kim Type.
getAttributes in interface GroupContractpublic void setAttributes(Map<String,String> value)
public Long getVersionNumber()
Versioned
getVersionNumber in interface Versionedpublic void setVersionNumber(Long value)
public String getObjectId()
GloballyUnique
getObjectId in interface GloballyUniquepublic void setObjectId(String value)
public static Group to(GroupEbo bo)
public static GroupEbo from(Group im)
public void refresh()
BusinessObject
refresh in interface BusinessObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||