Uses of Class
org.compiere.model.MTree_Base
Packages that use MTree_Base
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 MTree_Base in org.compiere.model
Subclasses of MTree_Base in org.compiere.modelMethods in org.compiere.model that return MTree_BaseModifier and TypeMethodDescriptionstatic MTree_BaseMTree_Base.get(int AD_Tree_ID) Get MTree_Base from Cache (immutable)static MTree_BaseGet MTree_Base from Cache (immutable)static MTree_BaseMTree_Base.get(Properties ctx, int AD_Tree_ID, String trxName) Get MTree_Base from Cache (immutable)MTree_Base.markImmutable()Methods in org.compiere.model with parameters of type MTree_BaseModifier and TypeMethodDescriptionstatic MTree_NodeMTree_Node.get(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodeBPMTree_NodeBP.get(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodeCMCMTree_NodeCMC.get(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodeCMSMTree_NodeCMS.get(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodeMMMTree_NodeMM.get(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodePRMTree_NodePR.get(MTree_Base tree, int Node_ID) Get Tree NodeConstructors in org.compiere.model with parameters of type MTree_BaseModifierConstructorDescriptionMTree_Base(Properties ctx, MTree_Base copy) Copy constructorMTree_Base(Properties ctx, MTree_Base copy, String trxName) Copy constructorMTree_Base(MTree_Base copy) Copy constructorMTree_Node(MTree_Base tree, int Node_ID) Full ConstructorMTree_NodeBP(MTree_Base tree, int Node_ID) Full ConstructorMTree_NodeCMC(MTree_Base tree, int Node_ID) Full ConstructorMTree_NodeCMS(MTree_Base tree, int Node_ID) Full ConstructorMTree_NodeMM(MTree_Base tree, int Node_ID) Full ConstructorMTree_NodePR(MTree_Base tree, int Node_ID) Full Constructor