© 2005 BEA Systems, Inc.

com.bea.p13n.content
Class ContentValue

java.lang.Object
  extended bycom.bea.p13n.content.ContentValue
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentValue

Deprecated. No longer needed - Use Content object instead.

public class ContentValue
extends Object
implements 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
 String identifier
          Deprecated. The unique identifier of the content.
 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 String identifier
Deprecated. 
The unique identifier of the content.


mimeType

public 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.


© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved