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 MAttributeSetMAttributeSet. get(int M_AttributeSet_ID)Get MAttributeSet from Cachestatic MAttributeSetMAttributeSet. get(Properties ctx, int M_AttributeSet_ID)Get MAttributeSet from CacheMAttributeSetMProduct. getAttributeSet()Get Attribute Setstatic MAttributeSetMAttributeSet. getCopy(Properties ctx, int M_AttributeSet_ID, String trxName)Get updateable copy of MAttributeSet from cacheMAttributeSetMAttributeSetInstance. getMAttributeSet()Get Attribute SetMAttributeSetMAttributeSet. markImmutable()Methods in org.compiere.model with parameters of type MAttributeSet Modifier and Type Method Description voidMAttributeSetInstance. 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)
-