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 AssetgetAsset()java.util.DategetDeleted()CommoditygetFormula()voidsetAsset(Asset asset)voidsetDeleted(java.util.Date deleted)voidsetFormula(Commodity formula)-
Methods inherited from class com.sgs.common.database.HibernateObject
getExported, getID, isDontSave, isModified, setDontSave, setExported, setID, setModified
-
-