Uses of Class
org.compiere.model.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
Modifier and TypeMethodDescriptionstatic MTree_Base
MTree_Base.get
(int AD_Tree_ID) Get MTree_Base from Cache (immutable)static MTree_Base
Get MTree_Base from Cache (immutable)static MTree_Base
MTree_Base.get
(Properties ctx, int AD_Tree_ID, String trxName) Get MTree_Base from Cache (immutable)MTree_Base.markImmutable()
Modifier and TypeMethodDescriptionstatic MTree_Node
MTree_Node.get
(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodeBP
MTree_NodeBP.get
(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodeCMC
MTree_NodeCMC.get
(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodeCMS
MTree_NodeCMS.get
(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodeMM
MTree_NodeMM.get
(MTree_Base tree, int Node_ID) Get Tree Nodestatic MTree_NodePR
MTree_NodePR.get
(MTree_Base tree, int Node_ID) Get Tree NodeModifierConstructorDescriptionMTree_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