@Entity public class RuleAttributeBo extends BaseAttributeBo implements Serializable
versionNumber
Constructor and Description |
---|
RuleAttributeBo() |
Modifier and Type | Method and Description |
---|---|
KrmsAttributeDefinitionBo |
getAttributeDefinition()
Returns a
KrmsAttributeDefinitionContract . |
String |
getId()
The unique identifier for an object.
|
RuleBo |
getRule() |
void |
setAttributeDefinition(KrmsAttributeDefinitionBo attributeDefinition) |
void |
setId(String id) |
void |
setRule(RuleBo rule) |
getAttributeDefinitionId, getValue, getVersionNumber, setValue, setVersionNumber
public RuleAttributeBo()
public KrmsAttributeDefinitionBo getAttributeDefinition()
BaseAttributeContract
KrmsAttributeDefinitionContract
.
This is the object referred to by the attributeDefinitionId. The full object is also kept here for performance purposes. This is because the name of the attribute is referenced often for resolving name / value attribute pairs.
getAttributeDefinition
in interface BaseAttributeContract
public void setAttributeDefinition(KrmsAttributeDefinitionBo attributeDefinition)
public String getId()
Identifiable
getId
in interface Identifiable
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.