public class TransactionEntity extends Object implements Transaction, Serializable
| Constructor and Description |
|---|
TransactionEntity()
Required default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeTxnId() |
Long |
getCommitTimeMs() |
Long |
getId() |
ServerEntity |
getServer() |
Long |
getVersion() |
void |
setChangeTxnId(String changeTxnId) |
void |
setCommitTimeMs(Long commitTimeMs) |
void |
setId(Long id) |
void |
setServer(ServerEntity server) |
void |
setVersion(Long version) |
String |
toString() |
public Long getId()
getId in interface Transactionpublic void setId(Long id)
public Long getVersion()
public void setVersion(Long version)
public ServerEntity getServer()
public void setServer(ServerEntity server)
public String getChangeTxnId()
getChangeTxnId in interface Transactionpublic void setChangeTxnId(String changeTxnId)
public Long getCommitTimeMs()
getCommitTimeMs in interface Transactionpublic void setCommitTimeMs(Long commitTimeMs)
Copyright © 2005–2018 Alfresco Software. All rights reserved.