Uses of Class
org.compiere.model.MAttributeSet
Packages that use 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
Methods in org.compiere.model that return MAttributeSetModifier 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()
Methods in org.compiere.model with parameters of type MAttributeSetModifier and TypeMethodDescriptionvoid
MAttributeSetInstance.setMAttributeSet
(MAttributeSet mas) Set Attribute SetConstructors in org.compiere.model with parameters of type MAttributeSetModifierConstructorDescriptionMAttributeSet
(Properties ctx, MAttributeSet copy) Copy constructorMAttributeSet
(Properties ctx, MAttributeSet copy, String trxName) Copy constructorMAttributeSet
(MAttributeSet copy) Copy constructor