org.kuali.rice.kew.api.action
Class ActionItemCustomization

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.action.ActionItemCustomization
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, ActionItemCustomizationContract

public class ActionItemCustomization
extends AbstractDataTransferObject
implements ActionItemCustomizationContract

See Also:
Serialized Form

Nested Class Summary
static class ActionItemCustomization.Builder
          A builder which can be used to construct ActionItemCustomization instances.
 
Method Summary
 String getActionItemId()
          Gets the ID of the action item this customization is for
 ActionSet getActionSet()
          Gets the set of actions in this action item customization.
 DisplayParameters getDisplayParameters()
          Gets the display parameters in this action item customization.
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getActionItemId

public String getActionItemId()
Description copied from interface: ActionItemCustomizationContract
Gets the ID of the action item this customization is for

Specified by:
getActionItemId in interface ActionItemCustomizationContract
Returns:
the action item id. Never null.

getActionSet

public ActionSet getActionSet()
Description copied from interface: ActionItemCustomizationContract
Gets the set of actions in this action item customization.

Specified by:
getActionSet in interface ActionItemCustomizationContract
Returns:
the action set. Never null.

getDisplayParameters

public DisplayParameters getDisplayParameters()
Description copied from interface: ActionItemCustomizationContract
Gets the display parameters in this action item customization.

Specified by:
getDisplayParameters in interface ActionItemCustomizationContract
Returns:
the display parameters. May be null.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.