org.kuali.rice.kew.web
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
actionRequested
protected String actionRequested
id
protected String id
namespaceCode
protected String namespaceCode
actionRequestId
protected String actionRequestId
AppSpecificRouteRecipient
public AppSpecificRouteRecipient()
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()
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.