org.kuali.rice.krms.impl.repository
Class ActionAttributeBo
java.lang.Object
org.kuali.rice.krms.impl.repository.BaseAttributeBo
org.kuali.rice.krms.impl.repository.ActionAttributeBo
- All Implemented Interfaces:
- Serializable, Identifiable, Versioned, BaseAttributeContract
@Entity
public class ActionAttributeBo
- extends BaseAttributeBo
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionAttributeBo
public ActionAttributeBo()
getAttributeDefinition
public KrmsAttributeDefinitionBo getAttributeDefinition()
- Description copied from interface:
BaseAttributeContract
- Returns a
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.
- Specified by:
getAttributeDefinition
in interface BaseAttributeContract
- Returns:
- the attribute definition
setAttributeDefinition
public void setAttributeDefinition(KrmsAttributeDefinitionBo attributeDefinition)
getActionId
public String getActionId()
getAction
public ActionBo getAction()
setAction
public void setAction(ActionBo action)
getId
public String getId()
- Description copied from interface:
Identifiable
- The unique identifier for an object. This can be null.
- Specified by:
getId
in interface Identifiable
- Returns:
- the id
setId
public void setId(String id)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.