Class TransactionEntity

java.lang.Object
org.alfresco.repo.domain.node.TransactionEntity
All Implemented Interfaces:
Serializable, Transaction

public class TransactionEntity extends Object implements Transaction, Serializable
Bean to represent alf_transaction data.
Since:
3.4
Author:
Derek Hulley
See Also:
  • Constructor Details

    • TransactionEntity

      public TransactionEntity()
      Required default constructor
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getId

      public Long getId()
      Specified by:
      getId in interface Transaction
    • setId

      public void setId(Long id)
    • getVersion

      public Long getVersion()
    • setVersion

      public void setVersion(Long version)
    • getChangeTxnId

      public String getChangeTxnId()
      Specified by:
      getChangeTxnId in interface Transaction
    • setChangeTxnId

      public void setChangeTxnId(String changeTxnId)
    • getCommitTimeMs

      public Long getCommitTimeMs()
      Specified by:
      getCommitTimeMs in interface Transaction
    • setCommitTimeMs

      public void setCommitTimeMs(Long commitTimeMs)