com.ibm.etill.framework.payapi
Class OrderKey

java.lang.Object
  |
  +--com.ibm.etill.framework.supervisor.GenericKey
        |
        +--com.ibm.etill.framework.payapi.OrderKey
All Implemented Interfaces:
Serializable

public final synchronized class OrderKey
extends GenericKey

See Also:
Serialized Form

Constructor Summary
OrderKey(String, String)
           
 
Method Summary
 String getMerchantNumber()
           
 String getOrderNumber()
           
 String toString()
          Returns a string representation of this object for tracing purposes.
 
Methods inherited from class com.ibm.etill.framework.supervisor.GenericKey
calculateHashCode, calculateHashCode11, equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderKey

public OrderKey(String,
                String)
Method Detail

getMerchantNumber

public String getMerchantNumber()

getOrderNumber

public String getOrderNumber()

toString

public String toString()
Description copied from class: GenericKey
Returns a string representation of this object for tracing purposes. This is a default toString method for generated hashtable key. It only displays the value portions of parameters used to construct the key. It is recommended that each subclass overwrites this method to provide both the keywords and values used for constructing the key object.
Overrides:
toString in class GenericKey
Following copied from class: com.ibm.etill.framework.supervisor.GenericKey
Returns:
String - a string representation of the key elements of this object.