FR [ 2848449 ] ModelClassGenerator: Implement model getters
https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2848449&group_id=176962 Generate models after applying this FR
This commit is contained in:
parent
2faf40dba9
commit
bd82b776db
|
@ -217,6 +217,8 @@ public interface I_AD_AlertProcessor
|
||||||
*/
|
*/
|
||||||
public int getSupervisor_ID();
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSupervisor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -84,6 +84,8 @@ public interface I_AD_Attribute
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_ID();
|
public int getAD_Reference_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Reference_Value_ID */
|
/** Column name AD_Reference_Value_ID */
|
||||||
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
||||||
|
|
||||||
|
@ -97,6 +99,8 @@ public interface I_AD_Attribute
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_Value_ID();
|
public int getAD_Reference_Value_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference_Value() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Table_ID */
|
/** Column name AD_Table_ID */
|
||||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_Activity_ID();
|
public int getAD_Tree_Activity_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_Activity() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tree_BPartner_ID */
|
/** Column name AD_Tree_BPartner_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_BPartner_ID = "AD_Tree_BPartner_ID";
|
public static final String COLUMNNAME_AD_Tree_BPartner_ID = "AD_Tree_BPartner_ID";
|
||||||
|
|
||||||
|
@ -88,6 +90,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_BPartner_ID();
|
public int getAD_Tree_BPartner_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_BPartner() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tree_Campaign_ID */
|
/** Column name AD_Tree_Campaign_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_Campaign_ID = "AD_Tree_Campaign_ID";
|
public static final String COLUMNNAME_AD_Tree_Campaign_ID = "AD_Tree_Campaign_ID";
|
||||||
|
|
||||||
|
@ -101,6 +105,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_Campaign_ID();
|
public int getAD_Tree_Campaign_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_Campaign() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tree_Menu_ID */
|
/** Column name AD_Tree_Menu_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_Menu_ID = "AD_Tree_Menu_ID";
|
public static final String COLUMNNAME_AD_Tree_Menu_ID = "AD_Tree_Menu_ID";
|
||||||
|
|
||||||
|
@ -114,6 +120,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_Menu_ID();
|
public int getAD_Tree_Menu_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_Menu() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tree_Org_ID */
|
/** Column name AD_Tree_Org_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
|
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
|
||||||
|
|
||||||
|
@ -127,6 +135,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_Org_ID();
|
public int getAD_Tree_Org_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_Org() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tree_Product_ID */
|
/** Column name AD_Tree_Product_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_Product_ID = "AD_Tree_Product_ID";
|
public static final String COLUMNNAME_AD_Tree_Product_ID = "AD_Tree_Product_ID";
|
||||||
|
|
||||||
|
@ -140,6 +150,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_Product_ID();
|
public int getAD_Tree_Product_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_Product() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tree_Project_ID */
|
/** Column name AD_Tree_Project_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_Project_ID = "AD_Tree_Project_ID";
|
public static final String COLUMNNAME_AD_Tree_Project_ID = "AD_Tree_Project_ID";
|
||||||
|
|
||||||
|
@ -153,6 +165,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_Project_ID();
|
public int getAD_Tree_Project_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_Project() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tree_SalesRegion_ID */
|
/** Column name AD_Tree_SalesRegion_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_SalesRegion_ID = "AD_Tree_SalesRegion_ID";
|
public static final String COLUMNNAME_AD_Tree_SalesRegion_ID = "AD_Tree_SalesRegion_ID";
|
||||||
|
|
||||||
|
@ -166,6 +180,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_SalesRegion_ID();
|
public int getAD_Tree_SalesRegion_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_AcctSchema1_ID */
|
/** Column name C_AcctSchema1_ID */
|
||||||
public static final String COLUMNNAME_C_AcctSchema1_ID = "C_AcctSchema1_ID";
|
public static final String COLUMNNAME_C_AcctSchema1_ID = "C_AcctSchema1_ID";
|
||||||
|
|
||||||
|
@ -179,6 +195,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getC_AcctSchema1_ID();
|
public int getC_AcctSchema1_ID();
|
||||||
|
|
||||||
|
public I_C_AcctSchema getC_AcctSchema1() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_BPartnerCashTrx_ID */
|
/** Column name C_BPartnerCashTrx_ID */
|
||||||
public static final String COLUMNNAME_C_BPartnerCashTrx_ID = "C_BPartnerCashTrx_ID";
|
public static final String COLUMNNAME_C_BPartnerCashTrx_ID = "C_BPartnerCashTrx_ID";
|
||||||
|
|
||||||
|
@ -192,6 +210,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getC_BPartnerCashTrx_ID();
|
public int getC_BPartnerCashTrx_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getC_BPartnerCashTrx() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Calendar_ID */
|
/** Column name C_Calendar_ID */
|
||||||
public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID";
|
public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID";
|
||||||
|
|
||||||
|
@ -220,6 +240,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getC_UOM_Length_ID();
|
public int getC_UOM_Length_ID();
|
||||||
|
|
||||||
|
public I_C_UOM getC_UOM_Length() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_UOM_Time_ID */
|
/** Column name C_UOM_Time_ID */
|
||||||
public static final String COLUMNNAME_C_UOM_Time_ID = "C_UOM_Time_ID";
|
public static final String COLUMNNAME_C_UOM_Time_ID = "C_UOM_Time_ID";
|
||||||
|
|
||||||
|
@ -233,6 +255,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getC_UOM_Time_ID();
|
public int getC_UOM_Time_ID();
|
||||||
|
|
||||||
|
public I_C_UOM getC_UOM_Time() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_UOM_Volume_ID */
|
/** Column name C_UOM_Volume_ID */
|
||||||
public static final String COLUMNNAME_C_UOM_Volume_ID = "C_UOM_Volume_ID";
|
public static final String COLUMNNAME_C_UOM_Volume_ID = "C_UOM_Volume_ID";
|
||||||
|
|
||||||
|
@ -246,6 +270,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getC_UOM_Volume_ID();
|
public int getC_UOM_Volume_ID();
|
||||||
|
|
||||||
|
public I_C_UOM getC_UOM_Volume() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_UOM_Weight_ID */
|
/** Column name C_UOM_Weight_ID */
|
||||||
public static final String COLUMNNAME_C_UOM_Weight_ID = "C_UOM_Weight_ID";
|
public static final String COLUMNNAME_C_UOM_Weight_ID = "C_UOM_Weight_ID";
|
||||||
|
|
||||||
|
@ -259,6 +285,8 @@ public interface I_AD_ClientInfo
|
||||||
*/
|
*/
|
||||||
public int getC_UOM_Weight_ID();
|
public int getC_UOM_Weight_ID();
|
||||||
|
|
||||||
|
public I_C_UOM getC_UOM_Weight() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
@ -350,6 +378,8 @@ public interface I_AD_ClientInfo
|
||||||
/** Get Product for Freight */
|
/** Get Product for Freight */
|
||||||
public int getM_ProductFreight_ID();
|
public int getM_ProductFreight_ID();
|
||||||
|
|
||||||
|
public I_M_Product getM_ProductFreight() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -118,6 +118,8 @@ public interface I_AD_Column
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_ID();
|
public int getAD_Reference_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Reference_Value_ID */
|
/** Column name AD_Reference_Value_ID */
|
||||||
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
||||||
|
|
||||||
|
@ -131,6 +133,8 @@ public interface I_AD_Column
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_Value_ID();
|
public int getAD_Reference_Value_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference_Value() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Table_ID */
|
/** Column name AD_Table_ID */
|
||||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||||
|
|
||||||
|
|
|
@ -118,6 +118,8 @@ public interface I_AD_Field
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_ID();
|
public int getAD_Reference_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Reference_Value_ID */
|
/** Column name AD_Reference_Value_ID */
|
||||||
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
||||||
|
|
||||||
|
@ -131,6 +133,8 @@ public interface I_AD_Field
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_Value_ID();
|
public int getAD_Reference_Value_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference_Value() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tab_ID */
|
/** Column name AD_Tab_ID */
|
||||||
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
||||||
|
|
||||||
|
@ -272,6 +276,8 @@ public interface I_AD_Field
|
||||||
*/
|
*/
|
||||||
public int getIncluded_Tab_ID();
|
public int getIncluded_Tab_ID();
|
||||||
|
|
||||||
|
public I_AD_Tab getIncluded_Tab() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name InfoFactoryClass */
|
/** Column name InfoFactoryClass */
|
||||||
public static final String COLUMNNAME_InfoFactoryClass = "InfoFactoryClass";
|
public static final String COLUMNNAME_InfoFactoryClass = "InfoFactoryClass";
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,8 @@ public interface I_AD_Find
|
||||||
*/
|
*/
|
||||||
public int getAD_Column_ID();
|
public int getAD_Column_ID();
|
||||||
|
|
||||||
|
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Find_ID */
|
/** Column name AD_Find_ID */
|
||||||
public static final String COLUMNNAME_AD_Find_ID = "AD_Find_ID";
|
public static final String COLUMNNAME_AD_Find_ID = "AD_Find_ID";
|
||||||
|
|
||||||
|
|
|
@ -118,6 +118,8 @@ public interface I_AD_InfoColumn
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_ID();
|
public int getAD_Reference_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -204,6 +204,8 @@ public interface I_AD_LdapProcessor
|
||||||
*/
|
*/
|
||||||
public int getSupervisor_ID();
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSupervisor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,8 @@ public interface I_AD_Note
|
||||||
*/
|
*/
|
||||||
public int getAD_Message_ID();
|
public int getAD_Message_ID();
|
||||||
|
|
||||||
|
public I_AD_Message getAD_Message() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Note_ID */
|
/** Column name AD_Note_ID */
|
||||||
public static final String COLUMNNAME_AD_Note_ID = "AD_Note_ID";
|
public static final String COLUMNNAME_AD_Note_ID = "AD_Note_ID";
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,8 @@ public interface I_AD_OrgInfo
|
||||||
*/
|
*/
|
||||||
public int getC_Location_ID();
|
public int getC_Location_ID();
|
||||||
|
|
||||||
|
public I_C_Location getC_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
@ -134,6 +136,8 @@ public interface I_AD_OrgInfo
|
||||||
*/
|
*/
|
||||||
public int getDropShip_Warehouse_ID();
|
public int getDropShip_Warehouse_ID();
|
||||||
|
|
||||||
|
public I_M_Warehouse getDropShip_Warehouse() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name DUNS */
|
/** Column name DUNS */
|
||||||
public static final String COLUMNNAME_DUNS = "DUNS";
|
public static final String COLUMNNAME_DUNS = "DUNS";
|
||||||
|
|
||||||
|
@ -223,6 +227,8 @@ public interface I_AD_OrgInfo
|
||||||
*/
|
*/
|
||||||
public int getSupervisor_ID();
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSupervisor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name TaxID */
|
/** Column name TaxID */
|
||||||
public static final String COLUMNNAME_TaxID = "TaxID";
|
public static final String COLUMNNAME_TaxID = "TaxID";
|
||||||
|
|
||||||
|
@ -249,6 +255,8 @@ public interface I_AD_OrgInfo
|
||||||
*/
|
*/
|
||||||
public int getTransferBank_ID();
|
public int getTransferBank_ID();
|
||||||
|
|
||||||
|
public I_C_Bank getTransferBank() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name TransferCashBook_ID */
|
/** Column name TransferCashBook_ID */
|
||||||
public static final String COLUMNNAME_TransferCashBook_ID = "TransferCashBook_ID";
|
public static final String COLUMNNAME_TransferCashBook_ID = "TransferCashBook_ID";
|
||||||
|
|
||||||
|
@ -258,6 +266,8 @@ public interface I_AD_OrgInfo
|
||||||
/** Get CashBook for transfers */
|
/** Get CashBook for transfers */
|
||||||
public int getTransferCashBook_ID();
|
public int getTransferCashBook_ID();
|
||||||
|
|
||||||
|
public I_C_CashBook getTransferCashBook() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,8 @@ public interface I_AD_Package_Imp_Backup
|
||||||
*/
|
*/
|
||||||
public int getAD_Column_ID();
|
public int getAD_Column_ID();
|
||||||
|
|
||||||
|
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Org_ID */
|
/** Column name AD_Org_ID */
|
||||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
@ -133,6 +135,8 @@ public interface I_AD_Package_Imp_Backup
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_ID();
|
public int getAD_Reference_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Table_ID */
|
/** Column name AD_Table_ID */
|
||||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||||
|
|
||||||
|
|
|
@ -117,6 +117,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getDistrib_Order_MailText_ID();
|
public int getDistrib_Order_MailText_ID();
|
||||||
|
|
||||||
|
public I_R_MailText getDistrib_Order_MailText() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Distrib_Order_PrintFormat_ID */
|
/** Column name Distrib_Order_PrintFormat_ID */
|
||||||
public static final String COLUMNNAME_Distrib_Order_PrintFormat_ID = "Distrib_Order_PrintFormat_ID";
|
public static final String COLUMNNAME_Distrib_Order_PrintFormat_ID = "Distrib_Order_PrintFormat_ID";
|
||||||
|
|
||||||
|
@ -130,6 +132,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getDistrib_Order_PrintFormat_ID();
|
public int getDistrib_Order_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getDistrib_Order_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Invoice_MailText_ID */
|
/** Column name Invoice_MailText_ID */
|
||||||
public static final String COLUMNNAME_Invoice_MailText_ID = "Invoice_MailText_ID";
|
public static final String COLUMNNAME_Invoice_MailText_ID = "Invoice_MailText_ID";
|
||||||
|
|
||||||
|
@ -143,6 +147,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getInvoice_MailText_ID();
|
public int getInvoice_MailText_ID();
|
||||||
|
|
||||||
|
public I_R_MailText getInvoice_MailText() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Invoice_PrintFormat_ID */
|
/** Column name Invoice_PrintFormat_ID */
|
||||||
public static final String COLUMNNAME_Invoice_PrintFormat_ID = "Invoice_PrintFormat_ID";
|
public static final String COLUMNNAME_Invoice_PrintFormat_ID = "Invoice_PrintFormat_ID";
|
||||||
|
|
||||||
|
@ -156,6 +162,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getInvoice_PrintFormat_ID();
|
public int getInvoice_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getInvoice_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsActive */
|
/** Column name IsActive */
|
||||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||||
|
|
||||||
|
@ -182,6 +190,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getManuf_Order_MailText_ID();
|
public int getManuf_Order_MailText_ID();
|
||||||
|
|
||||||
|
public I_R_MailText getManuf_Order_MailText() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Manuf_Order_PrintFormat_ID */
|
/** Column name Manuf_Order_PrintFormat_ID */
|
||||||
public static final String COLUMNNAME_Manuf_Order_PrintFormat_ID = "Manuf_Order_PrintFormat_ID";
|
public static final String COLUMNNAME_Manuf_Order_PrintFormat_ID = "Manuf_Order_PrintFormat_ID";
|
||||||
|
|
||||||
|
@ -195,6 +205,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getManuf_Order_PrintFormat_ID();
|
public int getManuf_Order_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getManuf_Order_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Name */
|
/** Column name Name */
|
||||||
public static final String COLUMNNAME_Name = "Name";
|
public static final String COLUMNNAME_Name = "Name";
|
||||||
|
|
||||||
|
@ -221,6 +233,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getOrder_MailText_ID();
|
public int getOrder_MailText_ID();
|
||||||
|
|
||||||
|
public I_R_MailText getOrder_MailText() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Order_PrintFormat_ID */
|
/** Column name Order_PrintFormat_ID */
|
||||||
public static final String COLUMNNAME_Order_PrintFormat_ID = "Order_PrintFormat_ID";
|
public static final String COLUMNNAME_Order_PrintFormat_ID = "Order_PrintFormat_ID";
|
||||||
|
|
||||||
|
@ -234,6 +248,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getOrder_PrintFormat_ID();
|
public int getOrder_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getOrder_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Project_MailText_ID */
|
/** Column name Project_MailText_ID */
|
||||||
public static final String COLUMNNAME_Project_MailText_ID = "Project_MailText_ID";
|
public static final String COLUMNNAME_Project_MailText_ID = "Project_MailText_ID";
|
||||||
|
|
||||||
|
@ -247,6 +263,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getProject_MailText_ID();
|
public int getProject_MailText_ID();
|
||||||
|
|
||||||
|
public I_R_MailText getProject_MailText() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Project_PrintFormat_ID */
|
/** Column name Project_PrintFormat_ID */
|
||||||
public static final String COLUMNNAME_Project_PrintFormat_ID = "Project_PrintFormat_ID";
|
public static final String COLUMNNAME_Project_PrintFormat_ID = "Project_PrintFormat_ID";
|
||||||
|
|
||||||
|
@ -260,6 +278,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getProject_PrintFormat_ID();
|
public int getProject_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getProject_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Remittance_MailText_ID */
|
/** Column name Remittance_MailText_ID */
|
||||||
public static final String COLUMNNAME_Remittance_MailText_ID = "Remittance_MailText_ID";
|
public static final String COLUMNNAME_Remittance_MailText_ID = "Remittance_MailText_ID";
|
||||||
|
|
||||||
|
@ -273,6 +293,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getRemittance_MailText_ID();
|
public int getRemittance_MailText_ID();
|
||||||
|
|
||||||
|
public I_R_MailText getRemittance_MailText() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Remittance_PrintFormat_ID */
|
/** Column name Remittance_PrintFormat_ID */
|
||||||
public static final String COLUMNNAME_Remittance_PrintFormat_ID = "Remittance_PrintFormat_ID";
|
public static final String COLUMNNAME_Remittance_PrintFormat_ID = "Remittance_PrintFormat_ID";
|
||||||
|
|
||||||
|
@ -286,6 +308,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getRemittance_PrintFormat_ID();
|
public int getRemittance_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getRemittance_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Shipment_MailText_ID */
|
/** Column name Shipment_MailText_ID */
|
||||||
public static final String COLUMNNAME_Shipment_MailText_ID = "Shipment_MailText_ID";
|
public static final String COLUMNNAME_Shipment_MailText_ID = "Shipment_MailText_ID";
|
||||||
|
|
||||||
|
@ -299,6 +323,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getShipment_MailText_ID();
|
public int getShipment_MailText_ID();
|
||||||
|
|
||||||
|
public I_R_MailText getShipment_MailText() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Shipment_PrintFormat_ID */
|
/** Column name Shipment_PrintFormat_ID */
|
||||||
public static final String COLUMNNAME_Shipment_PrintFormat_ID = "Shipment_PrintFormat_ID";
|
public static final String COLUMNNAME_Shipment_PrintFormat_ID = "Shipment_PrintFormat_ID";
|
||||||
|
|
||||||
|
@ -312,6 +338,8 @@ public interface I_AD_PrintForm
|
||||||
*/
|
*/
|
||||||
public int getShipment_PrintFormat_ID();
|
public int getShipment_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getShipment_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -329,6 +329,8 @@ public interface I_AD_PrintFormat
|
||||||
*/
|
*/
|
||||||
public int getJasperProcess_ID();
|
public int getJasperProcess_ID();
|
||||||
|
|
||||||
|
public I_AD_Process getJasperProcess() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Name */
|
/** Column name Name */
|
||||||
public static final String COLUMNNAME_Name = "Name";
|
public static final String COLUMNNAME_Name = "Name";
|
||||||
|
|
||||||
|
|
|
@ -135,6 +135,8 @@ public interface I_AD_PrintFormatItem
|
||||||
*/
|
*/
|
||||||
public int getAD_PrintFormatChild_ID();
|
public int getAD_PrintFormatChild_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getAD_PrintFormatChild() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_PrintFormatItem_ID */
|
/** Column name AD_PrintFormatItem_ID */
|
||||||
public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID";
|
public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID";
|
||||||
|
|
||||||
|
|
|
@ -119,6 +119,8 @@ public interface I_AD_PrintGraph
|
||||||
*/
|
*/
|
||||||
public int getData_PrintFormatItem_ID();
|
public int getData_PrintFormatItem_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormatItem getData_PrintFormatItem() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Data1_PrintFormatItem_ID */
|
/** Column name Data1_PrintFormatItem_ID */
|
||||||
public static final String COLUMNNAME_Data1_PrintFormatItem_ID = "Data1_PrintFormatItem_ID";
|
public static final String COLUMNNAME_Data1_PrintFormatItem_ID = "Data1_PrintFormatItem_ID";
|
||||||
|
|
||||||
|
@ -132,6 +134,8 @@ public interface I_AD_PrintGraph
|
||||||
*/
|
*/
|
||||||
public int getData1_PrintFormatItem_ID();
|
public int getData1_PrintFormatItem_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormatItem getData1_PrintFormatItem() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Data2_PrintFormatItem_ID */
|
/** Column name Data2_PrintFormatItem_ID */
|
||||||
public static final String COLUMNNAME_Data2_PrintFormatItem_ID = "Data2_PrintFormatItem_ID";
|
public static final String COLUMNNAME_Data2_PrintFormatItem_ID = "Data2_PrintFormatItem_ID";
|
||||||
|
|
||||||
|
@ -145,6 +149,8 @@ public interface I_AD_PrintGraph
|
||||||
*/
|
*/
|
||||||
public int getData2_PrintFormatItem_ID();
|
public int getData2_PrintFormatItem_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormatItem getData2_PrintFormatItem() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Data3_PrintFormatItem_ID */
|
/** Column name Data3_PrintFormatItem_ID */
|
||||||
public static final String COLUMNNAME_Data3_PrintFormatItem_ID = "Data3_PrintFormatItem_ID";
|
public static final String COLUMNNAME_Data3_PrintFormatItem_ID = "Data3_PrintFormatItem_ID";
|
||||||
|
|
||||||
|
@ -158,6 +164,8 @@ public interface I_AD_PrintGraph
|
||||||
*/
|
*/
|
||||||
public int getData3_PrintFormatItem_ID();
|
public int getData3_PrintFormatItem_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormatItem getData3_PrintFormatItem() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Data4_PrintFormatItem_ID */
|
/** Column name Data4_PrintFormatItem_ID */
|
||||||
public static final String COLUMNNAME_Data4_PrintFormatItem_ID = "Data4_PrintFormatItem_ID";
|
public static final String COLUMNNAME_Data4_PrintFormatItem_ID = "Data4_PrintFormatItem_ID";
|
||||||
|
|
||||||
|
@ -171,6 +179,8 @@ public interface I_AD_PrintGraph
|
||||||
*/
|
*/
|
||||||
public int getData4_PrintFormatItem_ID();
|
public int getData4_PrintFormatItem_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormatItem getData4_PrintFormatItem() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Description */
|
/** Column name Description */
|
||||||
public static final String COLUMNNAME_Description = "Description";
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
@ -197,6 +207,8 @@ public interface I_AD_PrintGraph
|
||||||
*/
|
*/
|
||||||
public int getDescription_PrintFormatItem_ID();
|
public int getDescription_PrintFormatItem_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormatItem getDescription_PrintFormatItem() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name GraphType */
|
/** Column name GraphType */
|
||||||
public static final String COLUMNNAME_GraphType = "GraphType";
|
public static final String COLUMNNAME_GraphType = "GraphType";
|
||||||
|
|
||||||
|
|
|
@ -171,6 +171,8 @@ public interface I_AD_PrintTableFormat
|
||||||
*/
|
*/
|
||||||
public int getFunct_PrintFont_ID();
|
public int getFunct_PrintFont_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFont getFunct_PrintFont() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name FunctBG_PrintColor_ID */
|
/** Column name FunctBG_PrintColor_ID */
|
||||||
public static final String COLUMNNAME_FunctBG_PrintColor_ID = "FunctBG_PrintColor_ID";
|
public static final String COLUMNNAME_FunctBG_PrintColor_ID = "FunctBG_PrintColor_ID";
|
||||||
|
|
||||||
|
@ -184,6 +186,8 @@ public interface I_AD_PrintTableFormat
|
||||||
*/
|
*/
|
||||||
public int getFunctBG_PrintColor_ID();
|
public int getFunctBG_PrintColor_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintColor getFunctBG_PrintColor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name FunctFG_PrintColor_ID */
|
/** Column name FunctFG_PrintColor_ID */
|
||||||
public static final String COLUMNNAME_FunctFG_PrintColor_ID = "FunctFG_PrintColor_ID";
|
public static final String COLUMNNAME_FunctFG_PrintColor_ID = "FunctFG_PrintColor_ID";
|
||||||
|
|
||||||
|
@ -197,6 +201,8 @@ public interface I_AD_PrintTableFormat
|
||||||
*/
|
*/
|
||||||
public int getFunctFG_PrintColor_ID();
|
public int getFunctFG_PrintColor_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintColor getFunctFG_PrintColor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Hdr_PrintFont_ID */
|
/** Column name Hdr_PrintFont_ID */
|
||||||
public static final String COLUMNNAME_Hdr_PrintFont_ID = "Hdr_PrintFont_ID";
|
public static final String COLUMNNAME_Hdr_PrintFont_ID = "Hdr_PrintFont_ID";
|
||||||
|
|
||||||
|
@ -210,6 +216,8 @@ public interface I_AD_PrintTableFormat
|
||||||
*/
|
*/
|
||||||
public int getHdr_PrintFont_ID();
|
public int getHdr_PrintFont_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFont getHdr_PrintFont() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name HdrLine_PrintColor_ID */
|
/** Column name HdrLine_PrintColor_ID */
|
||||||
public static final String COLUMNNAME_HdrLine_PrintColor_ID = "HdrLine_PrintColor_ID";
|
public static final String COLUMNNAME_HdrLine_PrintColor_ID = "HdrLine_PrintColor_ID";
|
||||||
|
|
||||||
|
@ -223,6 +231,8 @@ public interface I_AD_PrintTableFormat
|
||||||
*/
|
*/
|
||||||
public int getHdrLine_PrintColor_ID();
|
public int getHdrLine_PrintColor_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintColor getHdrLine_PrintColor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name HdrStroke */
|
/** Column name HdrStroke */
|
||||||
public static final String COLUMNNAME_HdrStroke = "HdrStroke";
|
public static final String COLUMNNAME_HdrStroke = "HdrStroke";
|
||||||
|
|
||||||
|
@ -262,6 +272,8 @@ public interface I_AD_PrintTableFormat
|
||||||
*/
|
*/
|
||||||
public int getHdrTextBG_PrintColor_ID();
|
public int getHdrTextBG_PrintColor_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintColor getHdrTextBG_PrintColor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name HdrTextFG_PrintColor_ID */
|
/** Column name HdrTextFG_PrintColor_ID */
|
||||||
public static final String COLUMNNAME_HdrTextFG_PrintColor_ID = "HdrTextFG_PrintColor_ID";
|
public static final String COLUMNNAME_HdrTextFG_PrintColor_ID = "HdrTextFG_PrintColor_ID";
|
||||||
|
|
||||||
|
@ -275,6 +287,8 @@ public interface I_AD_PrintTableFormat
|
||||||
*/
|
*/
|
||||||
public int getHdrTextFG_PrintColor_ID();
|
public int getHdrTextFG_PrintColor_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintColor getHdrTextFG_PrintColor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name HeaderCenter */
|
/** Column name HeaderCenter */
|
||||||
public static final String COLUMNNAME_HeaderCenter = "HeaderCenter";
|
public static final String COLUMNNAME_HeaderCenter = "HeaderCenter";
|
||||||
|
|
||||||
|
@ -457,6 +471,8 @@ public interface I_AD_PrintTableFormat
|
||||||
*/
|
*/
|
||||||
public int getLine_PrintColor_ID();
|
public int getLine_PrintColor_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintColor getLine_PrintColor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name LineStroke */
|
/** Column name LineStroke */
|
||||||
public static final String COLUMNNAME_LineStroke = "LineStroke";
|
public static final String COLUMNNAME_LineStroke = "LineStroke";
|
||||||
|
|
||||||
|
|
|
@ -114,6 +114,8 @@ public interface I_AD_Process_Para
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_ID();
|
public int getAD_Reference_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Reference_Value_ID */
|
/** Column name AD_Reference_Value_ID */
|
||||||
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
||||||
|
|
||||||
|
@ -127,6 +129,8 @@ public interface I_AD_Process_Para
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_Value_ID();
|
public int getAD_Reference_Value_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference_Value() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Val_Rule_ID */
|
/** Column name AD_Val_Rule_ID */
|
||||||
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
|
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,8 @@ public interface I_AD_Ref_Table
|
||||||
*/
|
*/
|
||||||
public int getAD_Display();
|
public int getAD_Display();
|
||||||
|
|
||||||
|
public I_AD_Column getAD_Disp() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Key */
|
/** Column name AD_Key */
|
||||||
public static final String COLUMNNAME_AD_Key = "AD_Key";
|
public static final String COLUMNNAME_AD_Key = "AD_Key";
|
||||||
|
|
||||||
|
@ -75,6 +77,8 @@ public interface I_AD_Ref_Table
|
||||||
*/
|
*/
|
||||||
public int getAD_Key();
|
public int getAD_Key();
|
||||||
|
|
||||||
|
public I_AD_Column getAD_() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Org_ID */
|
/** Column name AD_Org_ID */
|
||||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
|
|
@ -118,6 +118,8 @@ public interface I_AD_Registration
|
||||||
*/
|
*/
|
||||||
public int getC_Location_ID();
|
public int getC_Location_ID();
|
||||||
|
|
||||||
|
public I_C_Location getC_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -88,6 +88,8 @@ public interface I_AD_Role
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_Menu_ID();
|
public int getAD_Tree_Menu_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_Menu() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tree_Org_ID */
|
/** Column name AD_Tree_Org_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
|
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
|
||||||
|
|
||||||
|
@ -101,6 +103,8 @@ public interface I_AD_Role
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_Org_ID();
|
public int getAD_Tree_Org_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_Tree_Org() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Allow_Info_Account */
|
/** Column name Allow_Info_Account */
|
||||||
public static final String COLUMNNAME_Allow_Info_Account = "Allow_Info_Account";
|
public static final String COLUMNNAME_Allow_Info_Account = "Allow_Info_Account";
|
||||||
|
|
||||||
|
@ -527,6 +531,8 @@ public interface I_AD_Role
|
||||||
*/
|
*/
|
||||||
public int getSupervisor_ID();
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSupervisor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -258,6 +258,8 @@ public interface I_AD_Scheduler
|
||||||
*/
|
*/
|
||||||
public int getSupervisor_ID();
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSupervisor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,8 @@ public interface I_AD_SearchDefinition
|
||||||
*/
|
*/
|
||||||
public int getAD_Column_ID();
|
public int getAD_Column_ID();
|
||||||
|
|
||||||
|
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Org_ID */
|
/** Column name AD_Org_ID */
|
||||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
@ -97,6 +99,8 @@ public interface I_AD_SearchDefinition
|
||||||
*/
|
*/
|
||||||
public int getAD_Table_ID();
|
public int getAD_Table_ID();
|
||||||
|
|
||||||
|
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Window_ID */
|
/** Column name AD_Window_ID */
|
||||||
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
|
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
|
||||||
|
|
||||||
|
@ -110,6 +114,8 @@ public interface I_AD_SearchDefinition
|
||||||
*/
|
*/
|
||||||
public int getAD_Window_ID();
|
public int getAD_Window_ID();
|
||||||
|
|
||||||
|
public I_AD_Window getAD_Window() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
@ -204,6 +210,8 @@ public interface I_AD_SearchDefinition
|
||||||
*/
|
*/
|
||||||
public int getPO_Window_ID();
|
public int getPO_Window_ID();
|
||||||
|
|
||||||
|
public I_AD_Window getPO_Window() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Query */
|
/** Column name Query */
|
||||||
public static final String COLUMNNAME_Query = "Query";
|
public static final String COLUMNNAME_Query = "Query";
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,8 @@ public interface I_AD_Tab
|
||||||
*/
|
*/
|
||||||
public int getAD_ColumnSortOrder_ID();
|
public int getAD_ColumnSortOrder_ID();
|
||||||
|
|
||||||
|
public I_AD_Column getAD_ColumnSortOrder() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_ColumnSortYesNo_ID */
|
/** Column name AD_ColumnSortYesNo_ID */
|
||||||
public static final String COLUMNNAME_AD_ColumnSortYesNo_ID = "AD_ColumnSortYesNo_ID";
|
public static final String COLUMNNAME_AD_ColumnSortYesNo_ID = "AD_ColumnSortYesNo_ID";
|
||||||
|
|
||||||
|
@ -90,6 +92,8 @@ public interface I_AD_Tab
|
||||||
*/
|
*/
|
||||||
public int getAD_ColumnSortYesNo_ID();
|
public int getAD_ColumnSortYesNo_ID();
|
||||||
|
|
||||||
|
public I_AD_Column getAD_ColumnSortYesNo() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Image_ID */
|
/** Column name AD_Image_ID */
|
||||||
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
||||||
|
|
||||||
|
@ -298,6 +302,8 @@ public interface I_AD_Tab
|
||||||
*/
|
*/
|
||||||
public int getIncluded_Tab_ID();
|
public int getIncluded_Tab_ID();
|
||||||
|
|
||||||
|
public I_AD_Tab getIncluded_Tab() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsActive */
|
/** Column name IsActive */
|
||||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||||
|
|
||||||
|
@ -441,6 +447,8 @@ public interface I_AD_Tab
|
||||||
*/
|
*/
|
||||||
public int getParent_Column_ID();
|
public int getParent_Column_ID();
|
||||||
|
|
||||||
|
public I_AD_Column getParent_Column() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Processing */
|
/** Column name Processing */
|
||||||
public static final String COLUMNNAME_Processing = "Processing";
|
public static final String COLUMNNAME_Processing = "Processing";
|
||||||
|
|
||||||
|
|
|
@ -310,6 +310,8 @@ public interface I_AD_Table
|
||||||
*/
|
*/
|
||||||
public int getPO_Window_ID();
|
public int getPO_Window_ID();
|
||||||
|
|
||||||
|
public I_AD_Window getPO_Window() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ReplicationType */
|
/** Column name ReplicationType */
|
||||||
public static final String COLUMNNAME_ReplicationType = "ReplicationType";
|
public static final String COLUMNNAME_ReplicationType = "ReplicationType";
|
||||||
|
|
||||||
|
|
|
@ -459,6 +459,8 @@ public interface I_AD_User
|
||||||
*/
|
*/
|
||||||
public int getSupervisor_ID();
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSupervisor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Title */
|
/** Column name Title */
|
||||||
public static final String COLUMNNAME_Title = "Title";
|
public static final String COLUMNNAME_Title = "Title";
|
||||||
|
|
||||||
|
|
|
@ -158,6 +158,8 @@ public interface I_AD_User_Substitute
|
||||||
*/
|
*/
|
||||||
public int getSubstitute_ID();
|
public int getSubstitute_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSubstitute() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,8 @@ public interface I_AD_WF_Activity
|
||||||
*/
|
*/
|
||||||
public int getAD_User_ID();
|
public int getAD_User_ID();
|
||||||
|
|
||||||
|
public I_AD_User getAD_User() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Activity_ID */
|
/** Column name AD_WF_Activity_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Activity_ID = "AD_WF_Activity_ID";
|
public static final String COLUMNNAME_AD_WF_Activity_ID = "AD_WF_Activity_ID";
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,8 @@ public interface I_AD_WF_EventAudit
|
||||||
*/
|
*/
|
||||||
public int getAD_User_ID();
|
public int getAD_User_ID();
|
||||||
|
|
||||||
|
public I_AD_User getAD_User() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_EventAudit_ID */
|
/** Column name AD_WF_EventAudit_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_EventAudit_ID = "AD_WF_EventAudit_ID";
|
public static final String COLUMNNAME_AD_WF_EventAudit_ID = "AD_WF_EventAudit_ID";
|
||||||
|
|
||||||
|
|
|
@ -741,6 +741,8 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
public int getWorkflow_ID();
|
public int getWorkflow_ID();
|
||||||
|
|
||||||
|
public I_AD_Workflow getWorkflow() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name WorkingTime */
|
/** Column name WorkingTime */
|
||||||
public static final String COLUMNNAME_WorkingTime = "WorkingTime";
|
public static final String COLUMNNAME_WorkingTime = "WorkingTime";
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ public interface I_AD_WF_NodeNext
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Next_ID();
|
public int getAD_WF_Next_ID();
|
||||||
|
|
||||||
|
public I_AD_WF_Node getAD_WF_Next() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Node_ID */
|
/** Column name AD_WF_Node_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID";
|
public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID";
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,8 @@ public interface I_AD_WF_Process
|
||||||
*/
|
*/
|
||||||
public int getAD_User_ID();
|
public int getAD_User_ID();
|
||||||
|
|
||||||
|
public I_AD_User getAD_User() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Process_ID */
|
/** Column name AD_WF_Process_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID";
|
public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID";
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,8 @@ public interface I_AD_WF_Responsible
|
||||||
*/
|
*/
|
||||||
public int getAD_User_ID();
|
public int getAD_User_ID();
|
||||||
|
|
||||||
|
public I_AD_User getAD_User() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Responsible_ID */
|
/** Column name AD_WF_Responsible_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID";
|
public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID";
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ public interface I_AD_Workbench
|
||||||
*/
|
*/
|
||||||
public int getAD_Column_ID();
|
public int getAD_Column_ID();
|
||||||
|
|
||||||
|
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Image_ID */
|
/** Column name AD_Image_ID */
|
||||||
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
||||||
|
|
||||||
|
|
|
@ -256,6 +256,8 @@ public interface I_AD_WorkflowProcessor
|
||||||
*/
|
*/
|
||||||
public int getSupervisor_ID();
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSupervisor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -96,6 +96,8 @@ public interface I_A_Asset
|
||||||
/** Get Asset ID */
|
/** Get Asset ID */
|
||||||
public int getA_Parent_Asset_ID();
|
public int getA_Parent_Asset_ID();
|
||||||
|
|
||||||
|
public I_A_Asset getA_Parent_Asset() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_QTY_Current */
|
/** Column name A_QTY_Current */
|
||||||
public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current";
|
public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current";
|
||||||
|
|
||||||
|
@ -232,6 +234,8 @@ public interface I_A_Asset
|
||||||
*/
|
*/
|
||||||
public int getC_BPartnerSR_ID();
|
public int getC_BPartnerSR_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getC_BPartnerSR() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Location_ID */
|
/** Column name C_Location_ID */
|
||||||
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
|
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
|
||||||
|
|
||||||
|
@ -447,6 +451,8 @@ public interface I_A_Asset
|
||||||
*/
|
*/
|
||||||
public int getLease_BPartner_ID();
|
public int getLease_BPartner_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getLease_BPartner() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name LeaseTerminationDate */
|
/** Column name LeaseTerminationDate */
|
||||||
public static final String COLUMNNAME_LeaseTerminationDate = "LeaseTerminationDate";
|
public static final String COLUMNNAME_LeaseTerminationDate = "LeaseTerminationDate";
|
||||||
|
|
||||||
|
@ -512,6 +518,8 @@ public interface I_A_Asset
|
||||||
*/
|
*/
|
||||||
public int getM_AttributeSetInstance_ID();
|
public int getM_AttributeSetInstance_ID();
|
||||||
|
|
||||||
|
public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_InOutLine_ID */
|
/** Column name M_InOutLine_ID */
|
||||||
public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID";
|
public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID";
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Accumulated Depreciation */
|
/** Get Accumulated Depreciation */
|
||||||
public int getA_Accumdepreciation_Acct();
|
public int getA_Accumdepreciation_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Accumdepreciation_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_Acct */
|
/** Column name A_Asset_Acct */
|
||||||
public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct";
|
public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct";
|
||||||
|
|
||||||
|
@ -59,6 +61,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Asset Cost Account */
|
/** Get Asset Cost Account */
|
||||||
public int getA_Asset_Acct();
|
public int getA_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_Acct_ID */
|
/** Column name A_Asset_Acct_ID */
|
||||||
public static final String COLUMNNAME_A_Asset_Acct_ID = "A_Asset_Acct_ID";
|
public static final String COLUMNNAME_A_Asset_Acct_ID = "A_Asset_Acct_ID";
|
||||||
|
|
||||||
|
@ -90,6 +94,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get A_Asset_Spread_ID */
|
/** Get A_Asset_Spread_ID */
|
||||||
public int getA_Asset_Spread_ID();
|
public int getA_Asset_Spread_ID();
|
||||||
|
|
||||||
|
public I_A_Asset_Spread getA_Asset_Spread() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Acct */
|
/** Column name A_Depreciation_Acct */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct";
|
public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct";
|
||||||
|
|
||||||
|
@ -99,6 +105,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Depreciation Expense Account */
|
/** Get Depreciation Expense Account */
|
||||||
public int getA_Depreciation_Acct();
|
public int getA_Depreciation_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Depreciation_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Conv_ID */
|
/** Column name A_Depreciation_Conv_ID */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Conv_ID = "A_Depreciation_Conv_ID";
|
public static final String COLUMNNAME_A_Depreciation_Conv_ID = "A_Depreciation_Conv_ID";
|
||||||
|
|
||||||
|
@ -108,6 +116,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Convention Type */
|
/** Get Convention Type */
|
||||||
public int getA_Depreciation_Conv_ID();
|
public int getA_Depreciation_Conv_ID();
|
||||||
|
|
||||||
|
public I_A_Depreciation_Convention getA_Depreciation_Conv() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_ID */
|
/** Column name A_Depreciation_ID */
|
||||||
public static final String COLUMNNAME_A_Depreciation_ID = "A_Depreciation_ID";
|
public static final String COLUMNNAME_A_Depreciation_ID = "A_Depreciation_ID";
|
||||||
|
|
||||||
|
@ -117,6 +127,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Depreciation Type */
|
/** Get Depreciation Type */
|
||||||
public int getA_Depreciation_ID();
|
public int getA_Depreciation_ID();
|
||||||
|
|
||||||
|
public I_A_Depreciation getA_Depreciation() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Manual_Amount */
|
/** Column name A_Depreciation_Manual_Amount */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Manual_Amount = "A_Depreciation_Manual_Amount";
|
public static final String COLUMNNAME_A_Depreciation_Manual_Amount = "A_Depreciation_Manual_Amount";
|
||||||
|
|
||||||
|
@ -144,6 +156,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Depreciation Calculation Type */
|
/** Get Depreciation Calculation Type */
|
||||||
public int getA_Depreciation_Method_ID();
|
public int getA_Depreciation_Method_ID();
|
||||||
|
|
||||||
|
public I_A_Depreciation_Method getA_Depreciation_Method() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Table_Header_ID */
|
/** Column name A_Depreciation_Table_Header_ID */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Table_Header_ID = "A_Depreciation_Table_Header_ID";
|
public static final String COLUMNNAME_A_Depreciation_Table_Header_ID = "A_Depreciation_Table_Header_ID";
|
||||||
|
|
||||||
|
@ -153,6 +167,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get A_Depreciation_Table_Header_ID */
|
/** Get A_Depreciation_Table_Header_ID */
|
||||||
public int getA_Depreciation_Table_Header_ID();
|
public int getA_Depreciation_Table_Header_ID();
|
||||||
|
|
||||||
|
public I_A_Depreciation_Table_Header getA_Depreciation_Table_Header() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Variable_Perc */
|
/** Column name A_Depreciation_Variable_Perc */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Variable_Perc = "A_Depreciation_Variable_Perc";
|
public static final String COLUMNNAME_A_Depreciation_Variable_Perc = "A_Depreciation_Variable_Perc";
|
||||||
|
|
||||||
|
@ -171,6 +187,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get A_Disposal_Gain */
|
/** Get A_Disposal_Gain */
|
||||||
public int getA_Disposal_Gain();
|
public int getA_Disposal_Gain();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_G() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Disposal_Loss */
|
/** Column name A_Disposal_Loss */
|
||||||
public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss";
|
public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss";
|
||||||
|
|
||||||
|
@ -180,6 +198,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Loss on Disposal */
|
/** Get Loss on Disposal */
|
||||||
public int getA_Disposal_Loss();
|
public int getA_Disposal_Loss();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_L() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Disposal_Revenue */
|
/** Column name A_Disposal_Revenue */
|
||||||
public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue";
|
public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue";
|
||||||
|
|
||||||
|
@ -189,6 +209,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Disposal Revenue */
|
/** Get Disposal Revenue */
|
||||||
public int getA_Disposal_Revenue();
|
public int getA_Disposal_Revenue();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_Reve() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Period_End */
|
/** Column name A_Period_End */
|
||||||
public static final String COLUMNNAME_A_Period_End = "A_Period_End";
|
public static final String COLUMNNAME_A_Period_End = "A_Period_End";
|
||||||
|
|
||||||
|
@ -216,6 +238,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Revaluation Accumulated Depreciation Offset for Current Year */
|
/** Get Revaluation Accumulated Depreciation Offset for Current Year */
|
||||||
public int getA_Reval_Accumdep_Offset_Cur();
|
public int getA_Reval_Accumdep_Offset_Cur();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Accumdep_Offset_() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Reval_Accumdep_Offset_Prior */
|
/** Column name A_Reval_Accumdep_Offset_Prior */
|
||||||
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Prior = "A_Reval_Accumdep_Offset_Prior";
|
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Prior = "A_Reval_Accumdep_Offset_Prior";
|
||||||
|
|
||||||
|
@ -225,6 +249,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Revaluation Accumulated Depreciation Offset for Prior Year */
|
/** Get Revaluation Accumulated Depreciation Offset for Prior Year */
|
||||||
public int getA_Reval_Accumdep_Offset_Prior();
|
public int getA_Reval_Accumdep_Offset_Prior();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Accumdep_Offset_Pr() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Reval_Cal_Method */
|
/** Column name A_Reval_Cal_Method */
|
||||||
public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method";
|
public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method";
|
||||||
|
|
||||||
|
@ -243,6 +269,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Revaluation Cost Offset for Current Year */
|
/** Get Revaluation Cost Offset for Current Year */
|
||||||
public int getA_Reval_Cost_Offset();
|
public int getA_Reval_Cost_Offset();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Cost_Off() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Reval_Cost_Offset_Prior */
|
/** Column name A_Reval_Cost_Offset_Prior */
|
||||||
public static final String COLUMNNAME_A_Reval_Cost_Offset_Prior = "A_Reval_Cost_Offset_Prior";
|
public static final String COLUMNNAME_A_Reval_Cost_Offset_Prior = "A_Reval_Cost_Offset_Prior";
|
||||||
|
|
||||||
|
@ -252,6 +280,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Revaluation Cost Offset for Prior Year */
|
/** Get Revaluation Cost Offset for Prior Year */
|
||||||
public int getA_Reval_Cost_Offset_Prior();
|
public int getA_Reval_Cost_Offset_Prior();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Cost_Offset_Pr() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Reval_Depexp_Offset */
|
/** Column name A_Reval_Depexp_Offset */
|
||||||
public static final String COLUMNNAME_A_Reval_Depexp_Offset = "A_Reval_Depexp_Offset";
|
public static final String COLUMNNAME_A_Reval_Depexp_Offset = "A_Reval_Depexp_Offset";
|
||||||
|
|
||||||
|
@ -261,6 +291,8 @@ public interface I_A_Asset_Acct
|
||||||
/** Get Revaluation Expense Offs */
|
/** Get Revaluation Expense Offs */
|
||||||
public int getA_Reval_Depexp_Offset();
|
public int getA_Reval_Depexp_Offset();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Depexp_Off() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Salvage_Value */
|
/** Column name A_Salvage_Value */
|
||||||
public static final String COLUMNNAME_A_Salvage_Value = "A_Salvage_Value";
|
public static final String COLUMNNAME_A_Salvage_Value = "A_Salvage_Value";
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get Accumulated Depreciation */
|
/** Get Accumulated Depreciation */
|
||||||
public int getA_Accumdepreciation_Acct();
|
public int getA_Accumdepreciation_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Accumdepreciation_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_Acct */
|
/** Column name A_Asset_Acct */
|
||||||
public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct";
|
public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct";
|
||||||
|
|
||||||
|
@ -59,6 +61,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get Asset Cost Account */
|
/** Get Asset Cost Account */
|
||||||
public int getA_Asset_Acct();
|
public int getA_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_Acct_ID */
|
/** Column name A_Asset_Acct_ID */
|
||||||
public static final String COLUMNNAME_A_Asset_Acct_ID = "A_Asset_Acct_ID";
|
public static final String COLUMNNAME_A_Asset_Acct_ID = "A_Asset_Acct_ID";
|
||||||
|
|
||||||
|
@ -108,6 +112,8 @@ public interface I_A_Asset_Change
|
||||||
*/
|
*/
|
||||||
public int getA_Asset_ID();
|
public int getA_Asset_ID();
|
||||||
|
|
||||||
|
public I_A_Asset getA_Asset() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_Retirement_ID */
|
/** Column name A_Asset_Retirement_ID */
|
||||||
public static final String COLUMNNAME_A_Asset_Retirement_ID = "A_Asset_Retirement_ID";
|
public static final String COLUMNNAME_A_Asset_Retirement_ID = "A_Asset_Retirement_ID";
|
||||||
|
|
||||||
|
@ -139,6 +145,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get A_Asset_Spread_Type */
|
/** Get A_Asset_Spread_Type */
|
||||||
public int getA_Asset_Spread_Type();
|
public int getA_Asset_Spread_Type();
|
||||||
|
|
||||||
|
public I_A_Asset_Spread getA_Asset_Spread_T() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Acct */
|
/** Column name A_Depreciation_Acct */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct";
|
public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct";
|
||||||
|
|
||||||
|
@ -148,6 +156,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get Depreciation Expense Account */
|
/** Get Depreciation Expense Account */
|
||||||
public int getA_Depreciation_Acct();
|
public int getA_Depreciation_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Depreciation_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Calc_Type */
|
/** Column name A_Depreciation_Calc_Type */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Calc_Type = "A_Depreciation_Calc_Type";
|
public static final String COLUMNNAME_A_Depreciation_Calc_Type = "A_Depreciation_Calc_Type";
|
||||||
|
|
||||||
|
@ -157,6 +167,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get Depreciation Calculation Type */
|
/** Get Depreciation Calculation Type */
|
||||||
public int getA_Depreciation_Calc_Type();
|
public int getA_Depreciation_Calc_Type();
|
||||||
|
|
||||||
|
public I_A_Depreciation_Method getA_Depreciation_Calc_T() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Manual_Amount */
|
/** Column name A_Depreciation_Manual_Amount */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Manual_Amount = "A_Depreciation_Manual_Amount";
|
public static final String COLUMNNAME_A_Depreciation_Manual_Amount = "A_Depreciation_Manual_Amount";
|
||||||
|
|
||||||
|
@ -184,6 +196,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get A_Depreciation_Table_Header_ID */
|
/** Get A_Depreciation_Table_Header_ID */
|
||||||
public int getA_Depreciation_Table_Header_ID();
|
public int getA_Depreciation_Table_Header_ID();
|
||||||
|
|
||||||
|
public I_A_Depreciation_Table_Header getA_Depreciation_Table_Header() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Variable_Perc */
|
/** Column name A_Depreciation_Variable_Perc */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Variable_Perc = "A_Depreciation_Variable_Perc";
|
public static final String COLUMNNAME_A_Depreciation_Variable_Perc = "A_Depreciation_Variable_Perc";
|
||||||
|
|
||||||
|
@ -202,6 +216,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get Loss on Disposal */
|
/** Get Loss on Disposal */
|
||||||
public int getA_Disposal_Loss();
|
public int getA_Disposal_Loss();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_L() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Disposal_Revenue */
|
/** Column name A_Disposal_Revenue */
|
||||||
public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue";
|
public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue";
|
||||||
|
|
||||||
|
@ -211,6 +227,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get Disposal Revenue */
|
/** Get Disposal Revenue */
|
||||||
public int getA_Disposal_Revenue();
|
public int getA_Disposal_Revenue();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_Reve() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Parent_Asset_ID */
|
/** Column name A_Parent_Asset_ID */
|
||||||
public static final String COLUMNNAME_A_Parent_Asset_ID = "A_Parent_Asset_ID";
|
public static final String COLUMNNAME_A_Parent_Asset_ID = "A_Parent_Asset_ID";
|
||||||
|
|
||||||
|
@ -220,6 +238,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get Asset ID */
|
/** Get Asset ID */
|
||||||
public int getA_Parent_Asset_ID();
|
public int getA_Parent_Asset_ID();
|
||||||
|
|
||||||
|
public I_A_Asset getA_Parent_Asset() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Period_End */
|
/** Column name A_Period_End */
|
||||||
public static final String COLUMNNAME_A_Period_End = "A_Period_End";
|
public static final String COLUMNNAME_A_Period_End = "A_Period_End";
|
||||||
|
|
||||||
|
@ -362,6 +382,8 @@ public interface I_A_Asset_Change
|
||||||
*/
|
*/
|
||||||
public int getAD_User_ID();
|
public int getAD_User_ID();
|
||||||
|
|
||||||
|
public I_AD_User getAD_User() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AssetAccumDepreciationAmt */
|
/** Column name AssetAccumDepreciationAmt */
|
||||||
public static final String COLUMNNAME_AssetAccumDepreciationAmt = "AssetAccumDepreciationAmt";
|
public static final String COLUMNNAME_AssetAccumDepreciationAmt = "AssetAccumDepreciationAmt";
|
||||||
|
|
||||||
|
@ -486,6 +508,8 @@ public interface I_A_Asset_Change
|
||||||
*/
|
*/
|
||||||
public int getC_BPartner_Location_ID();
|
public int getC_BPartner_Location_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Location_ID */
|
/** Column name C_Location_ID */
|
||||||
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
|
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
|
||||||
|
|
||||||
|
@ -499,6 +523,8 @@ public interface I_A_Asset_Change
|
||||||
*/
|
*/
|
||||||
public int getC_Location_ID();
|
public int getC_Location_ID();
|
||||||
|
|
||||||
|
public I_C_Location getC_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_ValidCombination_ID */
|
/** Column name C_ValidCombination_ID */
|
||||||
public static final String COLUMNNAME_C_ValidCombination_ID = "C_ValidCombination_ID";
|
public static final String COLUMNNAME_C_ValidCombination_ID = "C_ValidCombination_ID";
|
||||||
|
|
||||||
|
@ -512,6 +538,8 @@ public interface I_A_Asset_Change
|
||||||
*/
|
*/
|
||||||
public int getC_ValidCombination_ID();
|
public int getC_ValidCombination_ID();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_ValidCombination() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ChangeAmt */
|
/** Column name ChangeAmt */
|
||||||
public static final String COLUMNNAME_ChangeAmt = "ChangeAmt";
|
public static final String COLUMNNAME_ChangeAmt = "ChangeAmt";
|
||||||
|
|
||||||
|
@ -548,6 +576,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get ConventionType */
|
/** Get ConventionType */
|
||||||
public int getConventionType();
|
public int getConventionType();
|
||||||
|
|
||||||
|
public I_A_Depreciation_Convention getConventionT() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
@ -586,6 +616,8 @@ public interface I_A_Asset_Change
|
||||||
/** Get DepreciationType */
|
/** Get DepreciationType */
|
||||||
public int getDepreciationType();
|
public int getDepreciationType();
|
||||||
|
|
||||||
|
public I_A_Depreciation getDepreciationT() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsActive */
|
/** Column name IsActive */
|
||||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||||
|
|
||||||
|
|
|
@ -72,6 +72,8 @@ public interface I_A_Asset_Disposed
|
||||||
/** Get A_Asset_Trade_ID */
|
/** Get A_Asset_Trade_ID */
|
||||||
public int getA_Asset_Trade_ID();
|
public int getA_Asset_Trade_ID();
|
||||||
|
|
||||||
|
public I_A_Asset getA_Asset_Trade() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Disposed_Date */
|
/** Column name A_Disposed_Date */
|
||||||
public static final String COLUMNNAME_A_Disposed_Date = "A_Disposed_Date";
|
public static final String COLUMNNAME_A_Disposed_Date = "A_Disposed_Date";
|
||||||
|
|
||||||
|
@ -142,6 +144,8 @@ public interface I_A_Asset_Disposed
|
||||||
*/
|
*/
|
||||||
public int getC_Period_ID();
|
public int getC_Period_ID();
|
||||||
|
|
||||||
|
public I_C_Period getC_Period() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Accumulated Depreciation */
|
/** Get Accumulated Depreciation */
|
||||||
public int getA_Accumdepreciation_Acct();
|
public int getA_Accumdepreciation_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Accumdepreciation_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_Acct */
|
/** Column name A_Asset_Acct */
|
||||||
public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct";
|
public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct";
|
||||||
|
|
||||||
|
@ -59,6 +61,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Asset Cost Account */
|
/** Get Asset Cost Account */
|
||||||
public int getA_Asset_Acct();
|
public int getA_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_Group_Acct_ID */
|
/** Column name A_Asset_Group_Acct_ID */
|
||||||
public static final String COLUMNNAME_A_Asset_Group_Acct_ID = "A_Asset_Group_Acct_ID";
|
public static final String COLUMNNAME_A_Asset_Group_Acct_ID = "A_Asset_Group_Acct_ID";
|
||||||
|
|
||||||
|
@ -92,6 +96,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get A_Asset_Spread_Type */
|
/** Get A_Asset_Spread_Type */
|
||||||
public int getA_Asset_Spread_Type();
|
public int getA_Asset_Spread_Type();
|
||||||
|
|
||||||
|
public I_A_Asset_Spread getA_Asset_Spread_T() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Acct */
|
/** Column name A_Depreciation_Acct */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct";
|
public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct";
|
||||||
|
|
||||||
|
@ -101,6 +107,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Depreciation Expense Account */
|
/** Get Depreciation Expense Account */
|
||||||
public int getA_Depreciation_Acct();
|
public int getA_Depreciation_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Depreciation_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Calc_Type */
|
/** Column name A_Depreciation_Calc_Type */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Calc_Type = "A_Depreciation_Calc_Type";
|
public static final String COLUMNNAME_A_Depreciation_Calc_Type = "A_Depreciation_Calc_Type";
|
||||||
|
|
||||||
|
@ -110,6 +118,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Depreciation Calculation Type */
|
/** Get Depreciation Calculation Type */
|
||||||
public int getA_Depreciation_Calc_Type();
|
public int getA_Depreciation_Calc_Type();
|
||||||
|
|
||||||
|
public I_A_Depreciation_Method getA_Depreciation_Calc_T() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_ID */
|
/** Column name A_Depreciation_ID */
|
||||||
public static final String COLUMNNAME_A_Depreciation_ID = "A_Depreciation_ID";
|
public static final String COLUMNNAME_A_Depreciation_ID = "A_Depreciation_ID";
|
||||||
|
|
||||||
|
@ -146,6 +156,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get A_Depreciation_Table_Header_ID */
|
/** Get A_Depreciation_Table_Header_ID */
|
||||||
public int getA_Depreciation_Table_Header_ID();
|
public int getA_Depreciation_Table_Header_ID();
|
||||||
|
|
||||||
|
public I_A_Depreciation_Table_Header getA_Depreciation_Table_Header() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Variable_Perc */
|
/** Column name A_Depreciation_Variable_Perc */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Variable_Perc = "A_Depreciation_Variable_Perc";
|
public static final String COLUMNNAME_A_Depreciation_Variable_Perc = "A_Depreciation_Variable_Perc";
|
||||||
|
|
||||||
|
@ -164,6 +176,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get A_Disposal_Gain */
|
/** Get A_Disposal_Gain */
|
||||||
public int getA_Disposal_Gain();
|
public int getA_Disposal_Gain();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_G() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Disposal_Loss */
|
/** Column name A_Disposal_Loss */
|
||||||
public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss";
|
public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss";
|
||||||
|
|
||||||
|
@ -173,6 +187,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Loss on Disposal */
|
/** Get Loss on Disposal */
|
||||||
public int getA_Disposal_Loss();
|
public int getA_Disposal_Loss();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_L() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Disposal_Revenue */
|
/** Column name A_Disposal_Revenue */
|
||||||
public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue";
|
public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue";
|
||||||
|
|
||||||
|
@ -182,6 +198,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Disposal Revenue */
|
/** Get Disposal Revenue */
|
||||||
public int getA_Disposal_Revenue();
|
public int getA_Disposal_Revenue();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_Reve() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Reval_Accumdep_Offset_Cur */
|
/** Column name A_Reval_Accumdep_Offset_Cur */
|
||||||
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Cur = "A_Reval_Accumdep_Offset_Cur";
|
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Cur = "A_Reval_Accumdep_Offset_Cur";
|
||||||
|
|
||||||
|
@ -191,6 +209,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Revaluation Accumulated Depreciation Offset for Current Year */
|
/** Get Revaluation Accumulated Depreciation Offset for Current Year */
|
||||||
public int getA_Reval_Accumdep_Offset_Cur();
|
public int getA_Reval_Accumdep_Offset_Cur();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Accumdep_Offset_() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Reval_Accumdep_Offset_Prior */
|
/** Column name A_Reval_Accumdep_Offset_Prior */
|
||||||
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Prior = "A_Reval_Accumdep_Offset_Prior";
|
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Prior = "A_Reval_Accumdep_Offset_Prior";
|
||||||
|
|
||||||
|
@ -200,6 +220,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Revaluation Accumulated Depreciation Offset for Prior Year */
|
/** Get Revaluation Accumulated Depreciation Offset for Prior Year */
|
||||||
public int getA_Reval_Accumdep_Offset_Prior();
|
public int getA_Reval_Accumdep_Offset_Prior();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Accumdep_Offset_Pr() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Reval_Cal_Method */
|
/** Column name A_Reval_Cal_Method */
|
||||||
public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method";
|
public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method";
|
||||||
|
|
||||||
|
@ -218,6 +240,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Revaluation Cost Offset for Current Year */
|
/** Get Revaluation Cost Offset for Current Year */
|
||||||
public int getA_Reval_Cost_Offset();
|
public int getA_Reval_Cost_Offset();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Cost_Off() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Reval_Cost_Offset_Prior */
|
/** Column name A_Reval_Cost_Offset_Prior */
|
||||||
public static final String COLUMNNAME_A_Reval_Cost_Offset_Prior = "A_Reval_Cost_Offset_Prior";
|
public static final String COLUMNNAME_A_Reval_Cost_Offset_Prior = "A_Reval_Cost_Offset_Prior";
|
||||||
|
|
||||||
|
@ -227,6 +251,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Revaluation Cost Offset for Prior Year */
|
/** Get Revaluation Cost Offset for Prior Year */
|
||||||
public int getA_Reval_Cost_Offset_Prior();
|
public int getA_Reval_Cost_Offset_Prior();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Cost_Offset_Pr() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Reval_Depexp_Offset */
|
/** Column name A_Reval_Depexp_Offset */
|
||||||
public static final String COLUMNNAME_A_Reval_Depexp_Offset = "A_Reval_Depexp_Offset";
|
public static final String COLUMNNAME_A_Reval_Depexp_Offset = "A_Reval_Depexp_Offset";
|
||||||
|
|
||||||
|
@ -236,6 +262,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get Revaluation Expense Offs */
|
/** Get Revaluation Expense Offs */
|
||||||
public int getA_Reval_Depexp_Offset();
|
public int getA_Reval_Depexp_Offset();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Reval_Depexp_Off() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Split_Percent */
|
/** Column name A_Split_Percent */
|
||||||
public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent";
|
public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent";
|
||||||
|
|
||||||
|
@ -290,6 +318,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get ConventionType */
|
/** Get ConventionType */
|
||||||
public int getConventionType();
|
public int getConventionType();
|
||||||
|
|
||||||
|
public I_A_Depreciation_Convention getConventionT() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
@ -315,6 +345,8 @@ public interface I_A_Asset_Group_Acct
|
||||||
/** Get DepreciationType */
|
/** Get DepreciationType */
|
||||||
public int getDepreciationType();
|
public int getDepreciationType();
|
||||||
|
|
||||||
|
public I_A_Depreciation getDepreciationT() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsActive */
|
/** Column name IsActive */
|
||||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||||
|
|
||||||
|
|
|
@ -174,6 +174,8 @@ public interface I_A_Asset_Reval_Entry
|
||||||
*/
|
*/
|
||||||
public int getC_Period_ID();
|
public int getC_Period_ID();
|
||||||
|
|
||||||
|
public I_C_Period getC_Period() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,8 @@ public interface I_A_Asset_Split
|
||||||
/** Get To Asset ID */
|
/** Get To Asset ID */
|
||||||
public int getA_Asset_ID_To();
|
public int getA_Asset_ID_To();
|
||||||
|
|
||||||
|
public I_A_Asset getA_Asset_To() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_Split_ID */
|
/** Column name A_Asset_Split_ID */
|
||||||
public static final String COLUMNNAME_A_Asset_Split_ID = "A_Asset_Split_ID";
|
public static final String COLUMNNAME_A_Asset_Split_ID = "A_Asset_Split_ID";
|
||||||
|
|
||||||
|
@ -196,6 +198,8 @@ public interface I_A_Asset_Split
|
||||||
*/
|
*/
|
||||||
public int getC_Period_ID();
|
public int getC_Period_ID();
|
||||||
|
|
||||||
|
public I_C_Period getC_Period() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,8 @@ public interface I_A_Asset_Transfer
|
||||||
/** Get New Accum Depreciation Acct */
|
/** Get New Accum Depreciation Acct */
|
||||||
public int getA_Accumdepreciation_Acct_New();
|
public int getA_Accumdepreciation_Acct_New();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Accumdepreciation_Acct_() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Accumdepreciation_Acct_Str */
|
/** Column name A_Accumdepreciation_Acct_Str */
|
||||||
public static final String COLUMNNAME_A_Accumdepreciation_Acct_Str = "A_Accumdepreciation_Acct_Str";
|
public static final String COLUMNNAME_A_Accumdepreciation_Acct_Str = "A_Accumdepreciation_Acct_Str";
|
||||||
|
|
||||||
|
@ -95,6 +97,8 @@ public interface I_A_Asset_Transfer
|
||||||
/** Get New Asset Cost Acct */
|
/** Get New Asset Cost Acct */
|
||||||
public int getA_Asset_Acct_New();
|
public int getA_Asset_Acct_New();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Asset_Acct_() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_Acct_Str */
|
/** Column name A_Asset_Acct_Str */
|
||||||
public static final String COLUMNNAME_A_Asset_Acct_Str = "A_Asset_Acct_Str";
|
public static final String COLUMNNAME_A_Asset_Acct_Str = "A_Asset_Acct_Str";
|
||||||
|
|
||||||
|
@ -144,6 +148,8 @@ public interface I_A_Asset_Transfer
|
||||||
/** Get New Depreciation Exp Acct */
|
/** Get New Depreciation Exp Acct */
|
||||||
public int getA_Depreciation_Acct_New();
|
public int getA_Depreciation_Acct_New();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Depreciation_Acct_() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Depreciation_Acct_Str */
|
/** Column name A_Depreciation_Acct_Str */
|
||||||
public static final String COLUMNNAME_A_Depreciation_Acct_Str = "A_Depreciation_Acct_Str";
|
public static final String COLUMNNAME_A_Depreciation_Acct_Str = "A_Depreciation_Acct_Str";
|
||||||
|
|
||||||
|
@ -171,6 +177,8 @@ public interface I_A_Asset_Transfer
|
||||||
/** Get New Disposal Loss */
|
/** Get New Disposal Loss */
|
||||||
public int getA_Disposal_Loss_New();
|
public int getA_Disposal_Loss_New();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_Loss_() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Disposal_Loss_Str */
|
/** Column name A_Disposal_Loss_Str */
|
||||||
public static final String COLUMNNAME_A_Disposal_Loss_Str = "A_Disposal_Loss_Str";
|
public static final String COLUMNNAME_A_Disposal_Loss_Str = "A_Disposal_Loss_Str";
|
||||||
|
|
||||||
|
@ -198,6 +206,8 @@ public interface I_A_Asset_Transfer
|
||||||
/** Get New Disposal Revenue */
|
/** Get New Disposal Revenue */
|
||||||
public int getA_Disposal_Revenue_New();
|
public int getA_Disposal_Revenue_New();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Disposal_Revenue_() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Disposal_Revenue_Str */
|
/** Column name A_Disposal_Revenue_Str */
|
||||||
public static final String COLUMNNAME_A_Disposal_Revenue_Str = "A_Disposal_Revenue_Str";
|
public static final String COLUMNNAME_A_Disposal_Revenue_Str = "A_Disposal_Revenue_Str";
|
||||||
|
|
||||||
|
@ -286,6 +296,8 @@ public interface I_A_Asset_Transfer
|
||||||
*/
|
*/
|
||||||
public int getC_AcctSchema_ID();
|
public int getC_AcctSchema_ID();
|
||||||
|
|
||||||
|
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Period_ID */
|
/** Column name C_Period_ID */
|
||||||
public static final String COLUMNNAME_C_Period_ID = "C_Period_ID";
|
public static final String COLUMNNAME_C_Period_ID = "C_Period_ID";
|
||||||
|
|
||||||
|
@ -299,6 +311,8 @@ public interface I_A_Asset_Transfer
|
||||||
*/
|
*/
|
||||||
public int getC_Period_ID();
|
public int getC_Period_ID();
|
||||||
|
|
||||||
|
public I_C_Period getC_Period() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,8 @@ public interface I_A_Depreciation_Build
|
||||||
/** Get End Aset ID */
|
/** Get End Aset ID */
|
||||||
public int getA_End_Asset_ID();
|
public int getA_End_Asset_ID();
|
||||||
|
|
||||||
|
public I_A_Asset getA_End_Asset() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Start_Asset_ID */
|
/** Column name A_Start_Asset_ID */
|
||||||
public static final String COLUMNNAME_A_Start_Asset_ID = "A_Start_Asset_ID";
|
public static final String COLUMNNAME_A_Start_Asset_ID = "A_Start_Asset_ID";
|
||||||
|
|
||||||
|
@ -68,6 +70,8 @@ public interface I_A_Depreciation_Build
|
||||||
/** Get A_Start_Asset_ID */
|
/** Get A_Start_Asset_ID */
|
||||||
public int getA_Start_Asset_ID();
|
public int getA_Start_Asset_ID();
|
||||||
|
|
||||||
|
public I_A_Asset getA_Start_Asset() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Client_ID */
|
/** Column name AD_Client_ID */
|
||||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||||
|
|
||||||
|
@ -102,6 +106,8 @@ public interface I_A_Depreciation_Build
|
||||||
*/
|
*/
|
||||||
public int getC_Period_ID();
|
public int getC_Period_ID();
|
||||||
|
|
||||||
|
public I_C_Period getC_Period() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -138,6 +138,8 @@ public interface I_A_Depreciation_Entry
|
||||||
*/
|
*/
|
||||||
public int getC_Period_ID();
|
public int getC_Period_ID();
|
||||||
|
|
||||||
|
public I_C_Period getC_Period() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,8 @@ public interface I_A_Depreciation_Exp
|
||||||
/** Get A_Account_Number */
|
/** Get A_Account_Number */
|
||||||
public int getA_Account_Number();
|
public int getA_Account_Number();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getA_Account_Num() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Asset_ID */
|
/** Column name A_Asset_ID */
|
||||||
public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID";
|
public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID";
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,8 @@ public interface I_A_Depreciation_Forecast
|
||||||
/** Get End Aset ID */
|
/** Get End Aset ID */
|
||||||
public int getA_End_Asset_ID();
|
public int getA_End_Asset_ID();
|
||||||
|
|
||||||
|
public I_A_Asset getA_End_Asset() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Start_Asset_ID */
|
/** Column name A_Start_Asset_ID */
|
||||||
public static final String COLUMNNAME_A_Start_Asset_ID = "A_Start_Asset_ID";
|
public static final String COLUMNNAME_A_Start_Asset_ID = "A_Start_Asset_ID";
|
||||||
|
|
||||||
|
@ -68,6 +70,8 @@ public interface I_A_Depreciation_Forecast
|
||||||
/** Get A_Start_Asset_ID */
|
/** Get A_Start_Asset_ID */
|
||||||
public int getA_Start_Asset_ID();
|
public int getA_Start_Asset_ID();
|
||||||
|
|
||||||
|
public I_A_Asset getA_Start_Asset() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Client_ID */
|
/** Column name AD_Client_ID */
|
||||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||||
|
|
||||||
|
|
|
@ -88,6 +88,8 @@ public interface I_A_RegistrationAttribute
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_ID();
|
public int getAD_Reference_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Reference_Value_ID */
|
/** Column name AD_Reference_Value_ID */
|
||||||
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
||||||
|
|
||||||
|
@ -101,6 +103,8 @@ public interface I_A_RegistrationAttribute
|
||||||
*/
|
*/
|
||||||
public int getAD_Reference_Value_ID();
|
public int getAD_Reference_Value_ID();
|
||||||
|
|
||||||
|
public I_AD_Reference getAD_Reference_Value() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ColumnName */
|
/** Column name ColumnName */
|
||||||
public static final String COLUMNNAME_ColumnName = "ColumnName";
|
public static final String COLUMNNAME_ColumnName = "ColumnName";
|
||||||
|
|
||||||
|
|
|
@ -182,6 +182,8 @@ public interface I_B_TopicType
|
||||||
*/
|
*/
|
||||||
public int getM_ProductMember_ID();
|
public int getM_ProductMember_ID();
|
||||||
|
|
||||||
|
public I_M_Product getM_ProductMember() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Name */
|
/** Column name Name */
|
||||||
public static final String COLUMNNAME_Name = "Name";
|
public static final String COLUMNNAME_Name = "Name";
|
||||||
|
|
||||||
|
|
|
@ -88,6 +88,8 @@ public interface I_CM_CStage
|
||||||
*/
|
*/
|
||||||
public int getCM_CStageLink_ID();
|
public int getCM_CStageLink_ID();
|
||||||
|
|
||||||
|
public I_CM_CStage getCM_CStageLink() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CM_Template_ID */
|
/** Column name CM_Template_ID */
|
||||||
public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID";
|
public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID";
|
||||||
|
|
||||||
|
|
|
@ -144,6 +144,8 @@ public interface I_CM_ChatEntry
|
||||||
*/
|
*/
|
||||||
public int getCM_ChatEntryGrandParent_ID();
|
public int getCM_ChatEntryGrandParent_ID();
|
||||||
|
|
||||||
|
public I_CM_ChatEntry getCM_ChatEntryGrandParent() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CM_ChatEntryParent_ID */
|
/** Column name CM_ChatEntryParent_ID */
|
||||||
public static final String COLUMNNAME_CM_ChatEntryParent_ID = "CM_ChatEntryParent_ID";
|
public static final String COLUMNNAME_CM_ChatEntryParent_ID = "CM_ChatEntryParent_ID";
|
||||||
|
|
||||||
|
@ -157,6 +159,8 @@ public interface I_CM_ChatEntry
|
||||||
*/
|
*/
|
||||||
public int getCM_ChatEntryParent_ID();
|
public int getCM_ChatEntryParent_ID();
|
||||||
|
|
||||||
|
public I_CM_ChatEntry getCM_ChatEntryParent() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ConfidentialType */
|
/** Column name ConfidentialType */
|
||||||
public static final String COLUMNNAME_ConfidentialType = "ConfidentialType";
|
public static final String COLUMNNAME_ConfidentialType = "ConfidentialType";
|
||||||
|
|
||||||
|
|
|
@ -88,6 +88,8 @@ public interface I_CM_Container
|
||||||
*/
|
*/
|
||||||
public int getCM_ContainerLink_ID();
|
public int getCM_ContainerLink_ID();
|
||||||
|
|
||||||
|
public I_CM_Container getCM_ContainerLink() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CM_Template_ID */
|
/** Column name CM_Template_ID */
|
||||||
public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID";
|
public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID";
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ public interface I_CM_WebProject
|
||||||
*/
|
*/
|
||||||
public int getAD_TreeCMC_ID();
|
public int getAD_TreeCMC_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_TreeCMC() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_TreeCMM_ID */
|
/** Column name AD_TreeCMM_ID */
|
||||||
public static final String COLUMNNAME_AD_TreeCMM_ID = "AD_TreeCMM_ID";
|
public static final String COLUMNNAME_AD_TreeCMM_ID = "AD_TreeCMM_ID";
|
||||||
|
|
||||||
|
@ -88,6 +90,8 @@ public interface I_CM_WebProject
|
||||||
*/
|
*/
|
||||||
public int getAD_TreeCMM_ID();
|
public int getAD_TreeCMM_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_TreeCMM() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_TreeCMS_ID */
|
/** Column name AD_TreeCMS_ID */
|
||||||
public static final String COLUMNNAME_AD_TreeCMS_ID = "AD_TreeCMS_ID";
|
public static final String COLUMNNAME_AD_TreeCMS_ID = "AD_TreeCMS_ID";
|
||||||
|
|
||||||
|
@ -101,6 +105,8 @@ public interface I_CM_WebProject
|
||||||
*/
|
*/
|
||||||
public int getAD_TreeCMS_ID();
|
public int getAD_TreeCMS_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_TreeCMS() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_TreeCMT_ID */
|
/** Column name AD_TreeCMT_ID */
|
||||||
public static final String COLUMNNAME_AD_TreeCMT_ID = "AD_TreeCMT_ID";
|
public static final String COLUMNNAME_AD_TreeCMT_ID = "AD_TreeCMT_ID";
|
||||||
|
|
||||||
|
@ -114,6 +120,8 @@ public interface I_CM_WebProject
|
||||||
*/
|
*/
|
||||||
public int getAD_TreeCMT_ID();
|
public int getAD_TreeCMT_ID();
|
||||||
|
|
||||||
|
public I_AD_Tree getAD_TreeCMT() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CM_WebProject_ID */
|
/** Column name CM_WebProject_ID */
|
||||||
public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID";
|
public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID";
|
||||||
|
|
||||||
|
|
|
@ -247,6 +247,8 @@ public interface I_C_AcctProcessor
|
||||||
*/
|
*/
|
||||||
public int getSupervisor_ID();
|
public int getSupervisor_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSupervisor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_Asset_Acct();
|
public int getB_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_Expense_Acct */
|
/** Column name B_Expense_Acct */
|
||||||
public static final String COLUMNNAME_B_Expense_Acct = "B_Expense_Acct";
|
public static final String COLUMNNAME_B_Expense_Acct = "B_Expense_Acct";
|
||||||
|
|
||||||
|
@ -88,6 +90,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_Expense_Acct();
|
public int getB_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_InterestExp_Acct */
|
/** Column name B_InterestExp_Acct */
|
||||||
public static final String COLUMNNAME_B_InterestExp_Acct = "B_InterestExp_Acct";
|
public static final String COLUMNNAME_B_InterestExp_Acct = "B_InterestExp_Acct";
|
||||||
|
|
||||||
|
@ -101,6 +105,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_InterestExp_Acct();
|
public int getB_InterestExp_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_InterestExp_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_InterestRev_Acct */
|
/** Column name B_InterestRev_Acct */
|
||||||
public static final String COLUMNNAME_B_InterestRev_Acct = "B_InterestRev_Acct";
|
public static final String COLUMNNAME_B_InterestRev_Acct = "B_InterestRev_Acct";
|
||||||
|
|
||||||
|
@ -114,6 +120,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_InterestRev_Acct();
|
public int getB_InterestRev_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_InterestRev_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_InTransit_Acct */
|
/** Column name B_InTransit_Acct */
|
||||||
public static final String COLUMNNAME_B_InTransit_Acct = "B_InTransit_Acct";
|
public static final String COLUMNNAME_B_InTransit_Acct = "B_InTransit_Acct";
|
||||||
|
|
||||||
|
@ -127,6 +135,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_InTransit_Acct();
|
public int getB_InTransit_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_InTransit_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_PaymentSelect_Acct */
|
/** Column name B_PaymentSelect_Acct */
|
||||||
public static final String COLUMNNAME_B_PaymentSelect_Acct = "B_PaymentSelect_Acct";
|
public static final String COLUMNNAME_B_PaymentSelect_Acct = "B_PaymentSelect_Acct";
|
||||||
|
|
||||||
|
@ -140,6 +150,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_PaymentSelect_Acct();
|
public int getB_PaymentSelect_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_PaymentSelect_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_RevaluationGain_Acct */
|
/** Column name B_RevaluationGain_Acct */
|
||||||
public static final String COLUMNNAME_B_RevaluationGain_Acct = "B_RevaluationGain_Acct";
|
public static final String COLUMNNAME_B_RevaluationGain_Acct = "B_RevaluationGain_Acct";
|
||||||
|
|
||||||
|
@ -153,6 +165,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_RevaluationGain_Acct();
|
public int getB_RevaluationGain_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_RevaluationGain_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_RevaluationLoss_Acct */
|
/** Column name B_RevaluationLoss_Acct */
|
||||||
public static final String COLUMNNAME_B_RevaluationLoss_Acct = "B_RevaluationLoss_Acct";
|
public static final String COLUMNNAME_B_RevaluationLoss_Acct = "B_RevaluationLoss_Acct";
|
||||||
|
|
||||||
|
@ -166,6 +180,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_RevaluationLoss_Acct();
|
public int getB_RevaluationLoss_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_RevaluationLoss_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_SettlementGain_Acct */
|
/** Column name B_SettlementGain_Acct */
|
||||||
public static final String COLUMNNAME_B_SettlementGain_Acct = "B_SettlementGain_Acct";
|
public static final String COLUMNNAME_B_SettlementGain_Acct = "B_SettlementGain_Acct";
|
||||||
|
|
||||||
|
@ -179,6 +195,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_SettlementGain_Acct();
|
public int getB_SettlementGain_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_SettlementGain_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_SettlementLoss_Acct */
|
/** Column name B_SettlementLoss_Acct */
|
||||||
public static final String COLUMNNAME_B_SettlementLoss_Acct = "B_SettlementLoss_Acct";
|
public static final String COLUMNNAME_B_SettlementLoss_Acct = "B_SettlementLoss_Acct";
|
||||||
|
|
||||||
|
@ -192,6 +210,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_SettlementLoss_Acct();
|
public int getB_SettlementLoss_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_SettlementLoss_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_UnallocatedCash_Acct */
|
/** Column name B_UnallocatedCash_Acct */
|
||||||
public static final String COLUMNNAME_B_UnallocatedCash_Acct = "B_UnallocatedCash_Acct";
|
public static final String COLUMNNAME_B_UnallocatedCash_Acct = "B_UnallocatedCash_Acct";
|
||||||
|
|
||||||
|
@ -205,6 +225,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_UnallocatedCash_Acct();
|
public int getB_UnallocatedCash_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_UnallocatedCash_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_Unidentified_Acct */
|
/** Column name B_Unidentified_Acct */
|
||||||
public static final String COLUMNNAME_B_Unidentified_Acct = "B_Unidentified_Acct";
|
public static final String COLUMNNAME_B_Unidentified_Acct = "B_Unidentified_Acct";
|
||||||
|
|
||||||
|
@ -218,6 +240,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getB_Unidentified_Acct();
|
public int getB_Unidentified_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_Unidentified_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_AcctSchema_ID */
|
/** Column name C_AcctSchema_ID */
|
||||||
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
|
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
|
||||||
|
|
||||||
|
@ -246,6 +270,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getC_Prepayment_Acct();
|
public int getC_Prepayment_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_Prepayment_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Receivable_Acct */
|
/** Column name C_Receivable_Acct */
|
||||||
public static final String COLUMNNAME_C_Receivable_Acct = "C_Receivable_Acct";
|
public static final String COLUMNNAME_C_Receivable_Acct = "C_Receivable_Acct";
|
||||||
|
|
||||||
|
@ -259,6 +285,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getC_Receivable_Acct();
|
public int getC_Receivable_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_Receivable_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Receivable_Services_Acct */
|
/** Column name C_Receivable_Services_Acct */
|
||||||
public static final String COLUMNNAME_C_Receivable_Services_Acct = "C_Receivable_Services_Acct";
|
public static final String COLUMNNAME_C_Receivable_Services_Acct = "C_Receivable_Services_Acct";
|
||||||
|
|
||||||
|
@ -272,6 +300,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getC_Receivable_Services_Acct();
|
public int getC_Receivable_Services_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_Receivable_Services_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CB_Asset_Acct */
|
/** Column name CB_Asset_Acct */
|
||||||
public static final String COLUMNNAME_CB_Asset_Acct = "CB_Asset_Acct";
|
public static final String COLUMNNAME_CB_Asset_Acct = "CB_Asset_Acct";
|
||||||
|
|
||||||
|
@ -285,6 +315,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getCB_Asset_Acct();
|
public int getCB_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CB_CashTransfer_Acct */
|
/** Column name CB_CashTransfer_Acct */
|
||||||
public static final String COLUMNNAME_CB_CashTransfer_Acct = "CB_CashTransfer_Acct";
|
public static final String COLUMNNAME_CB_CashTransfer_Acct = "CB_CashTransfer_Acct";
|
||||||
|
|
||||||
|
@ -298,6 +330,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getCB_CashTransfer_Acct();
|
public int getCB_CashTransfer_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_CashTransfer_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CB_Differences_Acct */
|
/** Column name CB_Differences_Acct */
|
||||||
public static final String COLUMNNAME_CB_Differences_Acct = "CB_Differences_Acct";
|
public static final String COLUMNNAME_CB_Differences_Acct = "CB_Differences_Acct";
|
||||||
|
|
||||||
|
@ -311,6 +345,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getCB_Differences_Acct();
|
public int getCB_Differences_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_Differences_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CB_Expense_Acct */
|
/** Column name CB_Expense_Acct */
|
||||||
public static final String COLUMNNAME_CB_Expense_Acct = "CB_Expense_Acct";
|
public static final String COLUMNNAME_CB_Expense_Acct = "CB_Expense_Acct";
|
||||||
|
|
||||||
|
@ -324,6 +360,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getCB_Expense_Acct();
|
public int getCB_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CB_Receipt_Acct */
|
/** Column name CB_Receipt_Acct */
|
||||||
public static final String COLUMNNAME_CB_Receipt_Acct = "CB_Receipt_Acct";
|
public static final String COLUMNNAME_CB_Receipt_Acct = "CB_Receipt_Acct";
|
||||||
|
|
||||||
|
@ -337,6 +375,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getCB_Receipt_Acct();
|
public int getCB_Receipt_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_Receipt_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Ch_Expense_Acct */
|
/** Column name Ch_Expense_Acct */
|
||||||
public static final String COLUMNNAME_Ch_Expense_Acct = "Ch_Expense_Acct";
|
public static final String COLUMNNAME_Ch_Expense_Acct = "Ch_Expense_Acct";
|
||||||
|
|
||||||
|
@ -350,6 +390,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getCh_Expense_Acct();
|
public int getCh_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCh_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Ch_Revenue_Acct */
|
/** Column name Ch_Revenue_Acct */
|
||||||
public static final String COLUMNNAME_Ch_Revenue_Acct = "Ch_Revenue_Acct";
|
public static final String COLUMNNAME_Ch_Revenue_Acct = "Ch_Revenue_Acct";
|
||||||
|
|
||||||
|
@ -363,6 +405,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getCh_Revenue_Acct();
|
public int getCh_Revenue_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCh_Revenue_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
@ -392,6 +436,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getE_Expense_Acct();
|
public int getE_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getE_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name E_Prepayment_Acct */
|
/** Column name E_Prepayment_Acct */
|
||||||
public static final String COLUMNNAME_E_Prepayment_Acct = "E_Prepayment_Acct";
|
public static final String COLUMNNAME_E_Prepayment_Acct = "E_Prepayment_Acct";
|
||||||
|
|
||||||
|
@ -405,6 +451,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getE_Prepayment_Acct();
|
public int getE_Prepayment_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getE_Prepayment_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsActive */
|
/** Column name IsActive */
|
||||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||||
|
|
||||||
|
@ -431,6 +479,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getNotInvoicedReceipts_Acct();
|
public int getNotInvoicedReceipts_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getNotInvoicedReceipts_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name NotInvoicedReceivables_Acct */
|
/** Column name NotInvoicedReceivables_Acct */
|
||||||
public static final String COLUMNNAME_NotInvoicedReceivables_Acct = "NotInvoicedReceivables_Acct";
|
public static final String COLUMNNAME_NotInvoicedReceivables_Acct = "NotInvoicedReceivables_Acct";
|
||||||
|
|
||||||
|
@ -444,6 +494,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getNotInvoicedReceivables_Acct();
|
public int getNotInvoicedReceivables_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getNotInvoicedReceivables_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name NotInvoicedRevenue_Acct */
|
/** Column name NotInvoicedRevenue_Acct */
|
||||||
public static final String COLUMNNAME_NotInvoicedRevenue_Acct = "NotInvoicedRevenue_Acct";
|
public static final String COLUMNNAME_NotInvoicedRevenue_Acct = "NotInvoicedRevenue_Acct";
|
||||||
|
|
||||||
|
@ -457,6 +509,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getNotInvoicedRevenue_Acct();
|
public int getNotInvoicedRevenue_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getNotInvoicedRevenue_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_Asset_Acct */
|
/** Column name P_Asset_Acct */
|
||||||
public static final String COLUMNNAME_P_Asset_Acct = "P_Asset_Acct";
|
public static final String COLUMNNAME_P_Asset_Acct = "P_Asset_Acct";
|
||||||
|
|
||||||
|
@ -470,6 +524,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_Asset_Acct();
|
public int getP_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_Burden_Acct */
|
/** Column name P_Burden_Acct */
|
||||||
public static final String COLUMNNAME_P_Burden_Acct = "P_Burden_Acct";
|
public static final String COLUMNNAME_P_Burden_Acct = "P_Burden_Acct";
|
||||||
|
|
||||||
|
@ -483,6 +539,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_Burden_Acct();
|
public int getP_Burden_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_Burden_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_COGS_Acct */
|
/** Column name P_COGS_Acct */
|
||||||
public static final String COLUMNNAME_P_COGS_Acct = "P_COGS_Acct";
|
public static final String COLUMNNAME_P_COGS_Acct = "P_COGS_Acct";
|
||||||
|
|
||||||
|
@ -496,6 +554,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_COGS_Acct();
|
public int getP_COGS_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_COGS_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_CostAdjustment_Acct */
|
/** Column name P_CostAdjustment_Acct */
|
||||||
public static final String COLUMNNAME_P_CostAdjustment_Acct = "P_CostAdjustment_Acct";
|
public static final String COLUMNNAME_P_CostAdjustment_Acct = "P_CostAdjustment_Acct";
|
||||||
|
|
||||||
|
@ -509,6 +569,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_CostAdjustment_Acct();
|
public int getP_CostAdjustment_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_CostAdjustment_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_CostOfProduction_Acct */
|
/** Column name P_CostOfProduction_Acct */
|
||||||
public static final String COLUMNNAME_P_CostOfProduction_Acct = "P_CostOfProduction_Acct";
|
public static final String COLUMNNAME_P_CostOfProduction_Acct = "P_CostOfProduction_Acct";
|
||||||
|
|
||||||
|
@ -522,6 +584,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_CostOfProduction_Acct();
|
public int getP_CostOfProduction_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_CostOfProduction_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_Expense_Acct */
|
/** Column name P_Expense_Acct */
|
||||||
public static final String COLUMNNAME_P_Expense_Acct = "P_Expense_Acct";
|
public static final String COLUMNNAME_P_Expense_Acct = "P_Expense_Acct";
|
||||||
|
|
||||||
|
@ -535,6 +599,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_Expense_Acct();
|
public int getP_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_FloorStock_Acct */
|
/** Column name P_FloorStock_Acct */
|
||||||
public static final String COLUMNNAME_P_FloorStock_Acct = "P_FloorStock_Acct";
|
public static final String COLUMNNAME_P_FloorStock_Acct = "P_FloorStock_Acct";
|
||||||
|
|
||||||
|
@ -548,6 +614,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_FloorStock_Acct();
|
public int getP_FloorStock_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_FloorStock_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_InventoryClearing_Acct */
|
/** Column name P_InventoryClearing_Acct */
|
||||||
public static final String COLUMNNAME_P_InventoryClearing_Acct = "P_InventoryClearing_Acct";
|
public static final String COLUMNNAME_P_InventoryClearing_Acct = "P_InventoryClearing_Acct";
|
||||||
|
|
||||||
|
@ -561,6 +629,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_InventoryClearing_Acct();
|
public int getP_InventoryClearing_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_InventoryClearing_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_InvoicePriceVariance_Acct */
|
/** Column name P_InvoicePriceVariance_Acct */
|
||||||
public static final String COLUMNNAME_P_InvoicePriceVariance_Acct = "P_InvoicePriceVariance_Acct";
|
public static final String COLUMNNAME_P_InvoicePriceVariance_Acct = "P_InvoicePriceVariance_Acct";
|
||||||
|
|
||||||
|
@ -574,6 +644,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_InvoicePriceVariance_Acct();
|
public int getP_InvoicePriceVariance_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_InvoicePriceVariance_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_Labor_Acct */
|
/** Column name P_Labor_Acct */
|
||||||
public static final String COLUMNNAME_P_Labor_Acct = "P_Labor_Acct";
|
public static final String COLUMNNAME_P_Labor_Acct = "P_Labor_Acct";
|
||||||
|
|
||||||
|
@ -587,6 +659,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_Labor_Acct();
|
public int getP_Labor_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_Labor_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_MethodChangeVariance_Acct */
|
/** Column name P_MethodChangeVariance_Acct */
|
||||||
public static final String COLUMNNAME_P_MethodChangeVariance_Acct = "P_MethodChangeVariance_Acct";
|
public static final String COLUMNNAME_P_MethodChangeVariance_Acct = "P_MethodChangeVariance_Acct";
|
||||||
|
|
||||||
|
@ -600,6 +674,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_MethodChangeVariance_Acct();
|
public int getP_MethodChangeVariance_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_MethodChangeVariance_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_MixVariance_Acct */
|
/** Column name P_MixVariance_Acct */
|
||||||
public static final String COLUMNNAME_P_MixVariance_Acct = "P_MixVariance_Acct";
|
public static final String COLUMNNAME_P_MixVariance_Acct = "P_MixVariance_Acct";
|
||||||
|
|
||||||
|
@ -613,6 +689,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_MixVariance_Acct();
|
public int getP_MixVariance_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_MixVariance_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_OutsideProcessing_Acct */
|
/** Column name P_OutsideProcessing_Acct */
|
||||||
public static final String COLUMNNAME_P_OutsideProcessing_Acct = "P_OutsideProcessing_Acct";
|
public static final String COLUMNNAME_P_OutsideProcessing_Acct = "P_OutsideProcessing_Acct";
|
||||||
|
|
||||||
|
@ -626,6 +704,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_OutsideProcessing_Acct();
|
public int getP_OutsideProcessing_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_OutsideProcessing_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_Overhead_Acct */
|
/** Column name P_Overhead_Acct */
|
||||||
public static final String COLUMNNAME_P_Overhead_Acct = "P_Overhead_Acct";
|
public static final String COLUMNNAME_P_Overhead_Acct = "P_Overhead_Acct";
|
||||||
|
|
||||||
|
@ -639,6 +719,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_Overhead_Acct();
|
public int getP_Overhead_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_Overhead_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_PurchasePriceVariance_Acct */
|
/** Column name P_PurchasePriceVariance_Acct */
|
||||||
public static final String COLUMNNAME_P_PurchasePriceVariance_Acct = "P_PurchasePriceVariance_Acct";
|
public static final String COLUMNNAME_P_PurchasePriceVariance_Acct = "P_PurchasePriceVariance_Acct";
|
||||||
|
|
||||||
|
@ -652,6 +734,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_PurchasePriceVariance_Acct();
|
public int getP_PurchasePriceVariance_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_PurchasePriceVariance_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_RateVariance_Acct */
|
/** Column name P_RateVariance_Acct */
|
||||||
public static final String COLUMNNAME_P_RateVariance_Acct = "P_RateVariance_Acct";
|
public static final String COLUMNNAME_P_RateVariance_Acct = "P_RateVariance_Acct";
|
||||||
|
|
||||||
|
@ -665,6 +749,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_RateVariance_Acct();
|
public int getP_RateVariance_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_RateVariance_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_Revenue_Acct */
|
/** Column name P_Revenue_Acct */
|
||||||
public static final String COLUMNNAME_P_Revenue_Acct = "P_Revenue_Acct";
|
public static final String COLUMNNAME_P_Revenue_Acct = "P_Revenue_Acct";
|
||||||
|
|
||||||
|
@ -678,6 +764,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_Revenue_Acct();
|
public int getP_Revenue_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_Revenue_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_Scrap_Acct */
|
/** Column name P_Scrap_Acct */
|
||||||
public static final String COLUMNNAME_P_Scrap_Acct = "P_Scrap_Acct";
|
public static final String COLUMNNAME_P_Scrap_Acct = "P_Scrap_Acct";
|
||||||
|
|
||||||
|
@ -691,6 +779,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_Scrap_Acct();
|
public int getP_Scrap_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_Scrap_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_TradeDiscountGrant_Acct */
|
/** Column name P_TradeDiscountGrant_Acct */
|
||||||
public static final String COLUMNNAME_P_TradeDiscountGrant_Acct = "P_TradeDiscountGrant_Acct";
|
public static final String COLUMNNAME_P_TradeDiscountGrant_Acct = "P_TradeDiscountGrant_Acct";
|
||||||
|
|
||||||
|
@ -704,6 +794,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_TradeDiscountGrant_Acct();
|
public int getP_TradeDiscountGrant_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_TradeDiscountGrant_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_TradeDiscountRec_Acct */
|
/** Column name P_TradeDiscountRec_Acct */
|
||||||
public static final String COLUMNNAME_P_TradeDiscountRec_Acct = "P_TradeDiscountRec_Acct";
|
public static final String COLUMNNAME_P_TradeDiscountRec_Acct = "P_TradeDiscountRec_Acct";
|
||||||
|
|
||||||
|
@ -717,6 +809,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_TradeDiscountRec_Acct();
|
public int getP_TradeDiscountRec_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_TradeDiscountRec_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_UsageVariance_Acct */
|
/** Column name P_UsageVariance_Acct */
|
||||||
public static final String COLUMNNAME_P_UsageVariance_Acct = "P_UsageVariance_Acct";
|
public static final String COLUMNNAME_P_UsageVariance_Acct = "P_UsageVariance_Acct";
|
||||||
|
|
||||||
|
@ -730,6 +824,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_UsageVariance_Acct();
|
public int getP_UsageVariance_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_UsageVariance_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name P_WIP_Acct */
|
/** Column name P_WIP_Acct */
|
||||||
public static final String COLUMNNAME_P_WIP_Acct = "P_WIP_Acct";
|
public static final String COLUMNNAME_P_WIP_Acct = "P_WIP_Acct";
|
||||||
|
|
||||||
|
@ -743,6 +839,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getP_WIP_Acct();
|
public int getP_WIP_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_WIP_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PayDiscount_Exp_Acct */
|
/** Column name PayDiscount_Exp_Acct */
|
||||||
public static final String COLUMNNAME_PayDiscount_Exp_Acct = "PayDiscount_Exp_Acct";
|
public static final String COLUMNNAME_PayDiscount_Exp_Acct = "PayDiscount_Exp_Acct";
|
||||||
|
|
||||||
|
@ -756,6 +854,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getPayDiscount_Exp_Acct();
|
public int getPayDiscount_Exp_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getPayDiscount_Exp_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PayDiscount_Rev_Acct */
|
/** Column name PayDiscount_Rev_Acct */
|
||||||
public static final String COLUMNNAME_PayDiscount_Rev_Acct = "PayDiscount_Rev_Acct";
|
public static final String COLUMNNAME_PayDiscount_Rev_Acct = "PayDiscount_Rev_Acct";
|
||||||
|
|
||||||
|
@ -769,6 +869,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getPayDiscount_Rev_Acct();
|
public int getPayDiscount_Rev_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getPayDiscount_Rev_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PJ_Asset_Acct */
|
/** Column name PJ_Asset_Acct */
|
||||||
public static final String COLUMNNAME_PJ_Asset_Acct = "PJ_Asset_Acct";
|
public static final String COLUMNNAME_PJ_Asset_Acct = "PJ_Asset_Acct";
|
||||||
|
|
||||||
|
@ -782,6 +884,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getPJ_Asset_Acct();
|
public int getPJ_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getPJ_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PJ_WIP_Acct */
|
/** Column name PJ_WIP_Acct */
|
||||||
public static final String COLUMNNAME_PJ_WIP_Acct = "PJ_WIP_Acct";
|
public static final String COLUMNNAME_PJ_WIP_Acct = "PJ_WIP_Acct";
|
||||||
|
|
||||||
|
@ -795,6 +899,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getPJ_WIP_Acct();
|
public int getPJ_WIP_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getPJ_WIP_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Processing */
|
/** Column name Processing */
|
||||||
public static final String COLUMNNAME_Processing = "Processing";
|
public static final String COLUMNNAME_Processing = "Processing";
|
||||||
|
|
||||||
|
@ -817,6 +923,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getRealizedGain_Acct();
|
public int getRealizedGain_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getRealizedGain_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name RealizedLoss_Acct */
|
/** Column name RealizedLoss_Acct */
|
||||||
public static final String COLUMNNAME_RealizedLoss_Acct = "RealizedLoss_Acct";
|
public static final String COLUMNNAME_RealizedLoss_Acct = "RealizedLoss_Acct";
|
||||||
|
|
||||||
|
@ -830,6 +938,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getRealizedLoss_Acct();
|
public int getRealizedLoss_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getRealizedLoss_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name T_Credit_Acct */
|
/** Column name T_Credit_Acct */
|
||||||
public static final String COLUMNNAME_T_Credit_Acct = "T_Credit_Acct";
|
public static final String COLUMNNAME_T_Credit_Acct = "T_Credit_Acct";
|
||||||
|
|
||||||
|
@ -843,6 +953,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getT_Credit_Acct();
|
public int getT_Credit_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getT_Credit_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name T_Due_Acct */
|
/** Column name T_Due_Acct */
|
||||||
public static final String COLUMNNAME_T_Due_Acct = "T_Due_Acct";
|
public static final String COLUMNNAME_T_Due_Acct = "T_Due_Acct";
|
||||||
|
|
||||||
|
@ -856,6 +968,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getT_Due_Acct();
|
public int getT_Due_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getT_Due_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name T_Expense_Acct */
|
/** Column name T_Expense_Acct */
|
||||||
public static final String COLUMNNAME_T_Expense_Acct = "T_Expense_Acct";
|
public static final String COLUMNNAME_T_Expense_Acct = "T_Expense_Acct";
|
||||||
|
|
||||||
|
@ -869,6 +983,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getT_Expense_Acct();
|
public int getT_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getT_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name T_Liability_Acct */
|
/** Column name T_Liability_Acct */
|
||||||
public static final String COLUMNNAME_T_Liability_Acct = "T_Liability_Acct";
|
public static final String COLUMNNAME_T_Liability_Acct = "T_Liability_Acct";
|
||||||
|
|
||||||
|
@ -882,6 +998,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getT_Liability_Acct();
|
public int getT_Liability_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getT_Liability_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name T_Receivables_Acct */
|
/** Column name T_Receivables_Acct */
|
||||||
public static final String COLUMNNAME_T_Receivables_Acct = "T_Receivables_Acct";
|
public static final String COLUMNNAME_T_Receivables_Acct = "T_Receivables_Acct";
|
||||||
|
|
||||||
|
@ -895,6 +1013,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getT_Receivables_Acct();
|
public int getT_Receivables_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getT_Receivables_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name UnEarnedRevenue_Acct */
|
/** Column name UnEarnedRevenue_Acct */
|
||||||
public static final String COLUMNNAME_UnEarnedRevenue_Acct = "UnEarnedRevenue_Acct";
|
public static final String COLUMNNAME_UnEarnedRevenue_Acct = "UnEarnedRevenue_Acct";
|
||||||
|
|
||||||
|
@ -908,6 +1028,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getUnEarnedRevenue_Acct();
|
public int getUnEarnedRevenue_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getUnEarnedRevenue_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name UnrealizedGain_Acct */
|
/** Column name UnrealizedGain_Acct */
|
||||||
public static final String COLUMNNAME_UnrealizedGain_Acct = "UnrealizedGain_Acct";
|
public static final String COLUMNNAME_UnrealizedGain_Acct = "UnrealizedGain_Acct";
|
||||||
|
|
||||||
|
@ -921,6 +1043,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getUnrealizedGain_Acct();
|
public int getUnrealizedGain_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getUnrealizedGain_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name UnrealizedLoss_Acct */
|
/** Column name UnrealizedLoss_Acct */
|
||||||
public static final String COLUMNNAME_UnrealizedLoss_Acct = "UnrealizedLoss_Acct";
|
public static final String COLUMNNAME_UnrealizedLoss_Acct = "UnrealizedLoss_Acct";
|
||||||
|
|
||||||
|
@ -934,6 +1058,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getUnrealizedLoss_Acct();
|
public int getUnrealizedLoss_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getUnrealizedLoss_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
@ -963,6 +1089,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getV_Liability_Acct();
|
public int getV_Liability_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getV_Liability_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name V_Liability_Services_Acct */
|
/** Column name V_Liability_Services_Acct */
|
||||||
public static final String COLUMNNAME_V_Liability_Services_Acct = "V_Liability_Services_Acct";
|
public static final String COLUMNNAME_V_Liability_Services_Acct = "V_Liability_Services_Acct";
|
||||||
|
|
||||||
|
@ -976,6 +1104,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getV_Liability_Services_Acct();
|
public int getV_Liability_Services_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getV_Liability_Services_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name V_Prepayment_Acct */
|
/** Column name V_Prepayment_Acct */
|
||||||
public static final String COLUMNNAME_V_Prepayment_Acct = "V_Prepayment_Acct";
|
public static final String COLUMNNAME_V_Prepayment_Acct = "V_Prepayment_Acct";
|
||||||
|
|
||||||
|
@ -989,6 +1119,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getV_Prepayment_Acct();
|
public int getV_Prepayment_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getV_Prepayment_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name W_Differences_Acct */
|
/** Column name W_Differences_Acct */
|
||||||
public static final String COLUMNNAME_W_Differences_Acct = "W_Differences_Acct";
|
public static final String COLUMNNAME_W_Differences_Acct = "W_Differences_Acct";
|
||||||
|
|
||||||
|
@ -1002,6 +1134,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getW_Differences_Acct();
|
public int getW_Differences_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getW_Differences_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name W_InvActualAdjust_Acct */
|
/** Column name W_InvActualAdjust_Acct */
|
||||||
public static final String COLUMNNAME_W_InvActualAdjust_Acct = "W_InvActualAdjust_Acct";
|
public static final String COLUMNNAME_W_InvActualAdjust_Acct = "W_InvActualAdjust_Acct";
|
||||||
|
|
||||||
|
@ -1015,6 +1149,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getW_InvActualAdjust_Acct();
|
public int getW_InvActualAdjust_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getW_InvActualAdjust_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name W_Inventory_Acct */
|
/** Column name W_Inventory_Acct */
|
||||||
public static final String COLUMNNAME_W_Inventory_Acct = "W_Inventory_Acct";
|
public static final String COLUMNNAME_W_Inventory_Acct = "W_Inventory_Acct";
|
||||||
|
|
||||||
|
@ -1028,6 +1164,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getW_Inventory_Acct();
|
public int getW_Inventory_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getW_Inventory_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name W_Revaluation_Acct */
|
/** Column name W_Revaluation_Acct */
|
||||||
public static final String COLUMNNAME_W_Revaluation_Acct = "W_Revaluation_Acct";
|
public static final String COLUMNNAME_W_Revaluation_Acct = "W_Revaluation_Acct";
|
||||||
|
|
||||||
|
@ -1041,6 +1179,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getW_Revaluation_Acct();
|
public int getW_Revaluation_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getW_Revaluation_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Withholding_Acct */
|
/** Column name Withholding_Acct */
|
||||||
public static final String COLUMNNAME_Withholding_Acct = "Withholding_Acct";
|
public static final String COLUMNNAME_Withholding_Acct = "Withholding_Acct";
|
||||||
|
|
||||||
|
@ -1054,6 +1194,8 @@ public interface I_C_AcctSchema_Default
|
||||||
*/
|
*/
|
||||||
public int getWithholding_Acct();
|
public int getWithholding_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getWithholding_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name WriteOff_Acct */
|
/** Column name WriteOff_Acct */
|
||||||
public static final String COLUMNNAME_WriteOff_Acct = "WriteOff_Acct";
|
public static final String COLUMNNAME_WriteOff_Acct = "WriteOff_Acct";
|
||||||
|
|
||||||
|
@ -1066,4 +1208,6 @@ public interface I_C_AcctSchema_Default
|
||||||
* Account for Receivables write-off
|
* Account for Receivables write-off
|
||||||
*/
|
*/
|
||||||
public int getWriteOff_Acct();
|
public int getWriteOff_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getWriteOff_A() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -189,6 +189,8 @@ public interface I_C_AcctSchema_Element
|
||||||
*/
|
*/
|
||||||
public int getC_Location_ID();
|
public int getC_Location_ID();
|
||||||
|
|
||||||
|
public I_C_Location getC_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Project_ID */
|
/** Column name C_Project_ID */
|
||||||
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
|
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,8 @@ public interface I_C_AcctSchema_GL
|
||||||
*/
|
*/
|
||||||
public int getCommitmentOffset_Acct();
|
public int getCommitmentOffset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCommitmentOffset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CommitmentOffsetSales_Acct */
|
/** Column name CommitmentOffsetSales_Acct */
|
||||||
public static final String COLUMNNAME_CommitmentOffsetSales_Acct = "CommitmentOffsetSales_Acct";
|
public static final String COLUMNNAME_CommitmentOffsetSales_Acct = "CommitmentOffsetSales_Acct";
|
||||||
|
|
||||||
|
@ -103,6 +105,8 @@ public interface I_C_AcctSchema_GL
|
||||||
*/
|
*/
|
||||||
public int getCommitmentOffsetSales_Acct();
|
public int getCommitmentOffsetSales_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCommitmentOffsetSales_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
@ -132,6 +136,8 @@ public interface I_C_AcctSchema_GL
|
||||||
*/
|
*/
|
||||||
public int getCurrencyBalancing_Acct();
|
public int getCurrencyBalancing_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCurrencyBalancing_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IncomeSummary_Acct */
|
/** Column name IncomeSummary_Acct */
|
||||||
public static final String COLUMNNAME_IncomeSummary_Acct = "IncomeSummary_Acct";
|
public static final String COLUMNNAME_IncomeSummary_Acct = "IncomeSummary_Acct";
|
||||||
|
|
||||||
|
@ -145,6 +151,8 @@ public interface I_C_AcctSchema_GL
|
||||||
*/
|
*/
|
||||||
public int getIncomeSummary_Acct();
|
public int getIncomeSummary_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getIncomeSummary_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IntercompanyDueFrom_Acct */
|
/** Column name IntercompanyDueFrom_Acct */
|
||||||
public static final String COLUMNNAME_IntercompanyDueFrom_Acct = "IntercompanyDueFrom_Acct";
|
public static final String COLUMNNAME_IntercompanyDueFrom_Acct = "IntercompanyDueFrom_Acct";
|
||||||
|
|
||||||
|
@ -158,6 +166,8 @@ public interface I_C_AcctSchema_GL
|
||||||
*/
|
*/
|
||||||
public int getIntercompanyDueFrom_Acct();
|
public int getIntercompanyDueFrom_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getIntercompanyDueFrom_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IntercompanyDueTo_Acct */
|
/** Column name IntercompanyDueTo_Acct */
|
||||||
public static final String COLUMNNAME_IntercompanyDueTo_Acct = "IntercompanyDueTo_Acct";
|
public static final String COLUMNNAME_IntercompanyDueTo_Acct = "IntercompanyDueTo_Acct";
|
||||||
|
|
||||||
|
@ -171,6 +181,8 @@ public interface I_C_AcctSchema_GL
|
||||||
*/
|
*/
|
||||||
public int getIntercompanyDueTo_Acct();
|
public int getIntercompanyDueTo_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getIntercompanyDueTo_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsActive */
|
/** Column name IsActive */
|
||||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||||
|
|
||||||
|
@ -197,6 +209,8 @@ public interface I_C_AcctSchema_GL
|
||||||
*/
|
*/
|
||||||
public int getPPVOffset_Acct();
|
public int getPPVOffset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getPPVOffset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name RetainedEarning_Acct */
|
/** Column name RetainedEarning_Acct */
|
||||||
public static final String COLUMNNAME_RetainedEarning_Acct = "RetainedEarning_Acct";
|
public static final String COLUMNNAME_RetainedEarning_Acct = "RetainedEarning_Acct";
|
||||||
|
|
||||||
|
@ -206,6 +220,8 @@ public interface I_C_AcctSchema_GL
|
||||||
/** Get Retained Earning Acct */
|
/** Get Retained Earning Acct */
|
||||||
public int getRetainedEarning_Acct();
|
public int getRetainedEarning_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getRetainedEarning_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name SuspenseBalancing_Acct */
|
/** Column name SuspenseBalancing_Acct */
|
||||||
public static final String COLUMNNAME_SuspenseBalancing_Acct = "SuspenseBalancing_Acct";
|
public static final String COLUMNNAME_SuspenseBalancing_Acct = "SuspenseBalancing_Acct";
|
||||||
|
|
||||||
|
@ -215,6 +231,8 @@ public interface I_C_AcctSchema_GL
|
||||||
/** Get Suspense Balancing Acct */
|
/** Get Suspense Balancing Acct */
|
||||||
public int getSuspenseBalancing_Acct();
|
public int getSuspenseBalancing_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getSuspenseBalancing_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name SuspenseError_Acct */
|
/** Column name SuspenseError_Acct */
|
||||||
public static final String COLUMNNAME_SuspenseError_Acct = "SuspenseError_Acct";
|
public static final String COLUMNNAME_SuspenseError_Acct = "SuspenseError_Acct";
|
||||||
|
|
||||||
|
@ -224,6 +242,8 @@ public interface I_C_AcctSchema_GL
|
||||||
/** Get Suspense Error Acct */
|
/** Get Suspense Error Acct */
|
||||||
public int getSuspenseError_Acct();
|
public int getSuspenseError_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getSuspenseError_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,8 @@ public interface I_C_BP_Customer_Acct
|
||||||
*/
|
*/
|
||||||
public int getC_Prepayment_Acct();
|
public int getC_Prepayment_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_Prepayment_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Receivable_Acct */
|
/** Column name C_Receivable_Acct */
|
||||||
public static final String COLUMNNAME_C_Receivable_Acct = "C_Receivable_Acct";
|
public static final String COLUMNNAME_C_Receivable_Acct = "C_Receivable_Acct";
|
||||||
|
|
||||||
|
@ -118,6 +120,8 @@ public interface I_C_BP_Customer_Acct
|
||||||
*/
|
*/
|
||||||
public int getC_Receivable_Acct();
|
public int getC_Receivable_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_Receivable_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Receivable_Services_Acct */
|
/** Column name C_Receivable_Services_Acct */
|
||||||
public static final String COLUMNNAME_C_Receivable_Services_Acct = "C_Receivable_Services_Acct";
|
public static final String COLUMNNAME_C_Receivable_Services_Acct = "C_Receivable_Services_Acct";
|
||||||
|
|
||||||
|
@ -131,6 +135,8 @@ public interface I_C_BP_Customer_Acct
|
||||||
*/
|
*/
|
||||||
public int getC_Receivable_Services_Acct();
|
public int getC_Receivable_Services_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_Receivable_Services_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ public interface I_C_BP_EDI
|
||||||
*/
|
*/
|
||||||
public int getAD_Sequence_ID();
|
public int getAD_Sequence_ID();
|
||||||
|
|
||||||
|
public I_AD_Sequence getAD_Sequence() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_BP_EDI_ID */
|
/** Column name C_BP_EDI_ID */
|
||||||
public static final String COLUMNNAME_C_BP_EDI_ID = "C_BP_EDI_ID";
|
public static final String COLUMNNAME_C_BP_EDI_ID = "C_BP_EDI_ID";
|
||||||
|
|
||||||
|
|
|
@ -121,6 +121,8 @@ public interface I_C_BP_Employee_Acct
|
||||||
*/
|
*/
|
||||||
public int getE_Expense_Acct();
|
public int getE_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getE_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name E_Prepayment_Acct */
|
/** Column name E_Prepayment_Acct */
|
||||||
public static final String COLUMNNAME_E_Prepayment_Acct = "E_Prepayment_Acct";
|
public static final String COLUMNNAME_E_Prepayment_Acct = "E_Prepayment_Acct";
|
||||||
|
|
||||||
|
@ -134,6 +136,8 @@ public interface I_C_BP_Employee_Acct
|
||||||
*/
|
*/
|
||||||
public int getE_Prepayment_Acct();
|
public int getE_Prepayment_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getE_Prepayment_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsActive */
|
/** Column name IsActive */
|
||||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||||
|
|
||||||
|
|
|
@ -199,6 +199,8 @@ public interface I_C_BP_Group
|
||||||
*/
|
*/
|
||||||
public int getM_DiscountSchema_ID();
|
public int getM_DiscountSchema_ID();
|
||||||
|
|
||||||
|
public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_PriceList_ID */
|
/** Column name M_PriceList_ID */
|
||||||
public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID";
|
public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID";
|
||||||
|
|
||||||
|
@ -240,6 +242,8 @@ public interface I_C_BP_Group
|
||||||
*/
|
*/
|
||||||
public int getPO_DiscountSchema_ID();
|
public int getPO_DiscountSchema_ID();
|
||||||
|
|
||||||
|
public I_M_DiscountSchema getPO_DiscountSchema() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PO_PriceList_ID */
|
/** Column name PO_PriceList_ID */
|
||||||
public static final String COLUMNNAME_PO_PriceList_ID = "PO_PriceList_ID";
|
public static final String COLUMNNAME_PO_PriceList_ID = "PO_PriceList_ID";
|
||||||
|
|
||||||
|
@ -253,6 +257,8 @@ public interface I_C_BP_Group
|
||||||
*/
|
*/
|
||||||
public int getPO_PriceList_ID();
|
public int getPO_PriceList_ID();
|
||||||
|
|
||||||
|
public I_M_PriceList getPO_PriceList() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PriceMatchTolerance */
|
/** Column name PriceMatchTolerance */
|
||||||
public static final String COLUMNNAME_PriceMatchTolerance = "PriceMatchTolerance";
|
public static final String COLUMNNAME_PriceMatchTolerance = "PriceMatchTolerance";
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getC_Prepayment_Acct();
|
public int getC_Prepayment_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_Prepayment_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Receivable_Acct */
|
/** Column name C_Receivable_Acct */
|
||||||
public static final String COLUMNNAME_C_Receivable_Acct = "C_Receivable_Acct";
|
public static final String COLUMNNAME_C_Receivable_Acct = "C_Receivable_Acct";
|
||||||
|
|
||||||
|
@ -118,6 +120,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getC_Receivable_Acct();
|
public int getC_Receivable_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_Receivable_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Receivable_Services_Acct */
|
/** Column name C_Receivable_Services_Acct */
|
||||||
public static final String COLUMNNAME_C_Receivable_Services_Acct = "C_Receivable_Services_Acct";
|
public static final String COLUMNNAME_C_Receivable_Services_Acct = "C_Receivable_Services_Acct";
|
||||||
|
|
||||||
|
@ -131,6 +135,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getC_Receivable_Services_Acct();
|
public int getC_Receivable_Services_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getC_Receivable_Services_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
@ -173,6 +179,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getNotInvoicedReceipts_Acct();
|
public int getNotInvoicedReceipts_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getNotInvoicedReceipts_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name NotInvoicedReceivables_Acct */
|
/** Column name NotInvoicedReceivables_Acct */
|
||||||
public static final String COLUMNNAME_NotInvoicedReceivables_Acct = "NotInvoicedReceivables_Acct";
|
public static final String COLUMNNAME_NotInvoicedReceivables_Acct = "NotInvoicedReceivables_Acct";
|
||||||
|
|
||||||
|
@ -186,6 +194,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getNotInvoicedReceivables_Acct();
|
public int getNotInvoicedReceivables_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getNotInvoicedReceivables_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name NotInvoicedRevenue_Acct */
|
/** Column name NotInvoicedRevenue_Acct */
|
||||||
public static final String COLUMNNAME_NotInvoicedRevenue_Acct = "NotInvoicedRevenue_Acct";
|
public static final String COLUMNNAME_NotInvoicedRevenue_Acct = "NotInvoicedRevenue_Acct";
|
||||||
|
|
||||||
|
@ -199,6 +209,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getNotInvoicedRevenue_Acct();
|
public int getNotInvoicedRevenue_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getNotInvoicedRevenue_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PayDiscount_Exp_Acct */
|
/** Column name PayDiscount_Exp_Acct */
|
||||||
public static final String COLUMNNAME_PayDiscount_Exp_Acct = "PayDiscount_Exp_Acct";
|
public static final String COLUMNNAME_PayDiscount_Exp_Acct = "PayDiscount_Exp_Acct";
|
||||||
|
|
||||||
|
@ -212,6 +224,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getPayDiscount_Exp_Acct();
|
public int getPayDiscount_Exp_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getPayDiscount_Exp_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PayDiscount_Rev_Acct */
|
/** Column name PayDiscount_Rev_Acct */
|
||||||
public static final String COLUMNNAME_PayDiscount_Rev_Acct = "PayDiscount_Rev_Acct";
|
public static final String COLUMNNAME_PayDiscount_Rev_Acct = "PayDiscount_Rev_Acct";
|
||||||
|
|
||||||
|
@ -225,6 +239,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getPayDiscount_Rev_Acct();
|
public int getPayDiscount_Rev_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getPayDiscount_Rev_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Processing */
|
/** Column name Processing */
|
||||||
public static final String COLUMNNAME_Processing = "Processing";
|
public static final String COLUMNNAME_Processing = "Processing";
|
||||||
|
|
||||||
|
@ -247,6 +263,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getUnEarnedRevenue_Acct();
|
public int getUnEarnedRevenue_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getUnEarnedRevenue_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
@ -276,6 +294,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getV_Liability_Acct();
|
public int getV_Liability_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getV_Liability_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name V_Liability_Services_Acct */
|
/** Column name V_Liability_Services_Acct */
|
||||||
public static final String COLUMNNAME_V_Liability_Services_Acct = "V_Liability_Services_Acct";
|
public static final String COLUMNNAME_V_Liability_Services_Acct = "V_Liability_Services_Acct";
|
||||||
|
|
||||||
|
@ -289,6 +309,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getV_Liability_Services_Acct();
|
public int getV_Liability_Services_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getV_Liability_Services_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name V_Prepayment_Acct */
|
/** Column name V_Prepayment_Acct */
|
||||||
public static final String COLUMNNAME_V_Prepayment_Acct = "V_Prepayment_Acct";
|
public static final String COLUMNNAME_V_Prepayment_Acct = "V_Prepayment_Acct";
|
||||||
|
|
||||||
|
@ -302,6 +324,8 @@ public interface I_C_BP_Group_Acct
|
||||||
*/
|
*/
|
||||||
public int getV_Prepayment_Acct();
|
public int getV_Prepayment_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getV_Prepayment_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name WriteOff_Acct */
|
/** Column name WriteOff_Acct */
|
||||||
public static final String COLUMNNAME_WriteOff_Acct = "WriteOff_Acct";
|
public static final String COLUMNNAME_WriteOff_Acct = "WriteOff_Acct";
|
||||||
|
|
||||||
|
@ -314,4 +338,6 @@ public interface I_C_BP_Group_Acct
|
||||||
* Account for Receivables write-off
|
* Account for Receivables write-off
|
||||||
*/
|
*/
|
||||||
public int getWriteOff_Acct();
|
public int getWriteOff_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getWriteOff_A() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -118,6 +118,8 @@ public interface I_C_BP_Relation
|
||||||
*/
|
*/
|
||||||
public int getC_BPartnerRelation_ID();
|
public int getC_BPartnerRelation_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getC_BPartnerRelation() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_BPartnerRelation_Location_ID */
|
/** Column name C_BPartnerRelation_Location_ID */
|
||||||
public static final String COLUMNNAME_C_BPartnerRelation_Location_ID = "C_BPartnerRelation_Location_ID";
|
public static final String COLUMNNAME_C_BPartnerRelation_Location_ID = "C_BPartnerRelation_Location_ID";
|
||||||
|
|
||||||
|
@ -131,6 +133,8 @@ public interface I_C_BP_Relation
|
||||||
*/
|
*/
|
||||||
public int getC_BPartnerRelation_Location_ID();
|
public int getC_BPartnerRelation_Location_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner_Location getC_BPartnerRelation_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -150,6 +150,8 @@ public interface I_C_BP_Vendor_Acct
|
||||||
*/
|
*/
|
||||||
public int getV_Liability_Acct();
|
public int getV_Liability_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getV_Liability_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name V_Liability_Services_Acct */
|
/** Column name V_Liability_Services_Acct */
|
||||||
public static final String COLUMNNAME_V_Liability_Services_Acct = "V_Liability_Services_Acct";
|
public static final String COLUMNNAME_V_Liability_Services_Acct = "V_Liability_Services_Acct";
|
||||||
|
|
||||||
|
@ -163,6 +165,8 @@ public interface I_C_BP_Vendor_Acct
|
||||||
*/
|
*/
|
||||||
public int getV_Liability_Services_Acct();
|
public int getV_Liability_Services_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getV_Liability_Services_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name V_Prepayment_Acct */
|
/** Column name V_Prepayment_Acct */
|
||||||
public static final String COLUMNNAME_V_Prepayment_Acct = "V_Prepayment_Acct";
|
public static final String COLUMNNAME_V_Prepayment_Acct = "V_Prepayment_Acct";
|
||||||
|
|
||||||
|
@ -175,4 +179,6 @@ public interface I_C_BP_Vendor_Acct
|
||||||
* Account for Vendor Prepayments
|
* Account for Vendor Prepayments
|
||||||
*/
|
*/
|
||||||
public int getV_Prepayment_Acct();
|
public int getV_Prepayment_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getV_Prepayment_A() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -368,6 +368,8 @@ public interface I_C_BPartner
|
||||||
*/
|
*/
|
||||||
public int getInvoice_PrintFormat_ID();
|
public int getInvoice_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getInvoice_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name InvoiceRule */
|
/** Column name InvoiceRule */
|
||||||
public static final String COLUMNNAME_InvoiceRule = "InvoiceRule";
|
public static final String COLUMNNAME_InvoiceRule = "InvoiceRule";
|
||||||
|
|
||||||
|
@ -529,6 +531,8 @@ public interface I_C_BPartner
|
||||||
*/
|
*/
|
||||||
public int getM_DiscountSchema_ID();
|
public int getM_DiscountSchema_ID();
|
||||||
|
|
||||||
|
public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_PriceList_ID */
|
/** Column name M_PriceList_ID */
|
||||||
public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID";
|
public static final String COLUMNNAME_M_PriceList_ID = "M_PriceList_ID";
|
||||||
|
|
||||||
|
@ -635,6 +639,8 @@ public interface I_C_BPartner
|
||||||
*/
|
*/
|
||||||
public int getPO_DiscountSchema_ID();
|
public int getPO_DiscountSchema_ID();
|
||||||
|
|
||||||
|
public I_M_DiscountSchema getPO_DiscountSchema() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PO_PaymentTerm_ID */
|
/** Column name PO_PaymentTerm_ID */
|
||||||
public static final String COLUMNNAME_PO_PaymentTerm_ID = "PO_PaymentTerm_ID";
|
public static final String COLUMNNAME_PO_PaymentTerm_ID = "PO_PaymentTerm_ID";
|
||||||
|
|
||||||
|
@ -648,6 +654,8 @@ public interface I_C_BPartner
|
||||||
*/
|
*/
|
||||||
public int getPO_PaymentTerm_ID();
|
public int getPO_PaymentTerm_ID();
|
||||||
|
|
||||||
|
public I_C_PaymentTerm getPO_PaymentTerm() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PO_PriceList_ID */
|
/** Column name PO_PriceList_ID */
|
||||||
public static final String COLUMNNAME_PO_PriceList_ID = "PO_PriceList_ID";
|
public static final String COLUMNNAME_PO_PriceList_ID = "PO_PriceList_ID";
|
||||||
|
|
||||||
|
@ -661,6 +669,8 @@ public interface I_C_BPartner
|
||||||
*/
|
*/
|
||||||
public int getPO_PriceList_ID();
|
public int getPO_PriceList_ID();
|
||||||
|
|
||||||
|
public I_M_PriceList getPO_PriceList() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name POReference */
|
/** Column name POReference */
|
||||||
public static final String COLUMNNAME_POReference = "POReference";
|
public static final String COLUMNNAME_POReference = "POReference";
|
||||||
|
|
||||||
|
@ -726,6 +736,8 @@ public interface I_C_BPartner
|
||||||
*/
|
*/
|
||||||
public int getSalesRep_ID();
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSalesRep() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name SalesVolume */
|
/** Column name SalesVolume */
|
||||||
public static final String COLUMNNAME_SalesVolume = "SalesVolume";
|
public static final String COLUMNNAME_SalesVolume = "SalesVolume";
|
||||||
|
|
||||||
|
|
|
@ -103,6 +103,8 @@ public interface I_C_BPartner_Location
|
||||||
*/
|
*/
|
||||||
public int getC_Location_ID();
|
public int getC_Location_ID();
|
||||||
|
|
||||||
|
public I_C_Location getC_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_SalesRegion_ID */
|
/** Column name C_SalesRegion_ID */
|
||||||
public static final String COLUMNNAME_C_SalesRegion_ID = "C_SalesRegion_ID";
|
public static final String COLUMNNAME_C_SalesRegion_ID = "C_SalesRegion_ID";
|
||||||
|
|
||||||
|
|
|
@ -88,6 +88,8 @@ public interface I_C_Bank
|
||||||
*/
|
*/
|
||||||
public int getC_Location_ID();
|
public int getC_Location_ID();
|
||||||
|
|
||||||
|
public I_C_Location getC_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -103,6 +103,8 @@ public interface I_C_BankAccountDoc
|
||||||
*/
|
*/
|
||||||
public int getCheck_PrintFormat_ID();
|
public int getCheck_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getCheck_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_Asset_Acct();
|
public int getB_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_Expense_Acct */
|
/** Column name B_Expense_Acct */
|
||||||
public static final String COLUMNNAME_B_Expense_Acct = "B_Expense_Acct";
|
public static final String COLUMNNAME_B_Expense_Acct = "B_Expense_Acct";
|
||||||
|
|
||||||
|
@ -88,6 +90,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_Expense_Acct();
|
public int getB_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_InterestExp_Acct */
|
/** Column name B_InterestExp_Acct */
|
||||||
public static final String COLUMNNAME_B_InterestExp_Acct = "B_InterestExp_Acct";
|
public static final String COLUMNNAME_B_InterestExp_Acct = "B_InterestExp_Acct";
|
||||||
|
|
||||||
|
@ -101,6 +105,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_InterestExp_Acct();
|
public int getB_InterestExp_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_InterestExp_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_InterestRev_Acct */
|
/** Column name B_InterestRev_Acct */
|
||||||
public static final String COLUMNNAME_B_InterestRev_Acct = "B_InterestRev_Acct";
|
public static final String COLUMNNAME_B_InterestRev_Acct = "B_InterestRev_Acct";
|
||||||
|
|
||||||
|
@ -114,6 +120,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_InterestRev_Acct();
|
public int getB_InterestRev_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_InterestRev_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_InTransit_Acct */
|
/** Column name B_InTransit_Acct */
|
||||||
public static final String COLUMNNAME_B_InTransit_Acct = "B_InTransit_Acct";
|
public static final String COLUMNNAME_B_InTransit_Acct = "B_InTransit_Acct";
|
||||||
|
|
||||||
|
@ -127,6 +135,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_InTransit_Acct();
|
public int getB_InTransit_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_InTransit_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_PaymentSelect_Acct */
|
/** Column name B_PaymentSelect_Acct */
|
||||||
public static final String COLUMNNAME_B_PaymentSelect_Acct = "B_PaymentSelect_Acct";
|
public static final String COLUMNNAME_B_PaymentSelect_Acct = "B_PaymentSelect_Acct";
|
||||||
|
|
||||||
|
@ -140,6 +150,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_PaymentSelect_Acct();
|
public int getB_PaymentSelect_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_PaymentSelect_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_RevaluationGain_Acct */
|
/** Column name B_RevaluationGain_Acct */
|
||||||
public static final String COLUMNNAME_B_RevaluationGain_Acct = "B_RevaluationGain_Acct";
|
public static final String COLUMNNAME_B_RevaluationGain_Acct = "B_RevaluationGain_Acct";
|
||||||
|
|
||||||
|
@ -153,6 +165,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_RevaluationGain_Acct();
|
public int getB_RevaluationGain_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_RevaluationGain_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_RevaluationLoss_Acct */
|
/** Column name B_RevaluationLoss_Acct */
|
||||||
public static final String COLUMNNAME_B_RevaluationLoss_Acct = "B_RevaluationLoss_Acct";
|
public static final String COLUMNNAME_B_RevaluationLoss_Acct = "B_RevaluationLoss_Acct";
|
||||||
|
|
||||||
|
@ -166,6 +180,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_RevaluationLoss_Acct();
|
public int getB_RevaluationLoss_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_RevaluationLoss_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_SettlementGain_Acct */
|
/** Column name B_SettlementGain_Acct */
|
||||||
public static final String COLUMNNAME_B_SettlementGain_Acct = "B_SettlementGain_Acct";
|
public static final String COLUMNNAME_B_SettlementGain_Acct = "B_SettlementGain_Acct";
|
||||||
|
|
||||||
|
@ -179,6 +195,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_SettlementGain_Acct();
|
public int getB_SettlementGain_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_SettlementGain_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_SettlementLoss_Acct */
|
/** Column name B_SettlementLoss_Acct */
|
||||||
public static final String COLUMNNAME_B_SettlementLoss_Acct = "B_SettlementLoss_Acct";
|
public static final String COLUMNNAME_B_SettlementLoss_Acct = "B_SettlementLoss_Acct";
|
||||||
|
|
||||||
|
@ -192,6 +210,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_SettlementLoss_Acct();
|
public int getB_SettlementLoss_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_SettlementLoss_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_UnallocatedCash_Acct */
|
/** Column name B_UnallocatedCash_Acct */
|
||||||
public static final String COLUMNNAME_B_UnallocatedCash_Acct = "B_UnallocatedCash_Acct";
|
public static final String COLUMNNAME_B_UnallocatedCash_Acct = "B_UnallocatedCash_Acct";
|
||||||
|
|
||||||
|
@ -205,6 +225,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_UnallocatedCash_Acct();
|
public int getB_UnallocatedCash_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_UnallocatedCash_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_Unidentified_Acct */
|
/** Column name B_Unidentified_Acct */
|
||||||
public static final String COLUMNNAME_B_Unidentified_Acct = "B_Unidentified_Acct";
|
public static final String COLUMNNAME_B_Unidentified_Acct = "B_Unidentified_Acct";
|
||||||
|
|
||||||
|
@ -218,6 +240,8 @@ public interface I_C_BankAccount_Acct
|
||||||
*/
|
*/
|
||||||
public int getB_Unidentified_Acct();
|
public int getB_Unidentified_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getB_Unidentified_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_AcctSchema_ID */
|
/** Column name C_AcctSchema_ID */
|
||||||
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
|
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
|
||||||
|
|
||||||
|
|
|
@ -371,6 +371,8 @@ public interface I_C_Cash
|
||||||
*/
|
*/
|
||||||
public int getUser1_ID();
|
public int getUser1_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser1() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name User2_ID */
|
/** Column name User2_ID */
|
||||||
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
||||||
|
|
||||||
|
@ -383,4 +385,6 @@ public interface I_C_Cash
|
||||||
* User defined list element #2
|
* User defined list element #2
|
||||||
*/
|
*/
|
||||||
public int getUser2_ID();
|
public int getUser2_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser2() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -105,6 +105,8 @@ public interface I_C_CashBook_Acct
|
||||||
*/
|
*/
|
||||||
public int getCB_Asset_Acct();
|
public int getCB_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CB_CashTransfer_Acct */
|
/** Column name CB_CashTransfer_Acct */
|
||||||
public static final String COLUMNNAME_CB_CashTransfer_Acct = "CB_CashTransfer_Acct";
|
public static final String COLUMNNAME_CB_CashTransfer_Acct = "CB_CashTransfer_Acct";
|
||||||
|
|
||||||
|
@ -118,6 +120,8 @@ public interface I_C_CashBook_Acct
|
||||||
*/
|
*/
|
||||||
public int getCB_CashTransfer_Acct();
|
public int getCB_CashTransfer_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_CashTransfer_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CB_Differences_Acct */
|
/** Column name CB_Differences_Acct */
|
||||||
public static final String COLUMNNAME_CB_Differences_Acct = "CB_Differences_Acct";
|
public static final String COLUMNNAME_CB_Differences_Acct = "CB_Differences_Acct";
|
||||||
|
|
||||||
|
@ -131,6 +135,8 @@ public interface I_C_CashBook_Acct
|
||||||
*/
|
*/
|
||||||
public int getCB_Differences_Acct();
|
public int getCB_Differences_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_Differences_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CB_Expense_Acct */
|
/** Column name CB_Expense_Acct */
|
||||||
public static final String COLUMNNAME_CB_Expense_Acct = "CB_Expense_Acct";
|
public static final String COLUMNNAME_CB_Expense_Acct = "CB_Expense_Acct";
|
||||||
|
|
||||||
|
@ -144,6 +150,8 @@ public interface I_C_CashBook_Acct
|
||||||
*/
|
*/
|
||||||
public int getCB_Expense_Acct();
|
public int getCB_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CB_Receipt_Acct */
|
/** Column name CB_Receipt_Acct */
|
||||||
public static final String COLUMNNAME_CB_Receipt_Acct = "CB_Receipt_Acct";
|
public static final String COLUMNNAME_CB_Receipt_Acct = "CB_Receipt_Acct";
|
||||||
|
|
||||||
|
@ -157,6 +165,8 @@ public interface I_C_CashBook_Acct
|
||||||
*/
|
*/
|
||||||
public int getCB_Receipt_Acct();
|
public int getCB_Receipt_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCB_Receipt_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,8 @@ public interface I_C_Charge_Acct
|
||||||
*/
|
*/
|
||||||
public int getCh_Expense_Acct();
|
public int getCh_Expense_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCh_Expense_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Ch_Revenue_Acct */
|
/** Column name Ch_Revenue_Acct */
|
||||||
public static final String COLUMNNAME_Ch_Revenue_Acct = "Ch_Revenue_Acct";
|
public static final String COLUMNNAME_Ch_Revenue_Acct = "Ch_Revenue_Acct";
|
||||||
|
|
||||||
|
@ -118,6 +120,8 @@ public interface I_C_Charge_Acct
|
||||||
*/
|
*/
|
||||||
public int getCh_Revenue_Acct();
|
public int getCh_Revenue_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getCh_Revenue_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -116,6 +116,8 @@ public interface I_C_City
|
||||||
*/
|
*/
|
||||||
public int getC_Region_ID();
|
public int getC_Region_ID();
|
||||||
|
|
||||||
|
public I_C_Region getC_Region() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Coordinates */
|
/** Column name Coordinates */
|
||||||
public static final String COLUMNNAME_Coordinates = "Coordinates";
|
public static final String COLUMNNAME_Coordinates = "Coordinates";
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,8 @@ public interface I_C_Commission
|
||||||
*/
|
*/
|
||||||
public int getC_BPartner_ID();
|
public int getC_BPartner_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getC_BPartner() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Charge_ID */
|
/** Column name C_Charge_ID */
|
||||||
public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID";
|
public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID";
|
||||||
|
|
||||||
|
|
|
@ -103,6 +103,8 @@ public interface I_C_Conversion_Rate
|
||||||
*/
|
*/
|
||||||
public int getC_Currency_ID();
|
public int getC_Currency_ID();
|
||||||
|
|
||||||
|
public I_C_Currency getC_Currency() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Currency_ID_To */
|
/** Column name C_Currency_ID_To */
|
||||||
public static final String COLUMNNAME_C_Currency_ID_To = "C_Currency_ID_To";
|
public static final String COLUMNNAME_C_Currency_ID_To = "C_Currency_ID_To";
|
||||||
|
|
||||||
|
@ -116,6 +118,8 @@ public interface I_C_Conversion_Rate
|
||||||
*/
|
*/
|
||||||
public int getC_Currency_ID_To();
|
public int getC_Currency_ID_To();
|
||||||
|
|
||||||
|
public I_C_Currency getC_Currency_To() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -134,6 +134,8 @@ public interface I_C_Currency_Acct
|
||||||
*/
|
*/
|
||||||
public int getRealizedGain_Acct();
|
public int getRealizedGain_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getRealizedGain_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name RealizedLoss_Acct */
|
/** Column name RealizedLoss_Acct */
|
||||||
public static final String COLUMNNAME_RealizedLoss_Acct = "RealizedLoss_Acct";
|
public static final String COLUMNNAME_RealizedLoss_Acct = "RealizedLoss_Acct";
|
||||||
|
|
||||||
|
@ -147,6 +149,8 @@ public interface I_C_Currency_Acct
|
||||||
*/
|
*/
|
||||||
public int getRealizedLoss_Acct();
|
public int getRealizedLoss_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getRealizedLoss_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name UnrealizedGain_Acct */
|
/** Column name UnrealizedGain_Acct */
|
||||||
public static final String COLUMNNAME_UnrealizedGain_Acct = "UnrealizedGain_Acct";
|
public static final String COLUMNNAME_UnrealizedGain_Acct = "UnrealizedGain_Acct";
|
||||||
|
|
||||||
|
@ -160,6 +164,8 @@ public interface I_C_Currency_Acct
|
||||||
*/
|
*/
|
||||||
public int getUnrealizedGain_Acct();
|
public int getUnrealizedGain_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getUnrealizedGain_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name UnrealizedLoss_Acct */
|
/** Column name UnrealizedLoss_Acct */
|
||||||
public static final String COLUMNNAME_UnrealizedLoss_Acct = "UnrealizedLoss_Acct";
|
public static final String COLUMNNAME_UnrealizedLoss_Acct = "UnrealizedLoss_Acct";
|
||||||
|
|
||||||
|
@ -173,6 +179,8 @@ public interface I_C_Currency_Acct
|
||||||
*/
|
*/
|
||||||
public int getUnrealizedLoss_Acct();
|
public int getUnrealizedLoss_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getUnrealizedLoss_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -103,6 +103,8 @@ public interface I_C_DocType
|
||||||
*/
|
*/
|
||||||
public int getC_DocTypeDifference_ID();
|
public int getC_DocTypeDifference_ID();
|
||||||
|
|
||||||
|
public I_C_DocType getC_DocTypeDifference() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_DocTypeInvoice_ID */
|
/** Column name C_DocTypeInvoice_ID */
|
||||||
public static final String COLUMNNAME_C_DocTypeInvoice_ID = "C_DocTypeInvoice_ID";
|
public static final String COLUMNNAME_C_DocTypeInvoice_ID = "C_DocTypeInvoice_ID";
|
||||||
|
|
||||||
|
@ -116,6 +118,8 @@ public interface I_C_DocType
|
||||||
*/
|
*/
|
||||||
public int getC_DocTypeInvoice_ID();
|
public int getC_DocTypeInvoice_ID();
|
||||||
|
|
||||||
|
public I_C_DocType getC_DocTypeInvoice() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_DocTypeProforma_ID */
|
/** Column name C_DocTypeProforma_ID */
|
||||||
public static final String COLUMNNAME_C_DocTypeProforma_ID = "C_DocTypeProforma_ID";
|
public static final String COLUMNNAME_C_DocTypeProforma_ID = "C_DocTypeProforma_ID";
|
||||||
|
|
||||||
|
@ -129,6 +133,8 @@ public interface I_C_DocType
|
||||||
*/
|
*/
|
||||||
public int getC_DocTypeProforma_ID();
|
public int getC_DocTypeProforma_ID();
|
||||||
|
|
||||||
|
public I_C_DocType getC_DocTypeProforma() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_DocTypeShipment_ID */
|
/** Column name C_DocTypeShipment_ID */
|
||||||
public static final String COLUMNNAME_C_DocTypeShipment_ID = "C_DocTypeShipment_ID";
|
public static final String COLUMNNAME_C_DocTypeShipment_ID = "C_DocTypeShipment_ID";
|
||||||
|
|
||||||
|
@ -142,6 +148,8 @@ public interface I_C_DocType
|
||||||
*/
|
*/
|
||||||
public int getC_DocTypeShipment_ID();
|
public int getC_DocTypeShipment_ID();
|
||||||
|
|
||||||
|
public I_C_DocType getC_DocTypeShipment() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
@ -167,6 +175,8 @@ public interface I_C_DocType
|
||||||
/** Get Definite Sequence */
|
/** Get Definite Sequence */
|
||||||
public int getDefiniteSequence_ID();
|
public int getDefiniteSequence_ID();
|
||||||
|
|
||||||
|
public I_AD_Sequence getDefiniteSequence() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Description */
|
/** Column name Description */
|
||||||
public static final String COLUMNNAME_Description = "Description";
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
||||||
|
@ -206,6 +216,8 @@ public interface I_C_DocType
|
||||||
*/
|
*/
|
||||||
public int getDocNoSequence_ID();
|
public int getDocNoSequence_ID();
|
||||||
|
|
||||||
|
public I_AD_Sequence getDocNoSequence() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name DocSubTypeSO */
|
/** Column name DocSubTypeSO */
|
||||||
public static final String COLUMNNAME_DocSubTypeSO = "DocSubTypeSO";
|
public static final String COLUMNNAME_DocSubTypeSO = "DocSubTypeSO";
|
||||||
|
|
||||||
|
|
|
@ -103,6 +103,8 @@ public interface I_C_DocTypeCounter
|
||||||
*/
|
*/
|
||||||
public int getCounter_C_DocType_ID();
|
public int getCounter_C_DocType_ID();
|
||||||
|
|
||||||
|
public I_C_DocType getCounter_C_DocType() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Created */
|
/** Column name Created */
|
||||||
public static final String COLUMNNAME_Created = "Created";
|
public static final String COLUMNNAME_Created = "Created";
|
||||||
|
|
||||||
|
|
|
@ -195,6 +195,8 @@ public interface I_C_DunningLevel
|
||||||
*/
|
*/
|
||||||
public int getDunning_PrintFormat_ID();
|
public int getDunning_PrintFormat_ID();
|
||||||
|
|
||||||
|
public I_AD_PrintFormat getDunning_PrintFormat() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name FeeAmt */
|
/** Column name FeeAmt */
|
||||||
public static final String COLUMNNAME_FeeAmt = "FeeAmt";
|
public static final String COLUMNNAME_FeeAmt = "FeeAmt";
|
||||||
|
|
||||||
|
|
|
@ -244,6 +244,8 @@ public interface I_C_DunningRunEntry
|
||||||
*/
|
*/
|
||||||
public int getSalesRep_ID();
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSalesRep() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -119,6 +119,8 @@ public interface I_C_InterOrg_Acct
|
||||||
*/
|
*/
|
||||||
public int getIntercompanyDueFrom_Acct();
|
public int getIntercompanyDueFrom_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getIntercompanyDueFrom_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IntercompanyDueTo_Acct */
|
/** Column name IntercompanyDueTo_Acct */
|
||||||
public static final String COLUMNNAME_IntercompanyDueTo_Acct = "IntercompanyDueTo_Acct";
|
public static final String COLUMNNAME_IntercompanyDueTo_Acct = "IntercompanyDueTo_Acct";
|
||||||
|
|
||||||
|
@ -132,6 +134,8 @@ public interface I_C_InterOrg_Acct
|
||||||
*/
|
*/
|
||||||
public int getIntercompanyDueTo_Acct();
|
public int getIntercompanyDueTo_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getIntercompanyDueTo_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsActive */
|
/** Column name IsActive */
|
||||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||||
|
|
||||||
|
|
|
@ -178,6 +178,8 @@ public interface I_C_Invoice
|
||||||
*/
|
*/
|
||||||
public int getC_Charge_ID();
|
public int getC_Charge_ID();
|
||||||
|
|
||||||
|
public I_C_Charge getC_Charge() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_ConversionType_ID */
|
/** Column name C_ConversionType_ID */
|
||||||
public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID";
|
public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID";
|
||||||
|
|
||||||
|
@ -236,6 +238,8 @@ public interface I_C_Invoice
|
||||||
*/
|
*/
|
||||||
public int getC_DocTypeTarget_ID();
|
public int getC_DocTypeTarget_ID();
|
||||||
|
|
||||||
|
public I_C_DocType getC_DocTypeTarget() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_DunningLevel_ID */
|
/** Column name C_DunningLevel_ID */
|
||||||
public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID";
|
public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID";
|
||||||
|
|
||||||
|
@ -783,6 +787,8 @@ public interface I_C_Invoice
|
||||||
*/
|
*/
|
||||||
public int getReversal_ID();
|
public int getReversal_ID();
|
||||||
|
|
||||||
|
public I_C_Invoice getReversal() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name SalesRep_ID */
|
/** Column name SalesRep_ID */
|
||||||
public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID";
|
public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID";
|
||||||
|
|
||||||
|
@ -796,6 +802,8 @@ public interface I_C_Invoice
|
||||||
*/
|
*/
|
||||||
public int getSalesRep_ID();
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSalesRep() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name SendEMail */
|
/** Column name SendEMail */
|
||||||
public static final String COLUMNNAME_SendEMail = "SendEMail";
|
public static final String COLUMNNAME_SendEMail = "SendEMail";
|
||||||
|
|
||||||
|
@ -851,6 +859,8 @@ public interface I_C_Invoice
|
||||||
*/
|
*/
|
||||||
public int getUser1_ID();
|
public int getUser1_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser1() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name User2_ID */
|
/** Column name User2_ID */
|
||||||
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
||||||
|
|
||||||
|
@ -863,4 +873,6 @@ public interface I_C_Invoice
|
||||||
* User defined list element #2
|
* User defined list element #2
|
||||||
*/
|
*/
|
||||||
public int getUser2_ID();
|
public int getUser2_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser2() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -247,6 +247,8 @@ public interface I_C_InvoiceBatch
|
||||||
*/
|
*/
|
||||||
public int getSalesRep_ID();
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSalesRep() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -467,6 +467,8 @@ public interface I_C_InvoiceBatchLine
|
||||||
*/
|
*/
|
||||||
public int getUser1_ID();
|
public int getUser1_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser1() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name User2_ID */
|
/** Column name User2_ID */
|
||||||
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
||||||
|
|
||||||
|
@ -479,4 +481,6 @@ public interface I_C_InvoiceBatchLine
|
||||||
* User defined list element #2
|
* User defined list element #2
|
||||||
*/
|
*/
|
||||||
public int getUser2_ID();
|
public int getUser2_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser2() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -415,6 +415,8 @@ public interface I_C_InvoiceLine
|
||||||
*/
|
*/
|
||||||
public int getM_AttributeSetInstance_ID();
|
public int getM_AttributeSetInstance_ID();
|
||||||
|
|
||||||
|
public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_InOutLine_ID */
|
/** Column name M_InOutLine_ID */
|
||||||
public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID";
|
public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID";
|
||||||
|
|
||||||
|
@ -641,6 +643,8 @@ public interface I_C_InvoiceLine
|
||||||
*/
|
*/
|
||||||
public int getUser1_ID();
|
public int getUser1_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser1() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name User2_ID */
|
/** Column name User2_ID */
|
||||||
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
||||||
|
|
||||||
|
@ -653,4 +657,6 @@ public interface I_C_InvoiceLine
|
||||||
* User defined list element #2
|
* User defined list element #2
|
||||||
*/
|
*/
|
||||||
public int getUser2_ID();
|
public int getUser2_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser2() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -145,6 +145,8 @@ public interface I_C_LandedCostAllocation
|
||||||
*/
|
*/
|
||||||
public int getM_AttributeSetInstance_ID();
|
public int getM_AttributeSetInstance_ID();
|
||||||
|
|
||||||
|
public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_CostElement_ID */
|
/** Column name M_CostElement_ID */
|
||||||
public static final String COLUMNNAME_M_CostElement_ID = "M_CostElement_ID";
|
public static final String COLUMNNAME_M_CostElement_ID = "M_CostElement_ID";
|
||||||
|
|
||||||
|
|
|
@ -121,6 +121,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getBill_BPartner_ID();
|
public int getBill_BPartner_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getBill_BPartner() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Bill_Location_ID */
|
/** Column name Bill_Location_ID */
|
||||||
public static final String COLUMNNAME_Bill_Location_ID = "Bill_Location_ID";
|
public static final String COLUMNNAME_Bill_Location_ID = "Bill_Location_ID";
|
||||||
|
|
||||||
|
@ -134,6 +136,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getBill_Location_ID();
|
public int getBill_Location_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner_Location getBill_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Bill_User_ID */
|
/** Column name Bill_User_ID */
|
||||||
public static final String COLUMNNAME_Bill_User_ID = "Bill_User_ID";
|
public static final String COLUMNNAME_Bill_User_ID = "Bill_User_ID";
|
||||||
|
|
||||||
|
@ -147,6 +151,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getBill_User_ID();
|
public int getBill_User_ID();
|
||||||
|
|
||||||
|
public I_AD_User getBill_User() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Activity_ID */
|
/** Column name C_Activity_ID */
|
||||||
public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID";
|
public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID";
|
||||||
|
|
||||||
|
@ -235,6 +241,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getC_Charge_ID();
|
public int getC_Charge_ID();
|
||||||
|
|
||||||
|
public I_C_Charge getC_Charge() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_ConversionType_ID */
|
/** Column name C_ConversionType_ID */
|
||||||
public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID";
|
public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID";
|
||||||
|
|
||||||
|
@ -293,6 +301,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getC_DocTypeTarget_ID();
|
public int getC_DocTypeTarget_ID();
|
||||||
|
|
||||||
|
public I_C_DocType getC_DocTypeTarget() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Order_ID */
|
/** Column name C_Order_ID */
|
||||||
public static final String COLUMNNAME_C_Order_ID = "C_Order_ID";
|
public static final String COLUMNNAME_C_Order_ID = "C_Order_ID";
|
||||||
|
|
||||||
|
@ -551,6 +561,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getDropShip_BPartner_ID();
|
public int getDropShip_BPartner_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getDropShip_BPartner() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name DropShip_Location_ID */
|
/** Column name DropShip_Location_ID */
|
||||||
public static final String COLUMNNAME_DropShip_Location_ID = "DropShip_Location_ID";
|
public static final String COLUMNNAME_DropShip_Location_ID = "DropShip_Location_ID";
|
||||||
|
|
||||||
|
@ -564,6 +576,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getDropShip_Location_ID();
|
public int getDropShip_Location_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner_Location getDropShip_Location() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name DropShip_User_ID */
|
/** Column name DropShip_User_ID */
|
||||||
public static final String COLUMNNAME_DropShip_User_ID = "DropShip_User_ID";
|
public static final String COLUMNNAME_DropShip_User_ID = "DropShip_User_ID";
|
||||||
|
|
||||||
|
@ -577,6 +591,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getDropShip_User_ID();
|
public int getDropShip_User_ID();
|
||||||
|
|
||||||
|
public I_AD_User getDropShip_User() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name FreightAmt */
|
/** Column name FreightAmt */
|
||||||
public static final String COLUMNNAME_FreightAmt = "FreightAmt";
|
public static final String COLUMNNAME_FreightAmt = "FreightAmt";
|
||||||
|
|
||||||
|
@ -803,6 +819,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getLink_Order_ID();
|
public int getLink_Order_ID();
|
||||||
|
|
||||||
|
public I_C_Order getLink_Order() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_FreightCategory_ID */
|
/** Column name M_FreightCategory_ID */
|
||||||
public static final String COLUMNNAME_M_FreightCategory_ID = "M_FreightCategory_ID";
|
public static final String COLUMNNAME_M_FreightCategory_ID = "M_FreightCategory_ID";
|
||||||
|
|
||||||
|
@ -998,6 +1016,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getRef_Order_ID();
|
public int getRef_Order_ID();
|
||||||
|
|
||||||
|
public I_C_Order getRef_Order() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name SalesRep_ID */
|
/** Column name SalesRep_ID */
|
||||||
public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID";
|
public static final String COLUMNNAME_SalesRep_ID = "SalesRep_ID";
|
||||||
|
|
||||||
|
@ -1011,6 +1031,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getSalesRep_ID();
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSalesRep() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name SendEMail */
|
/** Column name SendEMail */
|
||||||
public static final String COLUMNNAME_SendEMail = "SendEMail";
|
public static final String COLUMNNAME_SendEMail = "SendEMail";
|
||||||
|
|
||||||
|
@ -1066,6 +1088,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getUser1_ID();
|
public int getUser1_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser1() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name User2_ID */
|
/** Column name User2_ID */
|
||||||
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
||||||
|
|
||||||
|
@ -1079,6 +1103,8 @@ public interface I_C_Order
|
||||||
*/
|
*/
|
||||||
public int getUser2_ID();
|
public int getUser2_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser2() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Volume */
|
/** Column name Volume */
|
||||||
public static final String COLUMNNAME_Volume = "Volume";
|
public static final String COLUMNNAME_Volume = "Volume";
|
||||||
|
|
||||||
|
|
|
@ -440,6 +440,8 @@ public interface I_C_OrderLine
|
||||||
*/
|
*/
|
||||||
public int getLink_OrderLine_ID();
|
public int getLink_OrderLine_ID();
|
||||||
|
|
||||||
|
public I_C_OrderLine getLink_OrderLine() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_AttributeSetInstance_ID */
|
/** Column name M_AttributeSetInstance_ID */
|
||||||
public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID";
|
public static final String COLUMNNAME_M_AttributeSetInstance_ID = "M_AttributeSetInstance_ID";
|
||||||
|
|
||||||
|
@ -453,6 +455,8 @@ public interface I_C_OrderLine
|
||||||
*/
|
*/
|
||||||
public int getM_AttributeSetInstance_ID();
|
public int getM_AttributeSetInstance_ID();
|
||||||
|
|
||||||
|
public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_Product_ID */
|
/** Column name M_Product_ID */
|
||||||
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
||||||
|
|
||||||
|
@ -507,6 +511,8 @@ public interface I_C_OrderLine
|
||||||
*/
|
*/
|
||||||
public int getM_Warehouse_ID();
|
public int getM_Warehouse_ID();
|
||||||
|
|
||||||
|
public I_M_Warehouse getM_Warehouse() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PP_Cost_Collector_ID */
|
/** Column name PP_Cost_Collector_ID */
|
||||||
public static final String COLUMNNAME_PP_Cost_Collector_ID = "PP_Cost_Collector_ID";
|
public static final String COLUMNNAME_PP_Cost_Collector_ID = "PP_Cost_Collector_ID";
|
||||||
|
|
||||||
|
@ -687,6 +693,8 @@ public interface I_C_OrderLine
|
||||||
*/
|
*/
|
||||||
public int getRef_OrderLine_ID();
|
public int getRef_OrderLine_ID();
|
||||||
|
|
||||||
|
public I_C_OrderLine getRef_OrderLine() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name RRAmt */
|
/** Column name RRAmt */
|
||||||
public static final String COLUMNNAME_RRAmt = "RRAmt";
|
public static final String COLUMNNAME_RRAmt = "RRAmt";
|
||||||
|
|
||||||
|
@ -755,6 +763,8 @@ public interface I_C_OrderLine
|
||||||
*/
|
*/
|
||||||
public int getUser1_ID();
|
public int getUser1_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser1() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name User2_ID */
|
/** Column name User2_ID */
|
||||||
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
||||||
|
|
||||||
|
@ -767,4 +777,6 @@ public interface I_C_OrderLine
|
||||||
* User defined list element #2
|
* User defined list element #2
|
||||||
*/
|
*/
|
||||||
public int getUser2_ID();
|
public int getUser2_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser2() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -90,6 +90,8 @@ public interface I_C_POS
|
||||||
*/
|
*/
|
||||||
public int getC_BPartnerCashTrx_ID();
|
public int getC_BPartnerCashTrx_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getC_BPartnerCashTrx() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_CashBook_ID */
|
/** Column name C_CashBook_ID */
|
||||||
public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID";
|
public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID";
|
||||||
|
|
||||||
|
@ -294,6 +296,8 @@ public interface I_C_POS
|
||||||
*/
|
*/
|
||||||
public int getSalesRep_ID();
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSalesRep() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -105,6 +105,8 @@ public interface I_C_PaySelectionCheck
|
||||||
*/
|
*/
|
||||||
public int getC_Payment_ID();
|
public int getC_Payment_ID();
|
||||||
|
|
||||||
|
public I_C_Payment getC_Payment() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_PaySelection_ID */
|
/** Column name C_PaySelection_ID */
|
||||||
public static final String COLUMNNAME_C_PaySelection_ID = "C_PaySelection_ID";
|
public static final String COLUMNNAME_C_PaySelection_ID = "C_PaySelection_ID";
|
||||||
|
|
||||||
|
|
|
@ -1008,6 +1008,8 @@ public interface I_C_Payment
|
||||||
/** Get Referenced Payment */
|
/** Get Referenced Payment */
|
||||||
public int getRef_Payment_ID();
|
public int getRef_Payment_ID();
|
||||||
|
|
||||||
|
public I_C_Payment getRef_Payment() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Reversal_ID */
|
/** Column name Reversal_ID */
|
||||||
public static final String COLUMNNAME_Reversal_ID = "Reversal_ID";
|
public static final String COLUMNNAME_Reversal_ID = "Reversal_ID";
|
||||||
|
|
||||||
|
@ -1021,6 +1023,8 @@ public interface I_C_Payment
|
||||||
*/
|
*/
|
||||||
public int getReversal_ID();
|
public int getReversal_ID();
|
||||||
|
|
||||||
|
public I_C_Payment getReversal() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name RoutingNo */
|
/** Column name RoutingNo */
|
||||||
public static final String COLUMNNAME_RoutingNo = "RoutingNo";
|
public static final String COLUMNNAME_RoutingNo = "RoutingNo";
|
||||||
|
|
||||||
|
@ -1115,6 +1119,8 @@ public interface I_C_Payment
|
||||||
*/
|
*/
|
||||||
public int getUser1_ID();
|
public int getUser1_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser1() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name User2_ID */
|
/** Column name User2_ID */
|
||||||
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
public static final String COLUMNNAME_User2_ID = "User2_ID";
|
||||||
|
|
||||||
|
@ -1128,6 +1134,8 @@ public interface I_C_Payment
|
||||||
*/
|
*/
|
||||||
public int getUser2_ID();
|
public int getUser2_ID();
|
||||||
|
|
||||||
|
public I_C_ElementValue getUser2() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name VoiceAuthCode */
|
/** Column name VoiceAuthCode */
|
||||||
public static final String COLUMNNAME_VoiceAuthCode = "VoiceAuthCode";
|
public static final String COLUMNNAME_VoiceAuthCode = "VoiceAuthCode";
|
||||||
|
|
||||||
|
|
|
@ -205,6 +205,8 @@ public interface I_C_PaymentProcessor
|
||||||
*/
|
*/
|
||||||
public int getAD_Sequence_ID();
|
public int getAD_Sequence_ID();
|
||||||
|
|
||||||
|
public I_AD_Sequence getAD_Sequence() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_BankAccount_ID */
|
/** Column name C_BankAccount_ID */
|
||||||
public static final String COLUMNNAME_C_BankAccount_ID = "C_BankAccount_ID";
|
public static final String COLUMNNAME_C_BankAccount_ID = "C_BankAccount_ID";
|
||||||
|
|
||||||
|
|
|
@ -120,6 +120,8 @@ public interface I_C_Project
|
||||||
*/
|
*/
|
||||||
public int getC_BPartnerSR_ID();
|
public int getC_BPartnerSR_ID();
|
||||||
|
|
||||||
|
public I_C_BPartner getC_BPartnerSR() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Campaign_ID */
|
/** Column name C_Campaign_ID */
|
||||||
public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID";
|
public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID";
|
||||||
|
|
||||||
|
@ -586,6 +588,8 @@ public interface I_C_Project
|
||||||
*/
|
*/
|
||||||
public int getSalesRep_ID();
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSalesRep() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -158,6 +158,8 @@ public interface I_C_ProjectIssue
|
||||||
*/
|
*/
|
||||||
public int getM_AttributeSetInstance_ID();
|
public int getM_AttributeSetInstance_ID();
|
||||||
|
|
||||||
|
public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_InOutLine_ID */
|
/** Column name M_InOutLine_ID */
|
||||||
public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID";
|
public static final String COLUMNNAME_M_InOutLine_ID = "M_InOutLine_ID";
|
||||||
|
|
||||||
|
@ -186,6 +188,8 @@ public interface I_C_ProjectIssue
|
||||||
*/
|
*/
|
||||||
public int getM_Locator_ID();
|
public int getM_Locator_ID();
|
||||||
|
|
||||||
|
public I_M_Locator getM_Locator() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_Product_ID */
|
/** Column name M_Product_ID */
|
||||||
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
||||||
|
|
||||||
|
|
|
@ -119,6 +119,8 @@ public interface I_C_ProjectIssueMA
|
||||||
*/
|
*/
|
||||||
public int getM_AttributeSetInstance_ID();
|
public int getM_AttributeSetInstance_ID();
|
||||||
|
|
||||||
|
public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name MovementQty */
|
/** Column name MovementQty */
|
||||||
public static final String COLUMNNAME_MovementQty = "MovementQty";
|
public static final String COLUMNNAME_MovementQty = "MovementQty";
|
||||||
|
|
||||||
|
|
|
@ -90,6 +90,8 @@ public interface I_C_ProjectLine
|
||||||
*/
|
*/
|
||||||
public int getC_OrderPO_ID();
|
public int getC_OrderPO_ID();
|
||||||
|
|
||||||
|
public I_C_Order getC_OrderPO() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Project_ID */
|
/** Column name C_Project_ID */
|
||||||
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
|
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
|
||||||
|
|
||||||
|
|
|
@ -134,6 +134,8 @@ public interface I_C_Project_Acct
|
||||||
*/
|
*/
|
||||||
public int getPJ_Asset_Acct();
|
public int getPJ_Asset_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getPJ_Asset_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name PJ_WIP_Acct */
|
/** Column name PJ_WIP_Acct */
|
||||||
public static final String COLUMNNAME_PJ_WIP_Acct = "PJ_WIP_Acct";
|
public static final String COLUMNNAME_PJ_WIP_Acct = "PJ_WIP_Acct";
|
||||||
|
|
||||||
|
@ -147,6 +149,8 @@ public interface I_C_Project_Acct
|
||||||
*/
|
*/
|
||||||
public int getPJ_WIP_Acct();
|
public int getPJ_WIP_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getPJ_WIP_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -177,6 +177,8 @@ public interface I_C_RevenueRecognition_Plan
|
||||||
*/
|
*/
|
||||||
public int getP_Revenue_Acct();
|
public int getP_Revenue_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getP_Revenue_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name RecognizedAmt */
|
/** Column name RecognizedAmt */
|
||||||
public static final String COLUMNNAME_RecognizedAmt = "RecognizedAmt";
|
public static final String COLUMNNAME_RecognizedAmt = "RecognizedAmt";
|
||||||
|
|
||||||
|
@ -212,6 +214,8 @@ public interface I_C_RevenueRecognition_Plan
|
||||||
*/
|
*/
|
||||||
public int getUnEarnedRevenue_Acct();
|
public int getUnEarnedRevenue_Acct();
|
||||||
|
|
||||||
|
public I_C_ValidCombination getUnEarnedRevenue_A() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -473,6 +473,8 @@ public interface I_C_RfQ
|
||||||
*/
|
*/
|
||||||
public int getSalesRep_ID();
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSalesRep() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
|
@ -210,6 +210,8 @@ public interface I_C_RfQLine
|
||||||
*/
|
*/
|
||||||
public int getM_AttributeSetInstance_ID();
|
public int getM_AttributeSetInstance_ID();
|
||||||
|
|
||||||
|
public I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name M_Product_ID */
|
/** Column name M_Product_ID */
|
||||||
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
|
||||||
|
|
||||||
|
|
|
@ -169,6 +169,8 @@ public interface I_C_SalesRegion
|
||||||
*/
|
*/
|
||||||
public int getSalesRep_ID();
|
public int getSalesRep_ID();
|
||||||
|
|
||||||
|
public I_AD_User getSalesRep() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Updated */
|
/** Column name Updated */
|
||||||
public static final String COLUMNNAME_Updated = "Updated";
|
public static final String COLUMNNAME_Updated = "Updated";
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue