Uses of Class
org.compiere.model.MResource
Packages that use MResource
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*).
Provide extended and generated model class and interface for tables.
-
Uses of MResource in org.compiere.model
Methods in org.compiere.model that return MResourceModifier and TypeMethodDescriptionstatic MResource
MResource.get
(int S_Resource_ID) Get from Cache (immutable)static MResource
MResource.get
(Properties ctx, int S_Resource_ID) Get from Cache (immutable)static MResource
MResource.getCopy
(Properties ctx, int S_Resource_ID, String trxName) Get updateable copy of MResource from cacheMResource.markImmutable()
Methods in org.compiere.model with parameters of type MResourceModifier and TypeMethodDescriptionboolean
MProduct.setResource
(MResource parent) Set Resource.
Copy over IsActive, Value, Name and Description.Constructors in org.compiere.model with parameters of type MResourceModifierConstructorDescriptionMProduct
(MResource resource, MResourceType resourceType) Parent ConstructorMResource
(Properties ctx, MResource copy) Copy constructorMResource
(Properties ctx, MResource copy, String trxName) Copy constructorCopy constructor -
Uses of MResource in org.eevolution.model
Methods in org.eevolution.model that return MResource