|
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.framework.X
public class X
Generic PO Class
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
Access Level |
protected KeyNamePair |
Model
|
int |
Table_ID
AD_Table_ID |
String |
Table_Name
Table Name |
| 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 | |
|---|---|
X(Ctx ctx,
int AD_Table_ID,
int id,
String trxName)
Constructor |
|
X(Ctx ctx,
int AD_Table_ID,
ResultSet rs,
String trxName)
Constructor |
|
X(Ctx ctx,
MTable table,
int id,
String trxName)
Constructor |
|
X(Ctx ctx,
MTable table,
ResultSet rs,
String trxName)
Constructor |
|
X(Ctx ctx,
String tableName,
int id,
String trxName)
Constructor |
|
X(Ctx ctx,
String tableName,
ResultSet rs,
String trxName)
Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
Get Access Level |
protected POInfo |
initPO(Ctx ctx)
Initialize PO |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int Table_ID
public String Table_Name
protected KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X(Ctx ctx,
int AD_Table_ID,
int id,
String trxName)
ctx - contextAD_Table_ID - table to loadid - id of tabletrxName - transaction
public X(Ctx ctx,
String tableName,
int id,
String trxName)
ctx - contexttableName - table to loadid - id of tabletrxName - transaction
public X(Ctx ctx,
int AD_Table_ID,
ResultSet rs,
String trxName)
ctx - contextAD_Table_ID - table to loadrs - result set of tabletrxName - transaction
public X(Ctx ctx,
String tableName,
ResultSet rs,
String trxName)
ctx - contexttableName - table to loadrs - result set of tabletrxName - transaction
public X(Ctx ctx,
MTable table,
int id,
String trxName)
ctx - contexttable - table to loadid - id of tabletrxName - transaction
public X(Ctx ctx,
MTable table,
ResultSet rs,
String trxName)
ctx - contexttable - table to loadrs - result set of tabletrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class PO
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||