org.kuali.rice.krms.api.repository
Interface ActionAttributeContract

All Superinterfaces:
BaseAttributeContract
All Known Implementing Classes:
ActionAttribute, ActionAttribute.Builder, ActionAttributeBo

public interface ActionAttributeContract
extends BaseAttributeContract


Method Summary
 String getActionId()
          This is the id of the Action to which the attribute applies
 String getActionTypeId()
          This is the id of the action type of the attribute
 
Methods inherited from interface org.kuali.rice.krms.api.repository.BaseAttributeContract
getAttributeDefinition, getAttributeDefinitionId, getId, getValue
 

Method Detail

getActionId

String getActionId()
This is the id of the Action to which the attribute applies

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

Returns:
id for Action related to the attribute.

getActionTypeId

String getActionTypeId()
This is the id of the action type of the attribute

Returns:
the action type id of the Attribute


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