|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_S_Resource
org.compiere.model.MResource
public class MResource
Resource Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_S_Resource |
|---|
MANUFACTURINGRESOURCETYPE_AD_Reference_ID, MANUFACTURINGRESOURCETYPE_Plant, MANUFACTURINGRESOURCETYPE_ProductionLine, MANUFACTURINGRESOURCETYPE_WorkCenter, MANUFACTURINGRESOURCETYPE_WorkStation |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MResource(Properties ctx,
int S_Resource_ID,
String trxName)
Standard Constructor |
|
MResource(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
MProduct |
getProduct()
Get Product |
MResourceType |
getResourceType()
Get cached Resource Type |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MResource(Properties ctx,
int S_Resource_ID,
String trxName)
ctx - contextS_Resource_ID - id
public MResource(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result set| Method Detail |
|---|
public MResourceType getResourceType()
public MProduct getProduct()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||