com.candle.roma.kxc
Class RomaBusinessFlow

java.lang.Object
  |
  +--com.candle.roma.kxc.RomaBusinessFlow

public class RomaBusinessFlow
extends java.lang.Object
implements java.lang.Cloneable

This class defines the business flow information. It is used with RomaContext.setBusinessFlow(RomaBusinessFlow) and RomaContext.setBusinessFlow(RomaBusinessFlow) methods.


Constructor Summary
RomaBusinessFlow(java.lang.String flow)
          Constructs the object with the specified data.
RomaBusinessFlow(java.lang.String flow, java.lang.String oper)
          Constructs the object with the specified data.
 
Method Summary
 java.lang.Object clone()
          Returns a copy of the object.
 java.lang.String getFlowName()
          Returns the business flow name.
 java.lang.String getOperationName()
          Returns the operation name.
 void setFlowName(java.lang.String name)
          Sets the business flow name.
 void setOperationName(java.lang.String name)
          Sets the operation name.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RomaBusinessFlow

public RomaBusinessFlow(java.lang.String flow)
Constructs the object with the specified data.
Parameters:
flow - Business Flow name

RomaBusinessFlow

public RomaBusinessFlow(java.lang.String flow,
                        java.lang.String oper)
Constructs the object with the specified data.
Parameters:
flow - Business Flow name
oper - Operation name
Method Detail

getFlowName

public java.lang.String getFlowName()
Returns the business flow name.

setFlowName

public void setFlowName(java.lang.String name)
Sets the business flow name.
Parameters:
name - Business Flow name

getOperationName

public java.lang.String getOperationName()
Returns the operation name.

setOperationName

public void setOperationName(java.lang.String name)
Sets the operation name.
Parameters:
name - Operation name

clone

public java.lang.Object clone()
Returns a copy of the object.
Overrides:
clone in class java.lang.Object