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, FastContentImpl.PublicContentValue

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.
 
Constructor Summary
protected ContentValue()
          Only get/setContentByValue 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

identifier

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

mimeType

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

ContentValue

protected ContentValue()
Only get/setContentByValue methods are allowed to call this constructor.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved