Class DocHistory

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.DocHistory
All Implemented Interfaces:
Serializable

public class DocHistory extends ValueClass implements Serializable
Document version data, e. g. document version ID and GUID, version comment, MD5 hash of document file. Internal use only.
See Also:
  • Field Details

    • objId

      protected int objId
      Document version belongs to this object. DB column: objectid
    • docId

      protected int docId
      Document version ID. DB column: documentid
    • user

      protected int user
      The user who inserts the version into the archive. DB column: userid
    • createDate

      protected int createDate
      The version is created at this date. The value is an ELO date format. DB column: createdate
    • comment

      protected String comment
      The user can enter a comment that describes the version. DB column: histcomment
    • version

      protected String version
      The version number (like 1.0) of the document version. DB column: histversion
    • docMD5

      protected String docMD5
      The MD5 hash of the document file. DB column: docmd5
    • guid

      protected String guid
      GUID of the document version. DB column: docguid
    • tStamp

      protected String tStamp
      The last update time of the version in ISO format (with dots). DB column: doctstamp
    • sigId

      protected int sigId
      Document signature ID. DB column: docsignature
    • status

      protected int status
      Deleted versions have Status=1. DB column: docstatus
    • flags

      protected int flags
      MFG_BURNIN DB column: docflags
    • deleteDate

      protected int deleteDate
      The version is deleted at this date. The value is an ELO date format. The value is zero, if isDeleted() returns false.
      Since:
      9.00.000.000
    • nbOfValidSignatures

      protected int nbOfValidSignatures
      Number of valid signatures.
      Since:
      9.00.016.002
      See Also:
    • type

      protected int type
      The type of this DocHistory makes the difference between attachments and document versions.
      Since:
      9.99.009.001
      See Also:
    • TStampSync

      protected String TStampSync
      Timestamp of this object's last export by the replication.
      Since:
      9.99.009.001
    • language

      protected String language
      Language of the document content. This value is estimated by ELO Textreader when the document is sent for fulltext extraction. See TranslateTermC.DEFAULT_LANGUAGES for a list of language-tags.
      Since:
      21.04.000.001
  • Constructor Details

    • DocHistory

      public DocHistory()
    • DocHistory

      public DocHistory(DocHistory rhs)
  • Method Details

    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getCreateDate

      public int getCreateDate()
    • setCreateDate

      public void setCreateDate(int createDate)
    • getDocId

      public int getDocId()
    • setDocId

      public void setDocId(int docId)
    • getDocMD5

      public String getDocMD5()
    • setDocMD5

      public void setDocMD5(String docMD5)
    • getFlags

      public int getFlags()
    • setFlags

      public void setFlags(int flags)
    • getGuid

      public String getGuid()
    • setGuid

      public void setGuid(String guid)
    • getObjId

      public int getObjId()
    • setObjId

      public void setObjId(int objId)
    • getSigId

      public int getSigId()
    • setSigId

      public void setSigId(int sigId)
    • getStatus

      public int getStatus()
    • setStatus

      public void setStatus(int status)
    • getTStamp

      public String getTStamp()
    • setTStamp

      public void setTStamp(String tStamp)
    • getUser

      public int getUser()
    • setUser

      public void setUser(int user)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getDeleteDate

      public int getDeleteDate()
    • setDeleteDate

      public void setDeleteDate(int deleteDate)
    • getNbOfValidSignatures

      public int getNbOfValidSignatures()
    • setNbOfValidSignatures

      public void setNbOfValidSignatures(int nbOfValidSignatures)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • getTStampSync

      public String getTStampSync()
    • setTStampSync

      public void setTStampSync(String TStampSync)
    • setLanguage

      public void setLanguage(String language)
    • getLanguage

      public String getLanguage()