IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.channel.smart.web2.data
Class ServiceRate

java.lang.Object
  extended by com.ibm.btt.channel.smart.web2.data.ServiceRate

public class ServiceRate
extends java.lang.Object


Field Summary
 java.lang.String rate
           
 java.lang.String time
           
 
Constructor Summary
ServiceRate()
          default constructor
ServiceRate(java.lang.String rate, java.lang.String time)
          minimal constructor
 
Method Summary
 java.lang.String getRate()
          get the service rate
 java.lang.String getTime()
          get the Time
 void setRate(java.lang.String rate)
          set the service rate
 void setTime(java.lang.String time)
          set the time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rate

public java.lang.String rate

time

public java.lang.String time
Constructor Detail

ServiceRate

public ServiceRate()
default constructor


ServiceRate

public ServiceRate(java.lang.String rate,
                   java.lang.String time)
minimal constructor

Parameters:
String - rate
String - time
Method Detail

getRate

public java.lang.String getRate()
get the service rate

Returns:
String rate

setRate

public void setRate(java.lang.String rate)
set the service rate

Parameters:
String - rate

getTime

public java.lang.String getTime()
get the Time

Returns:
String time

setTime

public void setTime(java.lang.String time)
set the time

Parameters:
String - time

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010