ContentValue Class
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.
Related Topics
Content.getContentByValue()
-
Hierarchy
-
Object
ContentValue
-
All Implemented Interfaces
-
Serializable
-
Direct Known Subclasses
-
com.bea.p13n.content.document.DocumentValue
-
ContentValue()
- Only get/setContentByValue methods are allowed to call this constructor.
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identifier
public String
identifier
- The unique identifier of the content.
- Containment: By Value
- Multiplicity: 1:1
- PRIMARY KEY FIELD
mimeType
public String
mimeType
- The mime type of the content.
- Containment: By Value
- Multiplicity: 1:1
ContentValue
protected ContentValue()
- Only get/setContentByValue methods are allowed to call this constructor.