| 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--com.beasys.commerce.foundation.SmartValue
        |
        +--com.beasys.commerce.axiom.content.ContentValue
              |
              +--com.beasys.commerce.axiom.document.DocumentValue
A value object for Documents.
Currently, this only supports the explicit attributes of a Document object.
Document, 
DocumentHome, 
Document.getDocumentByValue(), 
Document.setDocumentByValue(DocumentValue), Serialized Form| Field Summary | |
 java.lang.String | 
author
The document author.  | 
 java.lang.String | 
comments
The document comments.  | 
 java.sql.Timestamp | 
creationDate
The date upon which the document was created.  | 
 java.lang.String | 
description
The document description.  | 
 java.lang.String | 
lockedBy
The document locker.  | 
 java.lang.String | 
modifiedBy
The document modifier.  | 
 java.sql.Timestamp | 
modifiedDate
The document last modified date.  | 
 java.lang.String | 
name
The document names.  | 
 long | 
size
The document size.  | 
 long | 
version
The document version.  | 
| Fields inherited from class com.beasys.commerce.axiom.content.ContentValue | 
identifier, mimeType | 
| Constructor Summary | |
protected  | 
DocumentValue()
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()
  | 
© 2001 BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||