Package de.elo.ix.client
Class DocHistory
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.DocHistory
- All Implemented Interfaces:
Serializable
Document version data, e. g. document version ID and GUID, version comment, MD5 hash of document
file. Internal use only.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe user can enter a comment that describes the version.protected intThe version is created at this date.protected intThe version is deleted at this date.protected intDocument version ID.protected StringThe MD5 hash of the document file.protected intMFG_BURNIN DB column: docflagsprotected StringGUID of the document version.protected StringLanguage of the document content.protected intNumber of valid signatures.protected intDocument version belongs to this object.protected intDocument signature ID.protected intDeleted versions have Status=1.protected StringThe last update time of the version in ISO format (with dots).protected StringTimestamp of this object's last export by the replication.protected intThe type of this DocHistory makes the difference between attachments and document versions.protected intThe user who inserts the version into the archive.protected StringThe version number (like 1.0) of the document version.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetDocId()intgetFlags()getGuid()intintgetObjId()intgetSigId()intintgetType()intgetUser()voidsetComment(String comment) voidsetCreateDate(int createDate) voidsetDeleteDate(int deleteDate) voidsetDocId(int docId) voidvoidsetFlags(int flags) voidvoidsetLanguage(String language) voidsetNbOfValidSignatures(int nbOfValidSignatures) voidsetObjId(int objId) voidsetSigId(int sigId) voidsetStatus(int status) voidvoidsetTStampSync(String TStampSync) voidsetType(int type) voidsetUser(int user) voidsetVersion(String version) Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
objId
protected int objIdDocument version belongs to this object. DB column: objectid -
docId
protected int docIdDocument version ID. DB column: documentid -
user
protected int userThe user who inserts the version into the archive. DB column: userid -
createDate
protected int createDateThe version is created at this date. The value is an ELO date format. DB column: createdate -
comment
The user can enter a comment that describes the version. DB column: histcomment -
version
The version number (like 1.0) of the document version. DB column: histversion -
docMD5
The MD5 hash of the document file. DB column: docmd5 -
guid
GUID of the document version. DB column: docguid -
tStamp
The last update time of the version in ISO format (with dots). DB column: doctstamp -
sigId
protected int sigIdDocument signature ID. DB column: docsignature -
status
protected int statusDeleted versions have Status=1. DB column: docstatus -
flags
protected int flagsMFG_BURNIN DB column: docflags -
deleteDate
protected int deleteDateThe 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 nbOfValidSignaturesNumber of valid signatures.- Since:
- 9.00.016.002
- See Also:
-
type
protected int typeThe type of this DocHistory makes the difference between attachments and document versions.- Since:
- 9.99.009.001
- See Also:
-
TStampSync
Timestamp of this object's last export by the replication.- Since:
- 9.99.009.001
-
language
Language of the document content. This value is estimated by ELO Textreader when the document is sent for fulltext extraction. SeeTranslateTermC.DEFAULT_LANGUAGESfor a list of language-tags.- Since:
- 21.04.000.001
-
-
Constructor Details
-
DocHistory
public DocHistory() -
DocHistory
-
-
Method Details
-
getComment
-
setComment
-
getCreateDate
public int getCreateDate() -
setCreateDate
public void setCreateDate(int createDate) -
getDocId
public int getDocId() -
setDocId
public void setDocId(int docId) -
getDocMD5
-
setDocMD5
-
getFlags
public int getFlags() -
setFlags
public void setFlags(int flags) -
getGuid
-
setGuid
-
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
-
setTStamp
-
getUser
public int getUser() -
setUser
public void setUser(int user) -
getVersion
-
setVersion
-
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
-
setTStampSync
-
setLanguage
-
getLanguage
-