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

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

public final class AdHocToGroup
extends AbstractDataTransferObject

See Also:
Serialized Form

Nested Class Summary
static class AdHocToGroup.Builder
           
 
Method Summary
 ActionRequestType getActionRequested()
           
 String getNodeName()
           
 Integer getPriority()
           
 String getRequestLabel()
           
 String getResponsibilityDescription()
           
 String getTargetGroupId()
           
 boolean isForceAction()
           
 
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

getTargetGroupId

public String getTargetGroupId()

getActionRequested

public ActionRequestType getActionRequested()

getNodeName

public String getNodeName()

getPriority

public Integer getPriority()

getResponsibilityDescription

public String getResponsibilityDescription()

isForceAction

public boolean isForceAction()

getRequestLabel

public String getRequestLabel()


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