Class TransactionQueryEntity


  • public class TransactionQueryEntity
    extends Object
    Bean to represent carry query parameters for alf_transaction.
    Since:
    3.4
    Author:
    Derek Hulley
    • Constructor Detail

      • TransactionQueryEntity

        public TransactionQueryEntity()
        Required default constructor
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getMinId

        public Long getMinId()
      • setMinId

        public void setMinId​(Long minId)
      • getMaxId

        public Long getMaxId()
      • setMaxId

        public void setMaxId​(Long maxId)
      • getMinCommitTime

        public Long getMinCommitTime()
      • setMinCommitTime

        public void setMinCommitTime​(Long minCommitTime)
      • getMaxCommitTime

        public Long getMaxCommitTime()
      • setMaxCommitTime

        public void setMaxCommitTime​(Long maxCommitTime)
      • getIncludeTxnIds

        public List<Long> getIncludeTxnIds()
      • setIncludeTxnIds

        public void setIncludeTxnIds​(List<Long> includeTxnIds)
      • getExcludeTxnIds

        public List<Long> getExcludeTxnIds()
      • setExcludeTxnIds

        public void setExcludeTxnIds​(List<Long> excludeTxnIds)
      • getExcludeServerId

        public Long getExcludeServerId()
      • setExcludeServerId

        public void setExcludeServerId​(Long excludeServerId)
      • getAscending

        public Boolean getAscending()
      • setAscending

        public void setAscending​(Boolean ascending)
      • getTypeQNameId

        public Long getTypeQNameId()
      • setTypeQNameId

        public void setTypeQNameId​(Long typeQNameId)
      • getStoreId

        public Long getStoreId()
      • setStoreId

        public void setStoreId​(Long storeId)