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
OrderKey
public OrderKey(String,
String)
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.