Package jasima.shopSim.util.modelDef
Class RouteDef
- java.lang.Object
-
- jasima.shopSim.util.modelDef.PropertySupport
-
- jasima.shopSim.util.modelDef.RouteDef
-
- All Implemented Interfaces:
Serializable,Cloneable
public class RouteDef extends PropertySupport
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_NAMEstatic StringPROP_OPERATIONS
-
Constructor Summary
Constructors Constructor Description RouteDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RouteDefclone()StringgetName()OperationDef[]getOperations()ShopDefgetShop()voidsetName(String name)voidsetOperations(OperationDef[] operations)voidsetShop(ShopDef shop)-
Methods inherited from class jasima.shopSim.util.modelDef.PropertySupport
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
-
-
-
-
Field Detail
-
PROP_NAME
public static final String PROP_NAME
- See Also:
- Constant Field Values
-
PROP_OPERATIONS
public static final String PROP_OPERATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOperations
public OperationDef[] getOperations()
-
setOperations
public void setOperations(OperationDef[] operations)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getShop
public ShopDef getShop()
-
setShop
public void setShop(ShopDef shop)
-
clone
public RouteDef clone()
- Overrides:
clonein classPropertySupport
-
-