|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencrx.kernel.product1.jpa3.ProductClassificationRelationship$Slice.SliceId
public static class ProductClassificationRelationship$Slice.SliceId
The slices' compound identity class
Field Summary | |
---|---|
String |
openmdxjdoIdentity
The parent's object id |
int |
openmdxjdoIndex
The slice's index |
Constructor Summary | |
---|---|
ProductClassificationRelationship$Slice.SliceId()
|
Method Summary | |
---|---|
boolean |
equals(Object that)
Test for equality. |
int |
hashCode()
Calculate the slice id's hash code. |
String |
toString()
Provide the slice id's string representation |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public String openmdxjdoIdentity
public int openmdxjdoIndex
Constructor Detail |
---|
public ProductClassificationRelationship$Slice.SliceId()
Method Detail |
---|
public boolean equals(Object that)
This method is required by JPA.
equals
in class Object
that
- the object to be compared
true
if the two ids refer to the same slice objectpublic int hashCode()
This method is should be overridden together with equals(java.lang.Object)
.
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |