Package com.avoka.tm.vo
Class TxnCheckpoint
java.lang.Object
com.avoka.tm.vo.TxnCheckpoint
Provides a Transaction Delivery Checkpoint value object.
- Since:
- 5.0.0
-
Constructor Summary
ConstructorDescriptionTxnCheckpoint
(String name, String description, String status, Date time) Create a transaction delivery checkpoint value object. -
Method Summary
-
Constructor Details
-
TxnCheckpoint
public TxnCheckpoint() -
TxnCheckpoint
Create a transaction delivery checkpoint value object.- Parameters:
name
- the checkpoint namedescription
- the checkpoint descriptionstatus
- the checkpoint statustime
- the checkpoint time
-
-
Method Details
-
toString
-
getName
The transaction delivery checkpoint name. -
getDescription
The transaction delivery checkpoint description. -
getStatus
The transaction delivery checkpoint status [ Registered | Completed | Error ]. -
getTime
The transaction delivery checkpoint time.
-