Package com.sgs.common.database
Class PreStep
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.PreStep
-
public class PreStep extends HibernateObject
Deprecated.- Author:
- SGSystems
-
-
Field Summary
-
Fields inherited from class com.sgs.common.database.HibernateObject
ID
-
-
Constructor Summary
Constructors Constructor Description PreStep()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description JobLinegetJobLine()Deprecated.LocationgetLocation()Deprecated.FormulaStepgetStep()Deprecated.voidsetJobLine(JobLine jobLine)Deprecated.voidsetLocation(Location location)Deprecated.voidsetStep(FormulaStep step)Deprecated.-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-
-
-
Method Detail
-
getStep
public FormulaStep getStep()
Deprecated.
-
getLocation
public Location getLocation()
Deprecated.
-
setStep
public void setStep(FormulaStep step)
Deprecated.
-
setLocation
public void setLocation(Location location)
Deprecated.
-
getJobLine
public JobLine getJobLine()
Deprecated.
-
setJobLine
public void setJobLine(JobLine jobLine)
Deprecated.
-
-