MPPProductPlanning.getS_Resource - override to implement caching support (optimization)

This commit is contained in:
teo_sarca 2009-07-01 12:52:40 +00:00
parent 2edca69820
commit e44bce99af
1 changed files with 8 additions and 0 deletions

View File

@ -222,6 +222,14 @@ public class MPPProductPlanning extends X_PP_Product_Planning
return MWorkflow.get(getCtx(), getAD_Workflow_ID());
}
@Override
public MResource getS_Resource()
{
return MResource.get(getCtx(), getS_Resource_ID());
}
private int m_C_BPartner_ID = 0;
/**