public class TermResolverBo extends PersistableBusinessObjectBase implements TermResolverDefinitionContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
TermResolverBo() |
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 TermResolverBo()
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 getNamespace()
getNamespace in interface TermResolverDefinitionContractpublic void setNamespace(String value)
public String getName()
getName in interface TermResolverDefinitionContractpublic String getContextId()
public void setContextId(String value)
public String getTypeId()
getTypeId in interface TermResolverDefinitionContractpublic String getOutputId()
public void setOutputId(String value)
public boolean getActive()
public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean value)
public void setOutput(TermSpecificationBo value)
public Set<TermSpecificationBo> getPrerequisites()
getPrerequisites in interface TermResolverDefinitionContractpublic void setPrerequisites(Set<TermSpecificationBo> value)
public Set<TermResolverParameterSpecificationBo> getParameterSpecifications()
public void setParameterSpecifications(Set<TermResolverParameterSpecificationBo> value)
public Set<TermResolverAttributeBo> getAttributeBos()
public void setAttributeBos(Set<TermResolverAttributeBo> value)
public void setParameterNames(Set<String> pns)
public Set<String> getParameterNames()
getParameterNames in interface TermResolverDefinitionContractpublic Map<String,String> getAttributes()
getAttributes in interface TermResolverDefinitionContractpublic static TermResolverDefinition to(TermResolverBo bo)
public static TermResolverBo from(TermResolverDefinition im)
public TermSpecificationBo getOutput()
getOutput in interface TermResolverDefinitionContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.