BEA Systems, Inc.

com.beasys.commerce.axiom.content
Class ContentValue

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

public class ContentValue
extends SmartValue

A value object for content.

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

See Also:
Content, ContentHome, Content.getContentByValue(), Content.setContentByValue(ContentValue), Serialized Form

Field Summary
 java.lang.String identifier
          The unique identifier of the content.
 java.lang.String mimeType
          The mime type of the content.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

public java.lang.String identifier
The unique identifier of the content.

mimeType

public java.lang.String mimeType
The mime type of the content.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved