© 2005 BEA Systems, Inc.

com.bea.p13n.content.document
Class DocumentValue

java.lang.Object
  extended bycom.bea.p13n.content.ContentValue
      extended bycom.bea.p13n.content.document.DocumentValue
All Implemented Interfaces:
Serializable

Deprecated. No longer needed - Use Document object instead.

public class DocumentValue
extends ContentValue

A value object for Documents.

Currently, this only supports the explicit attributes of a Document object.

See Also:
Document.getDocumentByValue(), Serialized Form

Field Summary
 String author
          Deprecated. The document author.
 String comments
          Deprecated. The document comments.
 Timestamp creationDate
          Deprecated. The date upon which the document was created.
 String description
          Deprecated. The document description.
 String lockedBy
          Deprecated. The document locker.
 String modifiedBy
          Deprecated. The document modifier.
 Timestamp modifiedDate
          Deprecated. The document last modified date.
 String name
          Deprecated. The document names.
 long size
          Deprecated. The document size.
 long version
          Deprecated. The document version.
 
Fields inherited from class com.bea.p13n.content.ContentValue
identifier, mimeType
 
Constructor Summary
protected DocumentValue()
          Deprecated. Only get/setDocumentByValue methods are allowed to call this constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

author

public String author
Deprecated. 
The document author.


comments

public String comments
Deprecated. 
The document comments.


creationDate

public Timestamp creationDate
Deprecated. 
The date upon which the document was created.


description

public String description
Deprecated. 
The document description.


lockedBy

public String lockedBy
Deprecated. 
The document locker.


modifiedBy

public String modifiedBy
Deprecated. 
The document modifier.


modifiedDate

public Timestamp modifiedDate
Deprecated. 
The document last modified date.


name

public String name
Deprecated. 
The document names.


size

public long size
Deprecated. 
The document size.


version

public long version
Deprecated. 
The document version.

Constructor Detail

DocumentValue

protected DocumentValue()
Deprecated. 
Only get/setDocumentByValue methods are allowed to call this constructor.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved