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

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

public final class RoutingReportActionToTake
extends AbstractDataTransferObject
implements RoutingReportActionToTakeContract

A transport object representing an action a user might take

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Nested Class Summary
static class RoutingReportActionToTake.Builder
          A builder which can be used to construct RoutingReportActionToTake instances.
 
Method Summary
 String getActionToPerform()
           
 String getNodeName()
           
 String getPrincipalId()
           
 
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

getActionToPerform

public String getActionToPerform()
Specified by:
getActionToPerform in interface RoutingReportActionToTakeContract

getPrincipalId

public String getPrincipalId()
Specified by:
getPrincipalId in interface RoutingReportActionToTakeContract

getNodeName

public String getNodeName()
Specified by:
getNodeName in interface RoutingReportActionToTakeContract


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