|
© 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.property.ConfigurableEntityPk
Primary key class for Configurable Entity EJB's
Field Summary | |
java.lang.String |
identifier
|
Constructor Summary | |
ConfigurableEntityPk()
Default constructor. |
|
ConfigurableEntityPk(java.lang.String identifier)
Constructor that takes in all of the primary key attributes as parameters. |
Method Summary | |
int |
compareTo(java.lang.Object o)
Implements the compareTo method. |
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
override the hashCode() method |
java.lang.String |
toString()
Returns the stringified version of the key class. |
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 ConfigurableEntityPk()
public ConfigurableEntityPk(java.lang.String identifier)
Method Detail |
public int compareTo(java.lang.Object o)
(a > b) ==> (b < a) (a < b) ==> (b > a) (a = b) ==> (b = a)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object o)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |