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