Package org.alfresco.repo.domain.node
Class TransactionEntity
java.lang.Object
org.alfresco.repo.domain.node.TransactionEntity
- All Implemented Interfaces:
Serializable,Transaction
Bean to represent alf_transaction data.
- Since:
- 3.4
- Author:
- Derek Hulley
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetChangeTxnId(String changeTxnId) voidsetCommitTimeMs(Long commitTimeMs) voidvoidsetVersion(Long version) toString()
-
Constructor Details
-
TransactionEntity
public TransactionEntity()Required default constructor
-
-
Method Details
-
toString
-
getId
- Specified by:
getIdin interfaceTransaction
-
setId
-
getVersion
-
setVersion
-
getChangeTxnId
- Specified by:
getChangeTxnIdin interfaceTransaction
-
setChangeTxnId
-
getCommitTimeMs
- Specified by:
getCommitTimeMsin interfaceTransaction
-
setCommitTimeMs
-