ContentValue Class

DEPRECATED No longer needed - Use Content object instead.

com.bea.p13n.content
ContentValue Class

public class ContentValue

    extends Object
    implements Serializable

A value object for content.

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

Related Topics

Content.getContentByValue()


Hierarchy
Object
  ContentValue
All Implemented Interfaces

Serializable
Direct Known Subclasses

com.bea.p13n.content.document.DocumentValue

Field Summary

public String
identifier
The unique identifier of the content.
public String
mimeType
The mime type of the content.
 

Constructor Summary

ContentValue()

Only get/setContentByValue methods are allowed to call this constructor.
 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

identifier

public String identifier
The unique identifier of the content.


mimeType

public String mimeType
The mime type of the content.

 

Constructor Detail

ContentValue

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