CustomerPk Class
- public class CustomerPk
extends ConfigurableEntityPk
-
Hierarchy
-
Object
ConfigurableEntityPk
CustomerPk
-
All Implemented Interfaces
-
Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomerPk
public CustomerPk()
CustomerPk
public CustomerPk(String
identifier)
compareTo(Object) Method
public int compareTo(Object
o)
Objects that compare will return 0
-
Overrides
-
ConfigurableEntityPk.compareTo(Object)
hashCode() Method
public int hashCode()
override the hashCode() method
-
Overrides
-
ConfigurableEntityPk.hashCode()
toString() Method
public String
toString()
Return identifier
-
Overrides
-
ConfigurableEntityPk.toString()