org.kuali.rice.kew.lookupable
Class WebLookupableDecorator

java.lang.Object
  extended by org.kuali.rice.kew.lookupable.WebLookupableDecorator

public abstract class WebLookupableDecorator
extends Object

Decorates a web-tier bean to give it necessary properties to allow for lookups.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
private  String actionsUrl
           
private  String destinationUrl
           
private  String returnUrl
           
 
Constructor Summary
WebLookupableDecorator()
           
 
Method Summary
 String getActionsUrl()
           
 String getDestinationUrl()
           
 String getReturnUrl()
           
 void setActionsUrl(String actionsUrl)
           
 void setDestinationUrl(String destinationUrl)
           
 void setReturnUrl(String returnUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnUrl

private String returnUrl

actionsUrl

private String actionsUrl

destinationUrl

private String destinationUrl
Constructor Detail

WebLookupableDecorator

public WebLookupableDecorator()
Method Detail

getActionsUrl

public String getActionsUrl()

setActionsUrl

public void setActionsUrl(String actionsUrl)

getReturnUrl

public String getReturnUrl()

setReturnUrl

public void setReturnUrl(String returnUrl)

getDestinationUrl

public String getDestinationUrl()

setDestinationUrl

public void setDestinationUrl(String destinationUrl)


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