|
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_C_AcctSchema_GL
org.compiere.model.MAcctSchemaGL
public class MAcctSchemaGL
Accounting Schema GL info
| Field Summary | |
|---|---|
protected static CLogger |
s_log
Logger |
| 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 | |
|---|---|
MAcctSchemaGL(Properties ctx,
int C_AcctSchema_ID,
String trxName)
Load Constructor |
|
MAcctSchemaGL(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static MAcctSchemaGL |
get(Properties ctx,
int C_AcctSchema_ID)
Get Accounting Schema GL Info |
ArrayList<KeyNamePair> |
getAcctInfo()
Get Acct Info list |
boolean |
setValue(String columnName,
Integer value)
Set Value (don't use) |
| 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 |
| Field Detail |
|---|
protected static CLogger s_log
| Constructor Detail |
|---|
public MAcctSchemaGL(Properties ctx,
int C_AcctSchema_ID,
String trxName)
ctx - contextC_AcctSchema_ID - AcctSchematrxName - transaction
public MAcctSchemaGL(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MAcctSchemaGL get(Properties ctx,
int C_AcctSchema_ID)
ctx - contextC_AcctSchema_ID - id
public ArrayList<KeyNamePair> getAcctInfo()
public boolean setValue(String columnName,
Integer value)
columnName - column namevalue - value
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||