@Entity public class GroupBo extends PersistableBusinessObjectBase implements GroupEbo, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
GroupBo() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumbertoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetObjectId, getVersionNumberrefreshtoStringpublic GroupBo()
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getId()
getId in interface org.kuali.rice.core.api.mo.common.IdentifiablegetId in interface GroupEbopublic String getName()
getName in interface GroupContractgetName in interface GroupEbopublic String getDescription()
getDescription in interface GroupContractgetDescription in interface GroupEbopublic void setDescription(String value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.InactivatableisActive in interface GroupEbopublic void setActive(boolean value)
public String getKimTypeId()
getKimTypeId in interface GroupContractgetKimTypeId in interface GroupEbopublic void setKimTypeId(String value)
public String getNamespaceCode()
getNamespaceCode in interface GroupContractgetNamespaceCode in interface GroupEbopublic void setNamespaceCode(String value)
public List<GroupMemberBo> getMembers()
public void setMembers(List<GroupMemberBo> value)
public List<GroupAttributeBo> getAttributeDetails()
public void setAttributeDetails(List<GroupAttributeBo> value)
public void setAttributes(Map<String,String> value)
public Map<String,String> getAttributes()
getAttributes in interface GroupContractgetAttributes in interface GroupEbopublic String getGroupAttributeValueById(String attributeId)
public List<Person> getMemberPersons()
public void setMemberPersons(List<Person> memberPersons)
public List<String> getMemberPrincipalIds()
public List<String> getMemberGroupIds()
public List<Group> getMemberGroups()
public void setMemberGroups(List<Group> memberGroups)
public KimTypeBo getKimTypeInfo()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.