DocumentValue Class
DEPRECATED No longer needed - Use Document object instead.
- 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
-
DocumentValue()
- Only get/setDocumentByValue methods are allowed to call this
constructor.
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
author
public String
author
- The document author.
- Containment: By Value
- Multiplicity: 1:1
comments
public String
comments
- The document comments.
- Containment: By Value
- Multiplicity: 1:1
creationDate
public Timestamp
creationDate
- The date upon which the document was created.
- Containment: By Value
- Multiplicity: 1:1
description
public String
description
- The document description.
- Containment: By Value
- Multiplicity: 1:1
lockedBy
public String
lockedBy
- The document locker.
- Containment: By Value
- Multiplicity: 1:1
modifiedBy
public String
modifiedBy
- The document modifier.
- Containment: By Value
- Multiplicity: 1:1
modifiedDate
public Timestamp
modifiedDate
- The document last modified date.
- Containment: By Value
- Multiplicity: 1:1
name
public String
name
- The document names.
- Containment: By Value
- Multiplicity: 1:1
size
public long size
- The document size.
- Containment: By Value
- Multiplicity: 1:1
version
public long version
- The document version.
- Containment: By Value
- Multiplicity: 1:1
DocumentValue
protected DocumentValue()
- Only get/setDocumentByValue methods are allowed to call this
constructor.