|
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_M_Product_Category_Acct
org.compiere.model.MProductCategoryAcct
public class MProductCategoryAcct
Product Category Account Model
| Field Summary |
|---|
| 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 | |
|---|---|
MProductCategoryAcct(Ctx ctx,
int ignored,
String trxName)
Standard Constructor |
|
MProductCategoryAcct(Ctx ctx,
ResultSet rs,
String trxName)
Load Cosntructor |
|
| Method Summary | |
|---|---|
protected boolean |
afterSave(boolean newRecord,
boolean success)
After Save |
void |
checkCosting()
Check Costing Setup |
static MProductCategoryAcct |
get(Ctx ctx,
int M_Product_Category_ID,
int C_AcctSchema_ID,
String trxName)
Get Category Acct |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MProductCategoryAcct(Ctx ctx,
int ignored,
String trxName)
ctx - contextignored - ignoredtrxName -
public MProductCategoryAcct(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MProductCategoryAcct get(Ctx ctx,
int M_Product_Category_ID,
int C_AcctSchema_ID,
String trxName)
ctx - contextM_Product_Category_ID - categoryC_AcctSchema_ID - acct schematrxName - trx
public void checkCosting()
protected boolean afterSave(boolean newRecord,
boolean success)
afterSave in class POnewRecord - newsuccess - success
public String toString()
toString in class X_M_Product_Category_Acct
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||