@Entity public class RuleTemplateAttributeBo extends PersistableBusinessObjectBase implements Comparable<RuleTemplateAttributeBo>, MutableInactivatable, RuleTemplateAttributeContract
RuleTemplateBo and
a RuleAttribute.extension, newCollectionRecord, objectId, versionNumber| Constructor and Description |
|---|
RuleTemplateAttributeBo() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RuleTemplateAttributeBo ruleTemplateAttribute) |
Boolean |
getActive() |
Object |
getAttribute() |
String |
getDefaultValue() |
Integer |
getDisplayOrder() |
String |
getId()
The unique identifier for an object.
|
Boolean |
getRequired() |
RuleAttribute |
getRuleAttribute() |
String |
getRuleAttributeId() |
Map<String,String> |
getRuleExtensionMap() |
List<RuleExtensionBo> |
getRuleExtensions() |
RuleTemplateBo |
getRuleTemplate() |
String |
getRuleTemplateId() |
RuleValidationAttribute |
getRuleValidationAttribute()
Instantiates and returns a new instance of the RuleValidationAttribute class configured on this template.
|
WorkflowRuleAttribute |
getWorkflowAttribute()
Instantiates and returns a new instance of the WorkflowAttribute class configured on this template.
|
boolean |
isActive()
The active indicator for an object.
|
boolean |
isRequired() |
boolean |
isRuleValidationAttribute() |
boolean |
isWorkflowAttribute() |
void |
setActive(boolean active)
Sets the record to active or inactive.
|
void |
setActive(Boolean active) |
void |
setDefaultValue(String defaultValue) |
void |
setDisplayOrder(Integer displayOrder) |
void |
setId(String id) |
void |
setRequired(Boolean required) |
void |
setRuleAttribute(RuleAttribute ruleAttribute) |
void |
setRuleAttributeId(String ruleAttributeId) |
void |
setRuleExtensions(List<RuleExtensionBo> ruleExtensions) |
void |
setRuleTemplate(RuleTemplateBo ruleTemplate) |
void |
setRuleTemplateId(String ruleTemplateId)
Deprecated.
use
setRuleTemplate(RuleTemplateBo) instead |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getLegacyDataAdapter, getObjectId, 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, waitgetVersionNumbergetObjectIdtoStringpublic RuleTemplateAttributeBo()
public int compareTo(RuleTemplateAttributeBo ruleTemplateAttribute)
compareTo in interface Comparable<RuleTemplateAttributeBo>public Object getAttribute()
public boolean isWorkflowAttribute()
public boolean isRuleValidationAttribute()
public WorkflowRuleAttribute getWorkflowAttribute()
public RuleValidationAttribute getRuleValidationAttribute()
public List<RuleExtensionBo> getRuleExtensions()
public Map<String,String> getRuleExtensionMap()
getRuleExtensionMap in interface RuleTemplateAttributeContractpublic void setRuleExtensions(List<RuleExtensionBo> ruleExtensions)
public RuleAttribute getRuleAttribute()
getRuleAttribute in interface RuleTemplateAttributeContractpublic void setRuleAttribute(RuleAttribute ruleAttribute)
public RuleTemplateBo getRuleTemplate()
public void setRuleTemplate(RuleTemplateBo ruleTemplate)
public String getDefaultValue()
getDefaultValue in interface RuleTemplateAttributeContractpublic void setDefaultValue(String defaultValue)
public Integer getDisplayOrder()
getDisplayOrder in interface RuleTemplateAttributeContractpublic void setDisplayOrder(Integer displayOrder)
public boolean isRequired()
isRequired in interface RuleTemplateAttributeContractpublic Boolean getRequired()
public void setRequired(Boolean required)
public boolean isActive()
InactivatableisActive in interface Inactivatablepublic void setActive(boolean active)
MutableInactivatablesetActive in interface MutableInactivatablepublic String getRuleAttributeId()
public void setRuleAttributeId(String ruleAttributeId)
public String getId()
IdentifiablegetId in interface Identifiablepublic String getRuleTemplateId()
getRuleTemplateId in interface RuleTemplateAttributeContract@Deprecated public void setRuleTemplateId(String ruleTemplateId)
setRuleTemplate(RuleTemplateBo) insteadCopyright © 2005–2014 The Kuali Foundation. All rights reserved.