Package jasima.shopSim.util.modelDef
Class StaticSourceDef
- java.lang.Object
-
- jasima.shopSim.util.modelDef.PropertySupport
-
- jasima.shopSim.util.modelDef.SourceDef
-
- jasima.shopSim.util.modelDef.StaticSourceDef
-
- All Implemented Interfaces:
Serializable,Cloneable
public class StaticSourceDef extends SourceDef
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_JOB_SPECS
-
Constructor Summary
Constructors Constructor Description StaticSourceDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaticSourceDefclone()JobDef[]getJobSpecs()voidsetJobSpecs(JobDef[] jobSpecs)-
Methods inherited from class jasima.shopSim.util.modelDef.PropertySupport
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
-
-
-
-
Field Detail
-
PROP_JOB_SPECS
public static final String PROP_JOB_SPECS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJobSpecs
public JobDef[] getJobSpecs()
-
setJobSpecs
public void setJobSpecs(JobDef[] jobSpecs)
-
clone
public StaticSourceDef clone()
- Overrides:
clonein classPropertySupport
-
-