public class TermBo extends PersistableBusinessObjectBase implements TermDefinitionContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
TermBo() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportToParametersMap() |
static TermBo |
from(TermDefinition im) |
String |
getDescription() |
String |
getId() |
groovy.lang.MetaClass |
getMetaClass() |
List<TermParameterBo> |
getParameters() |
Map<String,String> |
getParametersMap() |
Object |
getProperty(String property) |
TermSpecificationBo |
getSpecification() |
String |
getSpecificationId() |
void |
importFromParametersMap() |
Object |
invokeMethod(String method,
Object arguments) |
void |
setDescription(String value) |
void |
setId(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setParameters(List<TermParameterBo> value) |
void |
setParametersMap(Map<String,String> value) |
void |
setProperty(String property,
Object value) |
void |
setSpecification(TermSpecificationBo value) |
void |
setSpecificationId(String value) |
static TermDefinition |
to(TermBo 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, waitgetVersionNumbertoStringpublic TermBo()
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 getSpecificationId()
public void setSpecificationId(String value)
public String getDescription()
getDescription in interface TermDefinitionContractpublic void setDescription(String value)
public void setSpecification(TermSpecificationBo value)
public void setParameters(List<TermParameterBo> value)
public Map<String,String> getParametersMap()
public void setParametersMap(Map<String,String> value)
public static TermDefinition to(TermBo bo)
public static TermBo from(TermDefinition im)
public TermSpecificationBo getSpecification()
getSpecification in interface TermDefinitionContractpublic List<TermParameterBo> getParameters()
getParameters in interface TermDefinitionContractpublic void exportToParametersMap()
public void importFromParametersMap()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.