public class PropositionBo extends PersistableBusinessObjectBase implements PropositionDefinitionContract, groovy.lang.GroovyObject
extension, versionNumber| Constructor and Description |
|---|
PropositionBo() |
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 PropositionBo()
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 getDescription()
getDescription in interface PropositionDefinitionContractpublic void setDescription(String value)
public String getRuleId()
getRuleId in interface PropositionDefinitionContractpublic String getTypeId()
getTypeId in interface PropositionDefinitionContractpublic String getPropositionTypeCode()
getPropositionTypeCode in interface PropositionDefinitionContractpublic void setPropositionTypeCode(String value)
public List<PropositionParameterBo> getParameters()
getParameters in interface PropositionDefinitionContractpublic void setParameters(List<PropositionParameterBo> value)
public String getCompoundOpCode()
getCompoundOpCode in interface PropositionDefinitionContractpublic void setCompoundOpCode(String value)
public Integer getCompoundSequenceNumber()
getCompoundSequenceNumber in interface PropositionDefinitionContractpublic void setCompoundSequenceNumber(Integer value)
public List<PropositionBo> getCompoundComponents()
getCompoundComponents in interface PropositionDefinitionContractpublic void setCompoundComponents(List<PropositionBo> value)
public String getNewTermDescription()
public void setNewTermDescription(String value)
public String getParameterDisplayString()
public void setParameterDisplayString(String parameterDisplayString)
public boolean getEditMode()
public void setEditMode(boolean editMode)
public String getCategoryId()
public void setCategoryId(String categoryId)
public Map<String,String> getTermParameters()
public void setTermParameters(Map<String,String> termParameters)
public BusinessObjectService getBoService()
public static PropositionDefinition to(PropositionBo bo)
public static PropositionBo from(PropositionDefinition im)
public static PropositionBo createSimplePropositionBoStub(PropositionBo sibling, String pType)
public static PropositionBo createCompoundPropositionBoStub(PropositionBo existing, boolean addNewChild)
public static PropositionBo createCompoundPropositionBoStub2(PropositionBo existing)
public static PropositionBo copyProposition(PropositionBo existing)
public static void setSequenceAccessorService(SequenceAccessorService sas)
public String getTermSpecId()
public void setTermSpecId(String componentId)
public boolean isShowCustomValue()
public void setShowCustomValue(boolean showCustomValue)
public String getTermParameter()
public void setTermParameter(String termParameter)
public List<TermParameter> getTermParameterList()
public void setTermParameterList(List<TermParameter> termParameterList)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.