Class Document

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

public class Document extends ValueClass implements Serializable
Document object with identifier and version arrays for the document and attachments.

Copyright: Copyright (c) 2004

Organisation: ELO Digital Office GmbH

See Also:
  • Field Details

    • atts

      protected DocVersion[] atts
      Attachment versions for the document.
    • docs

      protected DocVersion[] docs
      Versions of the document.
    • objId

      protected String objId
      Object ID for the document.
  • Constructor Details

  • Method Details