Class AppSpecificRouteRecipient

java.lang.Object
org.kuali.rice.kew.web.AppSpecificRouteRecipient
All Implemented Interfaces:
Serializable

public class AppSpecificRouteRecipient extends Object implements Serializable
A bean for the web-tier when represents the recipient of an Ad Hoc request.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

    • type

      protected String type
    • actionRequested

      protected String actionRequested
    • id

      protected String id
    • namespaceCode

      protected String namespaceCode
    • actionRequestId

      protected String actionRequestId
  • Constructor Details

    • AppSpecificRouteRecipient

      public AppSpecificRouteRecipient()
  • Method Details

    • getActionRequested

      public String getActionRequested()
    • setActionRequested

      public void setActionRequested(String actionRequested)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getNamespaceCode

      public String getNamespaceCode()
    • setNamespaceCode

      public void setNamespaceCode(String namespaceCode)
    • getActionRequestId

      public String getActionRequestId()
    • setActionRequestId

      public void setActionRequestId(String actionRequestId)
    • getActionRequestedValue

      public String getActionRequestedValue()