Package org.openwms.common.location
Class LocationPK.Builder
java.lang.Object
org.openwms.common.location.LocationPK.Builder
- Enclosing class:
- LocationPK
LocationPK builder static inner class.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionSets theaisleand returns a reference to this Builder so that the methods can be chained together.Sets theareaand returns a reference to this Builder so that the methods can be chained together.build()Returns aLocationPKbuilt from the parameters previously set.Sets thexand returns a reference to this Builder so that the methods can be chained together.Sets theyand returns a reference to this Builder so that the methods can be chained together.Sets thezand returns a reference to this Builder so that the methods can be chained together.
- 
Field Details- 
area
- 
aisle
- 
x
- 
y
- 
z
 
- 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
areaSets theareaand returns a reference to this Builder so that the methods can be chained together.- Parameters:
- val- the- areato set
- Returns:
- a reference to this Builder
 
- 
aisleSets theaisleand returns a reference to this Builder so that the methods can be chained together.- Parameters:
- val- the- aisleto set
- Returns:
- a reference to this Builder
 
- 
xSets thexand returns a reference to this Builder so that the methods can be chained together.- Parameters:
- val- the- xto set
- Returns:
- a reference to this Builder
 
- 
ySets theyand returns a reference to this Builder so that the methods can be chained together.- Parameters:
- val- the- yto set
- Returns:
- a reference to this Builder
 
- 
zSets thezand returns a reference to this Builder so that the methods can be chained together.- Parameters:
- val- the- zto set
- Returns:
- a reference to this Builder
 
- 
buildReturns aLocationPKbuilt from the parameters previously set.- Returns:
- a LocationPKbuilt with parameters of thisLocationPK.Builder
 
 
-