Package jasima.shopSim.util.modelDef
Class OperationDef
- java.lang.Object
-
- jasima.shopSim.util.modelDef.PropertySupport
-
- jasima.shopSim.util.modelDef.OperationDef
-
- All Implemented Interfaces:
Serializable,Cloneable
public class OperationDef extends PropertySupport
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_BATCH_FAMILYstatic StringPROP_MAX_BATCH_SIZEstatic StringPROP_NAMEstatic StringPROP_PROC_TIMEstatic StringPROP_SETUPstatic StringPROP_WORKSTATION
-
Constructor Summary
Constructors Constructor Description OperationDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBatchFamily()intgetMaxBatchSize()StringgetName()doublegetProcTime()StringgetSetup()intgetWorkstation()voidsetBatchFamily(String batchFamily)voidsetMaxBatchSize(int maxBatchSize)voidsetName(String name)voidsetProcTime(double procTime)voidsetSetup(String setup)voidsetWorkstation(int workstation)-
Methods inherited from class jasima.shopSim.util.modelDef.PropertySupport
addPropertyChangeListener, clone, firePropertyChange, removePropertyChangeListener
-
-
-
-
Field Detail
-
PROP_NAME
public static final String PROP_NAME
- See Also:
- Constant Field Values
-
PROP_PROC_TIME
public static final String PROP_PROC_TIME
- See Also:
- Constant Field Values
-
PROP_WORKSTATION
public static final String PROP_WORKSTATION
- See Also:
- Constant Field Values
-
PROP_SETUP
public static final String PROP_SETUP
- See Also:
- Constant Field Values
-
PROP_BATCH_FAMILY
public static final String PROP_BATCH_FAMILY
- See Also:
- Constant Field Values
-
PROP_MAX_BATCH_SIZE
public static final String PROP_MAX_BATCH_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProcTime
public double getProcTime()
-
setProcTime
public void setProcTime(double procTime)
-
getWorkstation
public int getWorkstation()
-
setWorkstation
public void setWorkstation(int workstation)
-
getSetup
public String getSetup()
-
setSetup
public void setSetup(String setup)
-
getBatchFamily
public String getBatchFamily()
-
setBatchFamily
public void setBatchFamily(String batchFamily)
-
getMaxBatchSize
public int getMaxBatchSize()
-
setMaxBatchSize
public void setMaxBatchSize(int maxBatchSize)
-
getName
public String getName()
-
setName
public void setName(String name)
-
-