com.candle.roma.kxc
Class RomaBusinessService

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

public class RomaBusinessService
extends java.lang.Object

This class defines the Business Service information. It is used with RomaContext.insertWorkflow(RomaTheme,RomaBusinessService,boolean) and RomaContext.replaceWorkflow(RomaTheme,RomaBusinessService,boolean), methods.


Constructor Summary
RomaBusinessService(java.lang.String name)
          Constructs the object with the specified data.
 
Method Summary
 java.lang.String getName()
          Returns the service name.
 void setName(java.lang.String name)
          Sets the service name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RomaBusinessService

public RomaBusinessService(java.lang.String name)
Constructs the object with the specified data.
Parameters:
name - Business Service name
Method Detail

setName

public void setName(java.lang.String name)
Sets the service name.
Parameters:
name - Business Service name

getName

public java.lang.String getName()
Returns the service name.