|
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.adempiere.model.GenericPO
public class GenericPO
Generic PO implementation, this can be use together with ModelValidator as alternative to the classic generated model class and extend ( X_ & M_ ) approach. Originally for used to insert/update data from adempieredata.xml file in 2pack.
| Field Summary | |
|---|---|
static int |
AD_ORGTRX_ID_AD_Reference_ID
|
| 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 | |
|---|---|
GenericPO(String tableName,
Properties ctx,
int ID)
|
|
GenericPO(String tableName,
Properties ctx,
int ID,
String trxName)
|
|
GenericPO(String tableName,
Properties ctx,
ResultSet rs)
|
|
GenericPO(String tableName,
Properties ctx,
ResultSet rs,
String trxName)
|
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
Get Table Access Level |
int |
getAD_OrgTrx_ID()
Get Trx Organization. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAD_OrgTrx_ID(int AD_OrgTrx_ID)
Set Trx Organization. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int AD_ORGTRX_ID_AD_Reference_ID
| Constructor Detail |
|---|
public GenericPO(String tableName,
Properties ctx,
int ID)
tableName - ctx - ID -
public GenericPO(String tableName,
Properties ctx,
ResultSet rs)
tableName - ctx - rs -
public GenericPO(String tableName,
Properties ctx,
int ID,
String trxName)
tableName - ctx - ID - trxName -
public GenericPO(String tableName,
Properties ctx,
ResultSet rs,
String trxName)
tableName - ctx - rs - trxName - | Method Detail |
|---|
protected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAD_OrgTrx_ID(int AD_OrgTrx_ID)
public int getAD_OrgTrx_ID()
protected int get_AccessLevel()
PO
get_AccessLevel in class PO
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||