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 Transaction
public 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 Transaction
public void setChangeTxnId(String changeTxnId)
public Long getCommitTimeMs()
getCommitTimeMs
in interface Transaction
public void setCommitTimeMs(Long commitTimeMs)
Copyright © 2005–2017 Alfresco Software. All rights reserved.