|
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_AD_DataMigrationEntry
org.compiere.model.MDataMigrationEntry
public class MDataMigrationEntry
Data Migration Entry Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_DataMigrationEntry |
|---|
accessLevel, DATAMIGRATIONENTRYTYPE_AD_Reference_ID, DATAMIGRATIONENTRYTYPE_Record, DATAMIGRATIONENTRYTYPE_SQL, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MDataMigrationEntry(Ctx ctx,
int AD_DataMigrationEntry_ID,
String trxName)
Standard Constructor |
|
MDataMigrationEntry(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MDataMigrationEntry(MDataMigration parent,
int AD_Table_ID,
int Record_ID)
Parent Record Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeSave(boolean newRecord)
Before Save |
PO[] |
getEntryPOs(MTable table)
Get POs for Entry |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MDataMigrationEntry(Ctx ctx,
int AD_DataMigrationEntry_ID,
String trxName)
ctx - contextAD_DataMigrationEntry_ID - idtrxName - trx
public MDataMigrationEntry(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx
public MDataMigrationEntry(MDataMigration parent,
int AD_Table_ID,
int Record_ID)
parent - migrationAD_Table_ID - tableRecord_ID - record| Method Detail |
|---|
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new record
public PO[] getEntryPOs(MTable table)
table - table
public String toString()
toString in class X_AD_DataMigrationEntry
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||