public class EntityAffiliationBo extends PersistableBusinessObjectBase implements EntityAffiliationContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
EntityAffiliationBo() |
| Modifier and Type | Method and Description |
|---|---|
static EntityAffiliationBo |
from(EntityAffiliation immutable) |
boolean |
getActive() |
EntityAffiliationTypeBo |
getAffiliationType() |
String |
getAffiliationTypeCode() |
String |
getCampusCode() |
boolean |
getDefaultValue() |
String |
getEntityId() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
boolean |
isActive() |
boolean |
isDefaultValue() |
void |
setActive(boolean value) |
void |
setAffiliationType(EntityAffiliationTypeBo value) |
void |
setAffiliationTypeCode(String value) |
void |
setCampusCode(String value) |
void |
setDefaultValue(boolean value) |
void |
setEntityId(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
static EntityAffiliation |
to(EntityAffiliationBo bo) |
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, waitgetVersionNumbergetObjectIdtoStringpublic EntityAffiliationBo()
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.Identifiablepublic String getEntityId()
getEntityId in interface EntityAffiliationContractpublic void setEntityId(String value)
public String getAffiliationTypeCode()
public void setAffiliationTypeCode(String value)
public String getCampusCode()
getCampusCode in interface EntityAffiliationContractpublic void setCampusCode(String value)
public void setAffiliationType(EntityAffiliationTypeBo value)
public boolean getDefaultValue()
public boolean isDefaultValue()
isDefaultValue in interface org.kuali.rice.core.api.mo.common.Defaultablepublic void setDefaultValue(boolean value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public static EntityAffiliation to(EntityAffiliationBo bo)
public static EntityAffiliationBo from(EntityAffiliation immutable)
public EntityAffiliationTypeBo getAffiliationType()
getAffiliationType in interface EntityAffiliationContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.