Uses of Class
org.compiere.model.MResourceType
Packages that use MResourceType
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 MResourceType in org.compiere.model
Methods in org.compiere.model that return MResourceTypeModifier and TypeMethodDescriptionstatic MResourceType
MResourceType.get
(int S_ResourceType_ID) Get from Cache (immutable)static MResourceType
MResourceType.get
(Properties ctx, int S_ResourceType_ID) Get from Cache (immutable)static MResourceType
MResourceType.getCopy
(Properties ctx, int S_ResourceType_ID, String trxName) Get updateable copy of MResourceType from cacheMResource.getResourceType()
Get cached Resource TypeMResourceType.markImmutable()
Methods in org.compiere.model with parameters of type MResourceTypeModifier and TypeMethodDescriptionboolean
MProduct.setResource
(MResourceType parent) Set Resource TypeConstructors in org.compiere.model with parameters of type MResourceTypeModifierConstructorDescriptionMProduct
(MResource resource, MResourceType resourceType) Parent ConstructorMResourceType
(Properties ctx, MResourceType copy) Copy constructorMResourceType
(Properties ctx, MResourceType copy, String trxName) Copy constructorMResourceType
(MResourceType copy) Copy constructor