|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.content.ContentValue | +--com.bea.p13n.content.document.DocumentValue
A value object for Documents.
Currently, this only supports the explicit attributes of a Document object.
Document.getDocumentByValue()
,
Serialized FormField 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 |
public String description
public long size
public String modifiedBy
public Timestamp modifiedDate
public Timestamp creationDate
public long version
public String author
public String lockedBy
public String comments
public String name
Constructor Detail |
protected DocumentValue()
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |