|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openwms.core.service.voter.Vote
org.openwms.tms.service.spring.voter.RedirectVote
public class RedirectVote
A RedirectVote. Encapsulates a targetLocationGroup and a targetLocation to vote for as targets.
Constructor Summary | |
---|---|
RedirectVote(LocationGroup targetLocationGroup,
Location targetLocation)
Create a new RedirectVote. |
Method Summary | |
---|---|
Location |
getLocation()
Get the location. |
LocationGroup |
getLocationGroup()
Get the locationGroup. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RedirectVote(LocationGroup targetLocationGroup, Location targetLocation)
targetLocationGroup
- The target LocationGroup
to vote fortargetLocation
- The target Location
to vote forMethod Detail |
---|
public Location getLocation()
public LocationGroup getLocationGroup()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |