Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Class CMBRouteListEntryICM

java.lang.Object
  |
  +--com.ibm.mm.beans.workflow.CMBRouteListEntryICM
All Implemented Interfaces:
java.io.Serializable

public class CMBRouteListEntryICM
extends java.lang.Object
implements java.io.Serializable

This class represents a ICM route list.

See Also:
CMBDocRoutingQueryService, Serialized Form

Constructor Summary
CMBRouteListEntryICM()
          Default constructor
 
Method Summary
 java.lang.String getFrom()
          Gets From.
 java.lang.String getSelection()
          Gets route selection
 java.lang.String getTo()
          Gets To
 void setFrom(java.lang.String from)
          Sets from.
 void setSelection(java.lang.String routeSelection)
          Sets route selection.
 void setTo(java.lang.String to)
          Sets to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBRouteListEntryICM

public CMBRouteListEntryICM()
                     throws java.lang.Exception
Default constructor
Method Detail

getFrom

public java.lang.String getFrom()
Gets From.
Returns:
the From. Null is returned if from is not set.

setFrom

public void setFrom(java.lang.String from)
Sets from.
Parameters:
from - the from.

getTo

public java.lang.String getTo()
Gets To
Returns:
the To. Null is returned if to is not set.

setTo

public void setTo(java.lang.String to)
Sets to.
Parameters:
to - the to.

getSelection

public java.lang.String getSelection()
Gets route selection
Returns:
the route selection. Null is returned if route selection is not set.

setSelection

public void setSelection(java.lang.String routeSelection)
Sets route selection.
Parameters:
route - selection the route selection.

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.