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

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

public final class AdHocToPrincipal
extends AbstractDataTransferObject

See Also:
Serialized Form

Nested Class Summary
static class AdHocToPrincipal.Builder
           
 
Method Summary
 ActionRequestType getActionRequested()
           
 String getNodeName()
           
 Integer getPriority()
           
 String getRequestLabel()
           
 String getResponsibilityDescription()
           
 String getTargetPrincipalId()
           
 boolean isForceAction()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getTargetPrincipalId

public String getTargetPrincipalId()

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–2014 The Kuali Foundation. All rights reserved.