Uses of Class
org.compiere.model.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
Modifier 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()
Modifier and TypeMethodDescriptionboolean
MProduct.setResource
(MResourceType parent) Set Resource TypeModifierConstructorDescriptionMProduct
(MResource resource, MResourceType resourceType) Parent ConstructorMResourceType
(Properties ctx, MResourceType copy) Copy constructorMResourceType
(Properties ctx, MResourceType copy, String trxName) Copy constructorMResourceType
(MResourceType copy) Copy constructor