Class CountResult

java.lang.Object
de.elo.ix.client.CountResult
All Implemented Interfaces:
Serializable

public class CountResult extends Object implements Serializable
Class for the results of one count process.
Since:
7.00.000.002
See Also:
  • Field Details

    • docCount

      protected int docCount
      count of the found documents
    • structCount

      protected int structCount
      count of the found structures
    • docAttachCount

      protected int docAttachCount
      count of the found document attachments
    • docVersionsCount

      protected int docVersionsCount
      count of the documents in the version history
    • otherAttachVersionsCount

      protected int otherAttachVersionsCount
      count of the other attachment versions
      Since:
      7.00.000.002
    • docBytesCount

      protected long docBytesCount
      count of the bytes of the current document version
    • otherDocVersBytesCount

      protected long otherDocVersBytesCount
      count of the bytes of other document versions
      Since:
      7.00.000.002
    • attBytesCount

      protected long attBytesCount
      count of the bytes of the current attachment version
    • otherAttVersBytesCount

      protected long otherAttVersBytesCount
      count of the bytes of other attachment versions
      Since:
      7.00.000.002
  • Constructor Details

    • CountResult

      public CountResult()
      Constructor for the class "CountResult".
    • CountResult

      public CountResult(CountResult countResult)
      Constructor for the class "CountResult".
      Parameters:
      countResult - CountResult
  • Method Details

    • getDocumCount

      public int getDocumCount()
    • getDocAttachmentCount

      public int getDocAttachmentCount()
    • getDocVersionsCount

      public int getDocVersionsCount()
    • getStructCount

      public int getStructCount()
    • getOtherAttachVersionsCount

      public int getOtherAttachVersionsCount()
    • getDocBytesCount

      public long getDocBytesCount()
    • getOtherDocVersBytesCount

      public long getOtherDocVersBytesCount()
    • getAttachBytesCount

      public long getAttachBytesCount()
    • getOtherAttBytesCount

      public long getOtherAttBytesCount()
    • setDocumCount

      public void setDocumCount(int docCount)
    • setDocAttachCount

      public void setDocAttachCount(int docAttachCount)
    • setDocVersionsCount

      public void setDocVersionsCount(int docVersionsCount)
    • setStructCount

      public void setStructCount(int structCount)
    • setOtherAttachVersionsCount

      public void setOtherAttachVersionsCount(int otherAttVersionsCount)
    • setDocBytesCount

      public void setDocBytesCount(long docBytesCount)
    • setOtherDocVersBytesCount

      public void setOtherDocVersBytesCount(long otherDocVersByteCount)
    • setAttachBytesCount

      public void setAttachBytesCount(long attBytesCount)
    • setOtherAttVersBytesCount

      public void setOtherAttVersBytesCount(long otherAttVersByteCount)
    • toString

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

      public int getDocCount()
    • setDocCount

      public void setDocCount(int docCount)
    • getAttBytesCount

      public long getAttBytesCount()
    • setAttBytesCount

      public void setAttBytesCount(long attBytesCount)
    • getDocAttachCount

      public int getDocAttachCount()
    • getOtherAttVersBytesCount

      public long getOtherAttVersBytesCount()