Uses of Class
org.compiere.model.MAttributeSet
Package
Description
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 MAttributeSet in org.compiere.model
Modifier and TypeMethodDescriptionstatic MAttributeSet
MAttributeSet.get
(int M_AttributeSet_ID) Get MAttributeSet from Cache (Immutable)static MAttributeSet
MAttributeSet.get
(Properties ctx, int M_AttributeSet_ID) Get MAttributeSet from Cache (Immutable)MProduct.getAttributeSet()
Get Attribute Setstatic MAttributeSet
MAttributeSet.getCopy
(Properties ctx, int M_AttributeSet_ID, String trxName) Get updateable copy of MAttributeSet from cacheMAttributeSetInstance.getMAttributeSet()
Get Attribute SetMAttributeSet.markImmutable()
Modifier and TypeMethodDescriptionvoid
MAttributeSetInstance.setMAttributeSet
(MAttributeSet mas) Set Attribute SetModifierConstructorDescriptionMAttributeSet
(Properties ctx, MAttributeSet copy) Copy constructorMAttributeSet
(Properties ctx, MAttributeSet copy, String trxName) Copy constructorMAttributeSet
(MAttributeSet copy) Copy constructor