|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.bea.p13n.content.ContentPk
This is the primary key class for all Content.
All content needs to be identifiable by a unique String identifier.
| Field Summary | |
String |
identifier
Deprecated. The unique identifier of the Content. |
| Constructor Summary | |
ContentPk()
Deprecated. Default constructor. |
|
ContentPk(String identifier)
Deprecated. Constructor that takes in all of the primary key attributes as parameters. |
|
| Method Summary | |
int |
compareTo(Object o)
Deprecated. Compares the identifier to the object's identifier. |
boolean |
equals(Object o)
Deprecated. |
int |
hashCode()
Deprecated. Overrides to use the hashCode of the identifier. |
String |
toString()
Deprecated. Returns the identifier. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public String identifier
| Constructor Detail |
public ContentPk()
public ContentPk(String identifier)
| Method Detail |
public boolean equals(Object o)
equals in class Objectpublic int compareTo(Object o)
identifier to the object's identifier.
compareTo in interface Comparablepublic String toString()
identifier.
toString in class Objectpublic int hashCode()
identifier.
hashCode in class Object
|
© 2003 BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||