| |
|
| java.lang.Object epayment.response.PaymentResponse
PaymentResponse | public class PaymentResponse implements IPaymentResponse(Code) | | The PaymentResponse class is an
IPaymentResponse that encapsulates
the basic payment response information.
This class is strictly an example.
author: Mike Clark author: Clarkware Consulting |
Constructor Summary | |
public | PaymentResponse() Constructs a PaymentResponse
with default values. |
PaymentResponse | public PaymentResponse()(Code) | | Constructs a PaymentResponse
with default values.
|
getProcessedDate | public String getProcessedDate()(Code) | | Returns the processed date.
Processed date. |
getResponseMessage | public String getResponseMessage()(Code) | | Returns the response message.
Response message. |
setProcessedDate | protected void setProcessedDate(String date)(Code) | | Sets the processed date.
Parameters: date - Processed date. |
setResponseMessage | protected void setResponseMessage(String message)(Code) | | Sets the response message.
Parameters: message - Response message. |
toString | public String toString()(Code) | | Returns the string representation of this object.
String representation. |
|
|
|