|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.krms.impl.repository.RuleAttributeBo
public class RuleAttributeBo
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
RuleAttributeBo()
|
|
| Method Summary | |
|---|---|
static RuleAttributeBo |
from(RuleAttribute im)
|
KrmsAttributeDefinitionBo |
getAttributeDefinition()
This is the definition of the attribute |
String |
getAttributeDefinitionId()
This is the id of the definition of the attribute. |
String |
getId()
This is the ID for the concrete BaseAttribute extender |
groovy.lang.MetaClass |
getMetaClass()
|
Object |
getProperty(String property)
|
String |
getRuleId()
This is the id of the Rule to which the attribute applies |
String |
getValue()
This is the value of the attribute |
Object |
invokeMethod(String method,
Object arguments)
|
void |
setAttributeDefinition(KrmsAttributeDefinition value)
|
void |
setAttributeDefinitionId(String value)
|
void |
setId(String value)
|
void |
setMetaClass(groovy.lang.MetaClass mc)
|
void |
setProperty(String property,
Object value)
|
void |
setRuleId(String value)
|
void |
setValue(String value)
|
static RuleAttribute |
to(RuleAttributeBo bo)
|
| Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
|---|
prepareForWorkflow, toString, toStringBuilder, toStringMapper |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic |
|---|
toString |
| Constructor Detail |
|---|
public RuleAttributeBo()
| Method Detail |
|---|
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObject
public Object invokeMethod(String method,
Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObject
public void setProperty(String property,
Object value)
setProperty in interface groovy.lang.GroovyObjectpublic String getId()
BaseAttributeContractIt is a ID of a concrete BaseAttribute extender
getId in interface BaseAttributeContractpublic void setId(String value)
public String getRuleId()
RuleAttributeContractIt is a id of a Rule related to the attribute.
getRuleId in interface RuleAttributeContractpublic void setRuleId(String value)
public String getAttributeDefinitionId()
BaseAttributeContractIt identifies the attribute definition
getAttributeDefinitionId in interface BaseAttributeContractpublic void setAttributeDefinitionId(String value)
public String getValue()
BaseAttributeContract
getValue in interface BaseAttributeContractpublic void setValue(String value)
public void setAttributeDefinition(KrmsAttributeDefinition value)
public static RuleAttribute to(RuleAttributeBo bo)
public static RuleAttributeBo from(RuleAttribute im)
public KrmsAttributeDefinitionBo getAttributeDefinition()
BaseAttributeContract
getAttributeDefinition in interface BaseAttributeContract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||