public class PaycodeStatusHistoryItem
extends java.lang.Object
| Constructor and Description |
|---|
PaycodeStatusHistoryItem() |
| Modifier and Type | Method and Description |
|---|---|
PaycodeTransactionStatus |
getStatus()
Gets the status.
|
PaycodeTransactionStatusReason |
getStatusReason()
Gets the status reason.
|
java.util.Date |
getTime()
Gets the time.
|
void |
setStatus(PaycodeTransactionStatus status)
Sets the status.
|
void |
setStatusReason(PaycodeTransactionStatusReason statusReason)
Sets the status reason.
|
void |
setTime(java.util.Date time)
Sets the time.
|
public PaycodeTransactionStatus getStatus()
public void setStatus(PaycodeTransactionStatus status)
status - the new statuspublic PaycodeTransactionStatusReason getStatusReason()
public void setStatusReason(PaycodeTransactionStatusReason statusReason)
statusReason - the new status reasonpublic java.util.Date getTime()
public void setTime(java.util.Date time)
time - the new time