|
||||||||||
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.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
public void setProperty(String property, Object value)
setProperty
in interface groovy.lang.GroovyObject
public String getId()
BaseAttributeContract
It is a ID of a concrete BaseAttribute extender
getId
in interface BaseAttributeContract
public void setId(String value)
public String getRuleId()
RuleAttributeContract
It is a id of a Rule related to the attribute.
getRuleId
in interface RuleAttributeContract
public void setRuleId(String value)
public String getAttributeDefinitionId()
BaseAttributeContract
It identifies the attribute definition
getAttributeDefinitionId
in interface BaseAttributeContract
public void setAttributeDefinitionId(String value)
public String getValue()
BaseAttributeContract
getValue
in interface BaseAttributeContract
public 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 |