© 2002 BEA Systems, Inc.


com.bea.p13n.content
Class ContentValue

java.lang.Object
  |
  +--com.bea.p13n.content.ContentValue
Direct Known Subclasses:
DocumentValue

Deprecated. No longer needed - Use Content object instead.

public class ContentValue
extends java.lang.Object
implements java.io.Serializable

A value object for content.

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

See Also:
Content.getContentByValue(), Serialized Form

Field Summary
 java.lang.String identifier
          Deprecated. The unique identifier of the content.
 java.lang.String mimeType
          Deprecated. The mime type of the content.
 
Constructor Summary
protected ContentValue()
          Deprecated. 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
Deprecated. 
The unique identifier of the content.

mimeType

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

ContentValue

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

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved