Uses of Class
org.compiere.model.MAttributeSetInstance
-
Packages that use MAttributeSetInstance Package Description org.compiere.model Provides for.... -
-
Uses of MAttributeSetInstance in org.compiere.model
Methods in org.compiere.model that return MAttributeSetInstance Modifier and Type Method Description static MAttributeSetInstance
MAttributeSetInstance. create(Properties ctx, MProduct product, String trxName)
Create and save a new ASI for given product.static MAttributeSetInstance
MAttributeSetInstance. generateLot(Properties ctx, MProduct product, String trxName)
AutoGenerate and save a new ASI for given product.static MAttributeSetInstance
MAttributeSetInstance. get(Properties ctx, int M_AttributeSetInstance_ID, int M_Product_ID)
Get Attribute Set Instance from ID or ProductMethods in org.compiere.model with parameters of type MAttributeSetInstance Modifier and Type Method Description void
MAsset. setASI(MAttributeSetInstance asi)
Set ASI Info (M_AttributeSetInstance_ID, Lot, SerNo)
-