Uses of Class
org.compiere.model.MGLCategory
-
Packages that use MGLCategory Package Description org.compiere.model Provides for.... -
-
Uses of MGLCategory in org.compiere.model
Methods in org.compiere.model that return MGLCategory Modifier and Type Method Description static MGLCategory
MGLCategory. get(int GL_Category_ID)
Get MGLCategory from Cache (immutable)static MGLCategory
MGLCategory. get(Properties ctx, int GL_Category_ID)
Get MGLCategory from Cache (immutable)static MGLCategory
MGLCategory. getDefault(Properties ctx, String CategoryType)
Get Default Categorystatic MGLCategory
MGLCategory. getDefaultSystem(Properties ctx)
Get Default System CategoryMGLCategory
MGLCategory. markImmutable()
Constructors in org.compiere.model with parameters of type MGLCategory Constructor Description MGLCategory(Properties ctx, MGLCategory copy)
MGLCategory(Properties ctx, MGLCategory copy, String trxName)
MGLCategory(MGLCategory copy)
-