@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 Versioned
public 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 Identifiable
public String getDescription()
getDescription
in interface PropositionDefinitionContract
public void setDescription(String description)
public String getRuleId()
getRuleId
in interface PropositionDefinitionContract
public String getTypeId()
getTypeId
in interface PropositionDefinitionContract
public String getPropositionTypeCode()
getPropositionTypeCode
in interface PropositionDefinitionContract
public void setPropositionTypeCode(String propositionTypeCode)
public List<PropositionParameterBo> getParameters()
getParameters
in interface PropositionDefinitionContract
public void setParameters(List<PropositionParameterBo> parameters)
public String getCompoundOpCode()
getCompoundOpCode
in interface PropositionDefinitionContract
public void setCompoundOpCode(String compoundOpCode)
public Integer getCompoundSequenceNumber()
getCompoundSequenceNumber
in interface PropositionDefinitionContract
public void setCompoundSequenceNumber(Integer compoundSequenceNumber)
public List<PropositionBo> getCompoundComponents()
getCompoundComponents
in interface PropositionDefinitionContract
public 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.