com.bea.wli.worklist.api.ui
Class WorklistUIContextInfo

java.lang.Object
  extended by com.bea.wli.worklist.api.ui.WorklistUIContextInfo
All Implemented Interfaces:
Serializable

public class WorklistUIContextInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WorklistUIContextInfo()
           
 
Method Summary
 String getDoneActionContext()
           
 String getDoneActionLabel()
           
 String getUserName()
           
 void setDoneActionContext(String doneActionContext)
           
 void setDoneActionLabel(String doneActionLabel)
           
 void setUserName(String userName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorklistUIContextInfo

public WorklistUIContextInfo()
Method Detail

getDoneActionContext

public String getDoneActionContext()

setDoneActionContext

public void setDoneActionContext(String doneActionContext)

getDoneActionLabel

public String getDoneActionLabel()

setDoneActionLabel

public void setDoneActionLabel(String doneActionLabel)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)