org.kuali.rice.krms.impl.repository
Class RuleAttributeBo

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.krms.impl.repository.RuleAttributeBo
All Implemented Interfaces:
groovy.lang.GroovyObject, Serializable, org.apache.ojb.broker.PersistenceBrokerAware, ModelObjectBasic, BusinessObject, PersistableBusinessObject, BaseAttributeContract, RuleAttributeContract

public class RuleAttributeBo
extends PersistableBusinessObjectBase
implements RuleAttributeContract, groovy.lang.GroovyObject

See Also:
Serialized Form

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.PersistableBusinessObjectBase
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
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

RuleAttributeBo

public RuleAttributeBo()
Method Detail

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass mc)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String method,
                           Object arguments)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String property)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String property,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject

getId

public String getId()
Description copied from interface: BaseAttributeContract
This is the ID for the concrete BaseAttribute extender

It is a ID of a concrete BaseAttribute extender

Specified by:
getId in interface BaseAttributeContract
Returns:
ID for concrete BaseAttribute extender

setId

public void setId(String value)

getRuleId

public String getRuleId()
Description copied from interface: RuleAttributeContract
This is the id of the Rule to which the attribute applies

It is a id of a Rule related to the attribute.

Specified by:
getRuleId in interface RuleAttributeContract
Returns:
id for Rule related to the attribute.

setRuleId

public void setRuleId(String value)

getAttributeDefinitionId

public String getAttributeDefinitionId()
Description copied from interface: BaseAttributeContract
This is the id of the definition of the attribute.

It identifies the attribute definition

Specified by:
getAttributeDefinitionId in interface BaseAttributeContract
Returns:
the attribute definition id.

setAttributeDefinitionId

public void setAttributeDefinitionId(String value)

getValue

public String getValue()
Description copied from interface: BaseAttributeContract
This is the value of the attribute

Specified by:
getValue in interface BaseAttributeContract
Returns:
the value of the attribute

setValue

public void setValue(String value)

setAttributeDefinition

public void setAttributeDefinition(KrmsAttributeDefinition value)

to

public static RuleAttribute to(RuleAttributeBo bo)

from

public static RuleAttributeBo from(RuleAttribute im)

getAttributeDefinition

public KrmsAttributeDefinitionBo getAttributeDefinition()
Description copied from interface: BaseAttributeContract
This is the definition of the attribute

Specified by:
getAttributeDefinition in interface BaseAttributeContract


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.