util
Class DualLocationList

java.lang.Object
  extended by util.DualLocationList

public class DualLocationList
extends java.lang.Object


Constructor Summary
DualLocationList()
           
 
Method Summary
 java.util.List<java.lang.Integer> getLocation_in_forward()
           
 java.util.List<java.lang.Integer> getLocation_in_local()
           
 void setLocation_in_forward(java.util.List<java.lang.Integer> location_in_forward)
           
 void setLocation_in_local(java.util.List<java.lang.Integer> location_in_local)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DualLocationList

public DualLocationList()
Method Detail

getLocation_in_forward

public java.util.List<java.lang.Integer> getLocation_in_forward()

setLocation_in_forward

public void setLocation_in_forward(java.util.List<java.lang.Integer> location_in_forward)

getLocation_in_local

public java.util.List<java.lang.Integer> getLocation_in_local()

setLocation_in_local

public void setLocation_in_local(java.util.List<java.lang.Integer> location_in_local)