Uses of Class
org.compiere.model.MAttributeSet
-
Packages that use MAttributeSet Package Description org.compiere.model Provides for.... -
-
Uses of MAttributeSet in org.compiere.model
Methods in org.compiere.model that return MAttributeSet Modifier and Type Method Description static MAttributeSet
MAttributeSet. get(int M_AttributeSet_ID)
Get MAttributeSet from Cachestatic MAttributeSet
MAttributeSet. get(Properties ctx, int M_AttributeSet_ID)
Get MAttributeSet from CacheMAttributeSet
MProduct. getAttributeSet()
Get Attribute Setstatic MAttributeSet
MAttributeSet. getCopy(Properties ctx, int M_AttributeSet_ID, String trxName)
Get updateable copy of MAttributeSet from cacheMAttributeSet
MAttributeSetInstance. getMAttributeSet()
Get Attribute SetMAttributeSet
MAttributeSet. markImmutable()
Methods in org.compiere.model with parameters of type MAttributeSet Modifier and Type Method Description void
MAttributeSetInstance. setMAttributeSet(MAttributeSet mas)
Set Attribute SetConstructors in org.compiere.model with parameters of type MAttributeSet Constructor Description MAttributeSet(Properties ctx, MAttributeSet copy)
MAttributeSet(Properties ctx, MAttributeSet copy, String trxName)
MAttributeSet(MAttributeSet copy)
-