@Entity public class PropositionBo extends Object implements PropositionDefinitionContract, Versioned, Serializable
| Constructor and Description |
|---|
PropositionBo() |
public PropositionBo()
public String getParameterDisplayString()
public void setParameterDisplayString(String parameterDisplayString)
parameterDisplayString - the parameterDisplayString to setpublic boolean getEditMode()
public void setEditMode(boolean editMode)
public String getCategoryId()
public void setCategoryId(String categoryId)
public void setTypeId(String typeId)
typeId - public Long getVersionNumber()
getVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
public Map<String,String> getTermParameters()
public void setTermParameters(Map<String,String> termParameters)
public DataObjectService getDataObjectService()
public static PropositionDefinition to(PropositionBo bo)
bo - the mutable business objectpublic static PropositionBo from(PropositionDefinition im)
im - immutable objectpublic static PropositionBo createSimplePropositionBoStub(PropositionBo sibling, String pType)
sibling - -pType - public static PropositionBo createCompoundPropositionBoStub(PropositionBo existing, boolean addNewChild)
public static PropositionBo createCompoundPropositionBoStub2(PropositionBo existing)
public static PropositionBo copyProposition(PropositionBo existing)
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)
public String getId()
getId in interface Identifiablepublic String getDescription()
getDescription in interface PropositionDefinitionContractpublic void setDescription(String description)
public String getRuleId()
getRuleId in interface PropositionDefinitionContractpublic String getTypeId()
getTypeId in interface PropositionDefinitionContractpublic String getPropositionTypeCode()
getPropositionTypeCode in interface PropositionDefinitionContractpublic void setPropositionTypeCode(String propositionTypeCode)
public List<PropositionParameterBo> getParameters()
getParameters in interface PropositionDefinitionContractpublic void setParameters(List<PropositionParameterBo> parameters)
public String getCompoundOpCode()
getCompoundOpCode in interface PropositionDefinitionContractpublic void setCompoundOpCode(String compoundOpCode)
public Integer getCompoundSequenceNumber()
getCompoundSequenceNumber in interface PropositionDefinitionContractpublic void setCompoundSequenceNumber(Integer compoundSequenceNumber)
public List<PropositionBo> getCompoundComponents()
getCompoundComponents in interface PropositionDefinitionContractpublic void setCompoundComponents(List<PropositionBo> compoundComponents)
public boolean getShowCustomValue()
public String getNewTermDescription()
public void setNewTermDescription(String newTermDescription)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.