|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 | |
java.lang.String |
identifier
Deprecated. The unique identifier of the Content. |
Constructor Summary | |
ContentPk()
Deprecated. Default constructor. |
|
ContentPk(java.lang.String identifier)
Deprecated. Constructor that takes in all of the primary key attributes as parameters. |
Method Summary | |
int |
compareTo(java.lang.Object o)
Deprecated. Compares the identifier to the object's identifier. |
boolean |
equals(java.lang.Object o)
Deprecated. |
int |
hashCode()
Deprecated. Overrides to use the hashCode of the identifier . |
java.lang.String |
toString()
Deprecated. Returns the identifier . |
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public java.lang.String identifier
Constructor Detail |
public ContentPk()
public ContentPk(java.lang.String identifier)
Method Detail |
public boolean equals(java.lang.Object o)
public int compareTo(java.lang.Object o)
identifier
to the object's identifier.
public java.lang.String toString()
identifier
.
public int hashCode()
identifier
.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |