Package com.sgs.common.database
Class AssetFormulaLink
- java.lang.Object
-
- com.sgs.common.database.HibernateObject
-
- com.sgs.common.database.AssetFormulaLink
-
public class AssetFormulaLink extends HibernateObject
Establishes a relationship between an asset and a formula. This linkage helps associate physical assets with the formulas or recipes in which they are used.
-
-
Field Summary
-
Fields inherited from class com.sgs.common.database.HibernateObject
ID
-
-
Constructor Summary
Constructors Constructor Description AssetFormulaLink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Asset
getAsset()
java.util.Date
getDeleted()
Commodity
getFormula()
void
setAsset(Asset asset)
void
setDeleted(java.util.Date deleted)
void
setFormula(Commodity formula)
-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-