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 MAttributeSetInstanceMAttributeSetInstance. create(Properties ctx, MProduct product, String trxName)Create and save a new ASI for given product.static MAttributeSetInstanceMAttributeSetInstance. generateLot(Properties ctx, MProduct product, String trxName)AutoGenerate and save a new ASI for given product.static MAttributeSetInstanceMAttributeSetInstance. 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 voidMAsset. setASI(MAttributeSetInstance asi)Set ASI Info (M_AttributeSetInstance_ID, Lot, SerNo)
-