DocumentValue Class

DEPRECATED No longer needed - Use Document object instead.

com.bea.p13n.content.document
DocumentValue Class

public class DocumentValue

    extends com.bea.p13n.content.ContentValue

A value object for Documents.

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

Related Topics

Document.getDocumentByValue()


Hierarchy
Object
  com.bea.p13n.content.ContentValue
    DocumentValue
All Implemented Interfaces

Serializable

Field Summary

public String
author
The document author.
public String
comments
The document comments.
public Timestamp
creationDate
The date upon which the document was created.
public String
description
The document description.
public String
lockedBy
The document locker.
public String
modifiedBy
The document modifier.
public Timestamp
modifiedDate
The document last modified date.
public String
name
The document names.
public long
size
The document size.
public long
version
The document version.
   
Fields from  com.bea.p13n.content.com.bea.p13n.content.ContentValue
identifier, mimeType
 

Constructor Summary

DocumentValue()

Only get/setDocumentByValue methods are allowed to call this constructor.
 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

author

public String author
The document author.


comments

public String comments
The document comments.


creationDate

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


description

public String description
The document description.


lockedBy

public String lockedBy
The document locker.


modifiedBy

public String modifiedBy
The document modifier.


modifiedDate

public Timestamp modifiedDate
The document last modified date.


name

public String name
The document names.


size

public long size
The document size.


version

public long version
The document version.

 

Constructor Detail

DocumentValue

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