|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openwms.common.domain.LocationPK
public class LocationPK
A LocationPK, is a value type and is used as an unique natural key of
Location
entities.
Location
,
Serialized FormConstructor Summary | |
---|---|
LocationPK(String area,
String aisle,
String x,
String y,
String z)
Create a new LocationPK. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getAisle()
Get the aisle region. |
String |
getArea()
Get the area region. |
String |
getX()
Get the x dimension. |
String |
getY()
Get the y dimension. |
String |
getZ()
Get the z dimension. |
int |
hashCode()
|
String |
toString()
Return a String like {AREA/AISLE/X/Y/Z}. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocationPK(String area, String aisle, String x, String y, String z)
area
- Area where the Location
belongs toaisle
- Aisle where the Location
belongs tox
- Dimension x where the Location
belongs toy
- Dimension y where the Location
belongs toz
- Dimension z where the Location
belongs toMethod Detail |
---|
public String getArea()
public String getAisle()
public String getX()
public String getY()
public String getZ()
public boolean equals(Object o)
equals
in class Object
Object.equals(Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |