@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, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getVersionNumber
getObjectId
toString
public 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 RuleTemplateAttributeContract
public void setRuleExtensions(List<RuleExtensionBo> ruleExtensions)
public RuleAttribute getRuleAttribute()
getRuleAttribute
in interface RuleTemplateAttributeContract
public void setRuleAttribute(RuleAttribute ruleAttribute)
public RuleTemplateBo getRuleTemplate()
public void setRuleTemplate(RuleTemplateBo ruleTemplate)
public String getDefaultValue()
getDefaultValue
in interface RuleTemplateAttributeContract
public void setDefaultValue(String defaultValue)
public Integer getDisplayOrder()
getDisplayOrder
in interface RuleTemplateAttributeContract
public void setDisplayOrder(Integer displayOrder)
public boolean isRequired()
isRequired
in interface RuleTemplateAttributeContract
public Boolean getRequired()
public void setRequired(Boolean required)
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public void setActive(boolean active)
MutableInactivatable
setActive
in interface MutableInactivatable
public String getRuleAttributeId()
public void setRuleAttributeId(String ruleAttributeId)
public String getId()
Identifiable
getId
in interface Identifiable
public String getRuleTemplateId()
getRuleTemplateId
in interface RuleTemplateAttributeContract
@Deprecated public void setRuleTemplateId(String ruleTemplateId)
setRuleTemplate(RuleTemplateBo)
insteadCopyright © 2005–2015 The Kuali Foundation. All rights reserved.