|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 author
public String comments
public Timestamp creationDate
public String description
public String lockedBy
public String modifiedBy
public Timestamp modifiedDate
public String name
public long size
public long version
Constructor Detail |
protected DocumentValue()
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |