|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_S_ResourceAssignment
org.compiere.model.MResourceAssignment
public class MResourceAssignment
Resource Assignment Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_S_ResourceAssignment |
|---|
accessLevel, Model, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MResourceAssignment(Ctx ctx,
int S_ResourceAssignment_ID,
String trxName)
Stnadard Constructor |
|
MResourceAssignment(Ctx ctx,
ResultSet rs,
String trxName)
Load Contsructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
protected boolean |
beforeDelete()
Before Delete |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_S_ResourceAssignment |
|---|
get_AccessLevel, getAssignDateFrom, getAssignDateTo, getDescription, getKeyNamePair, getName, getQty, getS_Resource_ID, getS_ResourceAssignment_ID, initPO, isConfirmed, setAssignDateFrom, setAssignDateTo, setDescription, setIsConfirmed, setName, setQty, setS_Resource_ID, setS_ResourceAssignment_ID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MResourceAssignment(Ctx ctx,
int S_ResourceAssignment_ID,
String trxName)
ctx - S_ResourceAssignment_ID -
public MResourceAssignment(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result set| Method Detail |
|---|
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
public String toString()
toString in class X_S_ResourceAssignmentprotected boolean beforeDelete()
beforeDelete in class PO
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||