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 SummaryConstructorsConstructorDescriptionTxnCheckpoint(String name, String description, String status, Date time) Create a transaction delivery checkpoint value object.
- 
Method Summary
- 
Constructor Details- 
TxnCheckpointpublic TxnCheckpoint()
- 
TxnCheckpointCreate a transaction delivery checkpoint value object.- Parameters:
- name- the checkpoint name
- description- the checkpoint description
- status- the checkpoint status
- time- the checkpoint time
 
 
- 
- 
Method Details- 
toString
- 
getNameThe transaction delivery checkpoint name.
- 
getDescriptionThe transaction delivery checkpoint description.
- 
getStatusThe transaction delivery checkpoint status [ Registered | Completed | Error ].
- 
getTimeThe transaction delivery checkpoint time.
 
-