BEA Systems, Inc.

com.beasys.commerce.axiom.document
Class DocumentValue

java.lang.Object
  |
  +--com.beasys.commerce.foundation.SmartValue
        |
        +--com.beasys.commerce.axiom.content.ContentValue
              |
              +--com.beasys.commerce.axiom.document.DocumentValue
Direct Known Subclasses:
FastDocumentImpl.PublicDocumentValue

public class DocumentValue
extends ContentValue

A value object for Documents.

Currently, this only supports the explicit attributes of a Document object.

See Also:
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

description

public java.lang.String description
The document description.

size

public long size
The document size.

modifiedBy

public java.lang.String modifiedBy
The document modifier.

modifiedDate

public java.sql.Timestamp modifiedDate
The document last modified date.

creationDate

public java.sql.Timestamp creationDate
The date upon which the document was created.

version

public long version
The document version.

author

public java.lang.String author
The document author.

lockedBy

public java.lang.String lockedBy
The document locker.

comments

public java.lang.String comments
The document comments.

name

public java.lang.String name
The document names.
Constructor Detail

DocumentValue

protected DocumentValue()
Only get/setDocumentByValue methods are allowed to call this constructor.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved