|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public String getId()
Identifiable
getId
in interface Identifiable
public void setId(String value)
public String getName()
GroupContract
This is a name assigned to a Group. Together with NamespaceCode, it makes up another unique identifier for Group
getName
in interface GroupContract
public void setName(String value)
public String getDescription()
GroupContract
This is a description assigned to a Group.
getDescription
in interface GroupContract
public void setDescription(String value)
public boolean getActive()
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean value)
public String getKimTypeId()
GroupContract
This links a Kim Type to the Group to allow custom types of Groups.
getKimTypeId
in interface GroupContract
public void setKimTypeId(String value)
public String getNamespaceCode()
GroupContract
This is a namespace code assigned to a Group. Together with name, it makes up another unique identifier for Group
getNamespaceCode
in interface GroupContract
public 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()
GroupContract
This is a set of attributes which are key-label pairs that are defined by the Group's Kim Type.
getAttributes
in interface GroupContract
public void setAttributes(Map<String,String> value)
public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public void setVersionNumber(Long value)
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public 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 |