|
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
compiere.model.MyModelExample
public class MyModelExample
This is a non-working example of a Persistent Business Object. You would extend the class generated by GenerateModel.java
| 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 | |
|---|---|
MyModelExample(Ctx ctx,
int ID,
String trxName)
Standard constructor. |
|
MyModelExample(Ctx ctx,
ResultSet rs,
String trxName)
Optional Load Constructor. |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
Get Access Level |
protected POInfo |
initPO(Ctx ctx)
Init Persistent Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MyModelExample(Ctx ctx,
int ID,
String trxName)
ctx - contextID - the primary key IDtrxName - transaction
public MyModelExample(Ctx ctx,
ResultSet rs,
String trxName)
SELECT * FROM MyModelExample WHERE ...
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected POInfo initPO(Ctx ctx)
initPO in class POctx - context
protected int get_AccessLevel()
get_AccessLevel in class PO
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||