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