Uses of Class
org.compiere.model.MAttributeSetInstance
Package
Description
Provide implementation of various system dialog and windows
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MAttributeSetInstance in org.adempiere.webui.window
-
Uses of MAttributeSetInstance in org.compiere.model
Modifier and TypeMethodDescriptionstatic 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 M_AttributeSetInstance_ID or create new MAttributeSetInstance for M_Product_IDModifier and TypeMethodDescriptionvoid
MAsset.setASI
(MAttributeSetInstance asi) Set ASI Info (M_AttributeSetInstance_ID, Lot, SerNo)