Uses of Class
org.compiere.model.MResource
-
Packages that use MResource Package Description org.compiere.model Provides for....org.eevolution.model -
-
Uses of MResource in org.compiere.model
Methods in org.compiere.model that return MResource Modifier and Type Method Description static MResourceMResource. get(int S_Resource_ID)Get from Cache (immutable)static MResourceMResource. get(Properties ctx, int S_Resource_ID)Get from Cache (immutable)static MResourceMResource. getCopy(Properties ctx, int S_Resource_ID, String trxName)Get updateable copy of MResource from cacheMResourceMResource. markImmutable()Methods in org.compiere.model with parameters of type MResource Modifier and Type Method Description booleanMProduct. setResource(MResource parent)Set ResourceConstructors in org.compiere.model with parameters of type MResource Constructor Description MProduct(MResource resource, MResourceType resourceType)Parent ConstructorMResource(Properties ctx, MResource copy)MResource(Properties ctx, MResource copy, String trxName)MResource(MResource copy) -
Uses of MResource in org.eevolution.model
Methods in org.eevolution.model that return MResource Modifier and Type Method Description MResourceMPPProductPlanning. getS_Resource()
-