public class TransactionQueryEntity extends Object
Constructor and Description |
---|
TransactionQueryEntity()
Required default constructor
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAscending() |
Long |
getExcludeServerId() |
List<Long> |
getExcludeTxnIds() |
Long |
getId() |
List<Long> |
getIncludeTxnIds() |
Long |
getMaxCommitTime() |
Long |
getMaxId() |
Long |
getMinCommitTime() |
Long |
getMinId() |
Long |
getStoreId() |
Long |
getTypeQNameId() |
void |
setAscending(Boolean ascending) |
void |
setExcludeServerId(Long excludeServerId) |
void |
setExcludeTxnIds(List<Long> excludeTxnIds) |
void |
setId(Long id) |
void |
setIncludeTxnIds(List<Long> includeTxnIds) |
void |
setMaxCommitTime(Long maxCommitTime) |
void |
setMaxId(Long maxId) |
void |
setMinCommitTime(Long minCommitTime) |
void |
setMinId(Long minId) |
void |
setStoreId(Long storeId) |
void |
setTypeQNameId(Long typeQNameId) |
String |
toString() |
public TransactionQueryEntity()
public Long getId()
public void setId(Long id)
public Long getMinId()
public void setMinId(Long minId)
public Long getMaxId()
public void setMaxId(Long maxId)
public Long getMinCommitTime()
public void setMinCommitTime(Long minCommitTime)
public Long getMaxCommitTime()
public void setMaxCommitTime(Long maxCommitTime)
public Long getExcludeServerId()
public void setExcludeServerId(Long excludeServerId)
public Boolean getAscending()
public void setAscending(Boolean ascending)
public Long getTypeQNameId()
public void setTypeQNameId(Long typeQNameId)
public Long getStoreId()
public void setStoreId(Long storeId)
Copyright © 2005–2017 Alfresco Software. All rights reserved.