|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 | |
java.lang.String |
author
Deprecated. The document author. |
java.lang.String |
comments
Deprecated. The document comments. |
java.sql.Timestamp |
creationDate
Deprecated. The date upon which the document was created. |
java.lang.String |
description
Deprecated. The document description. |
java.lang.String |
lockedBy
Deprecated. The document locker. |
java.lang.String |
modifiedBy
Deprecated. The document modifier. |
java.sql.Timestamp |
modifiedDate
Deprecated. The document last modified date. |
java.lang.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 java.lang.String description
public long size
public java.lang.String modifiedBy
public java.sql.Timestamp modifiedDate
public java.sql.Timestamp creationDate
public long version
public java.lang.String author
public java.lang.String lockedBy
public java.lang.String comments
public java.lang.String name
Constructor Detail |
protected DocumentValue()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |