com.ibm.workflow.portlet.client
Class RegistrationMap.Entry

java.lang.Object
  |
  +--com.ibm.workflow.portlet.client.RegistrationMap.Entry
Enclosing class:
RegistrationMap

public static class RegistrationMap.Entry
extends java.lang.Object

REMARK : Should be made a top level class in my opinion (Andreas) Should the constants also be stored in this class instead of in RegistrationMap !?


Constructor Summary
RegistrationMap.Entry(java.lang.String userPortletInstanceId, int workflowType, int status, int pageId, com.ibm.workflow.portlet.client.RequestPreferences preferences)
           
 
Method Summary
 int getPageId()
           
 com.ibm.workflow.portlet.client.RequestPreferences getPreferences()
           
 int getStatus()
           
 java.lang.String getUserPortletInstanceId()
           
 int getWorkflowType()
           
 void setPageId(int pageId)
           
 void setPreferences(com.ibm.workflow.portlet.client.RequestPreferences preferences)
           
 void setStatus(int status)
           
 void setUserPortletInstanceId(java.lang.String userPortletInstanceId)
           
 void setWorkflowType(int workflowType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationMap.Entry

public RegistrationMap.Entry(java.lang.String userPortletInstanceId,
                             int workflowType,
                             int status,
                             int pageId,
                             com.ibm.workflow.portlet.client.RequestPreferences preferences)
Method Detail

getUserPortletInstanceId

public java.lang.String getUserPortletInstanceId()

setUserPortletInstanceId

public void setUserPortletInstanceId(java.lang.String userPortletInstanceId)

getWorkflowType

public int getWorkflowType()

setWorkflowType

public void setWorkflowType(int workflowType)

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

getPageId

public int getPageId()

setPageId

public void setPageId(int pageId)

getPreferences

public com.ibm.workflow.portlet.client.RequestPreferences getPreferences()

setPreferences

public void setPreferences(com.ibm.workflow.portlet.client.RequestPreferences preferences)


© Copyright IBM Corporation 2002, 2007. All Rights Reserved.