|
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_C_SalesRegion
org.compiere.model.MSalesRegion
public class MSalesRegion
Sales Region Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_C_SalesRegion |
|---|
accessLevel, Model, SALESREP_ID_AD_Reference_ID, 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 | |
|---|---|
MSalesRegion(Ctx ctx,
int C_SalesRegion_ID,
String trxName)
Default Constructor |
|
MSalesRegion(Ctx 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 |
static MSalesRegion |
get(Ctx ctx,
int C_SalesRegion_ID)
Get SalesRegion from Cache |
| Methods inherited from class org.compiere.model.X_C_SalesRegion |
|---|
get_AccessLevel, getC_SalesRegion_ID, getDescription, getKeyNamePair, getName, getSalesRep_ID, getValue, initPO, isDefault, isSummary, setC_SalesRegion_ID, setDescription, setIsDefault, setIsSummary, setName, setSalesRep_ID, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MSalesRegion(Ctx ctx,
int C_SalesRegion_ID,
String trxName)
ctx - contextC_SalesRegion_ID - idtrxName - transaction
public MSalesRegion(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MSalesRegion get(Ctx ctx,
int C_SalesRegion_ID)
ctx - contextC_SalesRegion_ID - id
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - insertsuccess - save success
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||