Package com.kenshoo.pl.entity
Class FullIdentifier<PARENT extends EntityType<PARENT>,CHILD extends EntityType<CHILD>>
- java.lang.Object
-
- com.kenshoo.pl.entity.FullIdentifier<PARENT,CHILD>
-
public class FullIdentifier<PARENT extends EntityType<PARENT>,CHILD extends EntityType<CHILD>> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FullIdentifier(Identifier<PARENT> parentId, Identifier<CHILD> childId, Identifier<CHILD> keyToParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Identifier<CHILD>getChildId()Identifier<CHILD>getKetToParent()Identifier<PARENT>getParentId()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
FullIdentifier
public FullIdentifier(Identifier<PARENT> parentId, Identifier<CHILD> childId, Identifier<CHILD> keyToParent)
-
-
Method Detail
-
getParentId
public Identifier<PARENT> getParentId()
-
getChildId
public Identifier<CHILD> getChildId()
-
getKetToParent
public Identifier<CHILD> getKetToParent()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-