Generate complete model for version 3.5.3a

This commit is contained in:
Carlos Ruiz 2008-12-21 19:31:13 +00:00
parent 2e86a136c2
commit f1deb76586
194 changed files with 2047 additions and 2234 deletions

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for I_BPartner
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
{
@ -109,7 +109,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
return (String)get_Value(COLUMNNAME_Address2);
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -120,7 +120,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -182,7 +182,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
return (String)get_Value(COLUMNNAME_BPContactGreeting);
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -193,7 +193,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -221,7 +221,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
return ii.intValue();
}
public I_C_BPartner_Location getC_BPartner_Location() throws Exception
public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner_Location.Table_Name);
I_C_BPartner_Location result = null;
@ -232,7 +232,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -260,7 +260,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
return ii.intValue();
}
public I_C_BP_Group getC_BP_Group() throws Exception
public I_C_BP_Group getC_BP_Group() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BP_Group.Table_Name);
I_C_BP_Group result = null;
@ -271,7 +271,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -299,7 +299,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
return ii.intValue();
}
public I_C_Country getC_Country() throws Exception
public I_C_Country getC_Country() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Country.Table_Name);
I_C_Country result = null;
@ -310,7 +310,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -338,7 +338,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
return ii.intValue();
}
public I_C_Greeting getC_Greeting() throws Exception
public I_C_Greeting getC_Greeting() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Greeting.Table_Name);
I_C_Greeting result = null;
@ -349,7 +349,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -462,7 +462,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
return (String)get_Value(COLUMNNAME_CountryCode);
}
public I_C_Region getC_Region() throws Exception
public I_C_Region getC_Region() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Region.Table_Name);
I_C_Region result = null;
@ -473,7 +473,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -861,7 +861,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
return (String)get_Value(COLUMNNAME_RegionName);
}
public I_R_InterestArea getR_InterestArea() throws Exception
public I_R_InterestArea getR_InterestArea() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_R_InterestArea.Table_Name);
I_R_InterestArea result = null;
@ -872,7 +872,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for I_Conversion_Rate
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Persistent
{
@ -75,7 +75,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe
return sb.toString();
}
public I_C_Conversion_Rate getC_Conversion_Rate() throws Exception
public I_C_Conversion_Rate getC_Conversion_Rate() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Conversion_Rate.Table_Name);
I_C_Conversion_Rate result = null;
@ -86,7 +86,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -114,7 +114,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe
return ii.intValue();
}
public I_C_ConversionType getC_ConversionType() throws Exception
public I_C_ConversionType getC_ConversionType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ConversionType.Table_Name);
I_C_ConversionType result = null;
@ -125,7 +125,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -153,7 +153,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -164,7 +164,7 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -192,8 +192,6 @@ public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Pe
return ii.intValue();
}
/** C_Currency_ID_To AD_Reference_ID=112 */
public static final int C_CURRENCY_ID_TO_AD_Reference_ID=112;
/** Set Currency To.
@param C_Currency_ID_To
Target currency

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for I_ElementValue
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persistent
{
@ -131,8 +131,6 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste
return (String)get_Value(COLUMNNAME_AccountType);
}
/** AD_Column_ID AD_Reference_ID=272 */
public static final int AD_COLUMN_ID_AD_Reference_ID=272;
/** Set Column.
@param AD_Column_ID
Column in the table
@ -156,7 +154,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste
return ii.intValue();
}
public I_C_Element getC_Element() throws Exception
public I_C_Element getC_Element() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Element.Table_Name);
I_C_Element result = null;
@ -167,7 +165,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -195,7 +193,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste
return ii.intValue();
}
public I_C_ElementValue getC_ElementValue() throws Exception
public I_C_ElementValue getC_ElementValue() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ElementValue.Table_Name);
I_C_ElementValue result = null;
@ -206,7 +204,7 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -413,8 +411,6 @@ public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persiste
return (String)get_Value(COLUMNNAME_Name);
}
/** ParentElementValue_ID AD_Reference_ID=182 */
public static final int PARENTELEMENTVALUE_ID_AD_Reference_ID=182;
/** Set Parent Account.
@param ParentElementValue_ID
The parent (summary) account

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for I_FAJournal
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
{
@ -99,8 +99,6 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
/** Account_ID AD_Reference_ID=331 */
public static final int ACCOUNT_ID_AD_Reference_ID=331;
/** Set Account.
@param Account_ID
Account used
@ -158,8 +156,6 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return (String)get_Value(COLUMNNAME_AcctSchemaName);
}
/** AD_OrgDoc_ID AD_Reference_ID=130 */
public static final int AD_ORGDOC_ID_AD_Reference_ID=130;
/** Set Document Org.
@param AD_OrgDoc_ID
Document Organization (independent from account organization)
@ -183,8 +179,6 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization.
@param AD_OrgTrx_ID
Performing or initiating organization
@ -208,15 +202,15 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
/** Set A_Entry_Type.
@param A_Entry_Type A_Entry_Type */
/** Set Entry Type.
@param A_Entry_Type Entry Type */
public void setA_Entry_Type (String A_Entry_Type)
{
set_Value (COLUMNNAME_A_Entry_Type, A_Entry_Type);
}
/** Get A_Entry_Type.
@return A_Entry_Type */
/** Get Entry Type.
@return Entry Type */
public String getA_Entry_Type ()
{
return (String)get_Value(COLUMNNAME_A_Entry_Type);
@ -353,7 +347,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return (String)get_Value(COLUMNNAME_BPartnerValue);
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -364,7 +358,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -392,7 +386,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -403,7 +397,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -448,7 +442,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return (String)get_Value(COLUMNNAME_CategoryName);
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -459,7 +453,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -487,7 +481,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -498,7 +492,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -549,7 +543,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -560,7 +554,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -588,7 +582,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -599,7 +593,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -707,7 +701,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return (String)get_Value(COLUMNNAME_ConversionTypeValue);
}
public I_C_Period getC_Period() throws Exception
public I_C_Period getC_Period() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Period.Table_Name);
I_C_Period result = null;
@ -718,7 +712,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -746,7 +740,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -757,7 +751,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -785,7 +779,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_C_SalesRegion getC_SalesRegion() throws Exception
public I_C_SalesRegion getC_SalesRegion() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_SalesRegion.Table_Name);
I_C_SalesRegion result = null;
@ -796,7 +790,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -847,7 +841,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_C_UOM getC_UOM() throws Exception
public I_C_UOM getC_UOM() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null;
@ -858,7 +852,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -939,7 +933,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return (String)get_Value(COLUMNNAME_CurrencyRateType);
}
public I_C_ValidCombination getC_ValidCombination() throws Exception
public I_C_ValidCombination getC_ValidCombination() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ValidCombination.Table_Name);
I_C_ValidCombination result = null;
@ -950,7 +944,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1029,7 +1023,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return (String)get_Value(COLUMNNAME_DocTypeName);
}
public I_GL_Budget getGL_Budget() throws Exception
public I_GL_Budget getGL_Budget() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_Budget.Table_Name);
I_GL_Budget result = null;
@ -1040,7 +1034,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1068,7 +1062,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_GL_Category getGL_Category() throws Exception
public I_GL_Category getGL_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_Category.Table_Name);
I_GL_Category result = null;
@ -1079,7 +1073,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1107,7 +1101,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_GL_JournalBatch getGL_JournalBatch() throws Exception
public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_JournalBatch.Table_Name);
I_GL_JournalBatch result = null;
@ -1118,7 +1112,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1146,7 +1140,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_GL_Journal getGL_Journal() throws Exception
public I_GL_Journal getGL_Journal() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_Journal.Table_Name);
I_GL_Journal result = null;
@ -1157,7 +1151,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1185,7 +1179,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_GL_JournalLine getGL_JournalLine() throws Exception
public I_GL_JournalLine getGL_JournalLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_JournalLine.Table_Name);
I_GL_JournalLine result = null;
@ -1196,7 +1190,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1363,7 +1357,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -1374,7 +1368,7 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1599,6 +1593,52 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return (String)get_Value(COLUMNNAME_UPC);
}
/** Set User List 1.
@param User1_ID
User defined list element #1
*/
public void setUser1_ID (int User1_ID)
{
if (User1_ID < 1)
set_Value (COLUMNNAME_User1_ID, null);
else
set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID));
}
/** Get User List 1.
@return User defined list element #1
*/
public int getUser1_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set User List 2.
@param User2_ID
User defined list element #2
*/
public void setUser2_ID (int User2_ID)
{
if (User2_ID < 1)
set_Value (COLUMNNAME_User2_ID, null);
else
set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID));
}
/** Get User List 2.
@return User defined list element #2
*/
public int getUser2_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set User Element 1.
@param UserElement1_ID
User defined accounting Element
@ -1644,54 +1684,4 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
return 0;
return ii.intValue();
}
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1.
@param User1_ID
User defined list element #1
*/
public void setUser1_ID (int User1_ID)
{
if (User1_ID < 1)
set_Value (COLUMNNAME_User1_ID, null);
else
set_Value (COLUMNNAME_User1_ID, Integer.valueOf(User1_ID));
}
/** Get User List 1.
@return User defined list element #1
*/
public int getUser1_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_User1_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2.
@param User2_ID
User defined list element #2
*/
public void setUser2_ID (int User2_ID)
{
if (User2_ID < 1)
set_Value (COLUMNNAME_User2_ID, null);
else
set_Value (COLUMNNAME_User2_ID, Integer.valueOf(User2_ID));
}
/** Get User List 2.
@return User defined list element #2
*/
public int getUser2_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_User2_ID);
if (ii == null)
return 0;
return ii.intValue();
}
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for I_GLJournal
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
{
@ -76,8 +76,6 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return sb.toString();
}
/** Account_ID AD_Reference_ID=132 */
public static final int ACCOUNT_ID_AD_Reference_ID=132;
/** Set Account.
@param Account_ID
Account used
@ -135,8 +133,6 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return (String)get_Value(COLUMNNAME_AcctSchemaName);
}
/** AD_OrgDoc_ID AD_Reference_ID=130 */
public static final int AD_ORGDOC_ID_AD_Reference_ID=130;
/** Set Document Org.
@param AD_OrgDoc_ID
Document Organization (independent from account organization)
@ -160,8 +156,6 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization.
@param AD_OrgTrx_ID
Performing or initiating organization
@ -316,7 +310,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return (String)get_Value(COLUMNNAME_BPartnerValue);
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -327,7 +321,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -355,7 +349,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -366,7 +360,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -411,7 +405,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return (String)get_Value(COLUMNNAME_CategoryName);
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -422,7 +416,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -450,7 +444,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -461,7 +455,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -489,7 +483,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_C_ConversionType getC_ConversionType() throws Exception
public I_C_ConversionType getC_ConversionType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ConversionType.Table_Name);
I_C_ConversionType result = null;
@ -500,7 +494,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -528,7 +522,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -539,7 +533,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -567,7 +561,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -578,7 +572,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -623,8 +617,6 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return (String)get_Value(COLUMNNAME_ClientValue);
}
/** C_LocFrom_ID AD_Reference_ID=133 */
public static final int C_LOCFROM_ID_AD_Reference_ID=133;
/** Set Location From.
@param C_LocFrom_ID
Location that inventory was moved from
@ -648,8 +640,6 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
/** C_LocTo_ID AD_Reference_ID=133 */
public static final int C_LOCTO_ID_AD_Reference_ID=133;
/** Set Location To.
@param C_LocTo_ID
Location that inventory was moved to
@ -690,7 +680,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return (String)get_Value(COLUMNNAME_ConversionTypeValue);
}
public I_C_Period getC_Period() throws Exception
public I_C_Period getC_Period() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Period.Table_Name);
I_C_Period result = null;
@ -701,7 +691,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -729,7 +719,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -740,7 +730,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -768,7 +758,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_C_SalesRegion getC_SalesRegion() throws Exception
public I_C_SalesRegion getC_SalesRegion() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_SalesRegion.Table_Name);
I_C_SalesRegion result = null;
@ -779,7 +769,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -807,7 +797,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_C_UOM getC_UOM() throws Exception
public I_C_UOM getC_UOM() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null;
@ -818,7 +808,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -866,7 +856,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return bd;
}
public I_C_ValidCombination getC_ValidCombination() throws Exception
public I_C_ValidCombination getC_ValidCombination() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ValidCombination.Table_Name);
I_C_ValidCombination result = null;
@ -877,7 +867,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -956,7 +946,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return (String)get_Value(COLUMNNAME_DocTypeName);
}
public I_GL_Budget getGL_Budget() throws Exception
public I_GL_Budget getGL_Budget() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_Budget.Table_Name);
I_GL_Budget result = null;
@ -967,7 +957,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -995,7 +985,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_GL_Category getGL_Category() throws Exception
public I_GL_Category getGL_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_Category.Table_Name);
I_GL_Category result = null;
@ -1006,7 +996,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1034,7 +1024,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_GL_JournalBatch getGL_JournalBatch() throws Exception
public I_GL_JournalBatch getGL_JournalBatch() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_JournalBatch.Table_Name);
I_GL_JournalBatch result = null;
@ -1045,7 +1035,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1073,7 +1063,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_GL_Journal getGL_Journal() throws Exception
public I_GL_Journal getGL_Journal() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_Journal.Table_Name);
I_GL_Journal result = null;
@ -1084,7 +1074,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1112,7 +1102,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_GL_JournalLine getGL_JournalLine() throws Exception
public I_GL_JournalLine getGL_JournalLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_GL_JournalLine.Table_Name);
I_GL_JournalLine result = null;
@ -1123,7 +1113,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1324,7 +1314,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -1335,7 +1325,7 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1560,8 +1550,6 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return (String)get_Value(COLUMNNAME_UPC);
}
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1.
@param User1_ID
User defined list element #1
@ -1585,8 +1573,6 @@ public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
return ii.intValue();
}
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2.
@param User2_ID
User defined list element #2

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for I_InOutLineConfirm
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_Persistent
{
@ -231,7 +231,7 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_
return false;
}
public I_M_InOutLineConfirm getM_InOutLineConfirm() throws Exception
public I_M_InOutLineConfirm getM_InOutLineConfirm() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOutLineConfirm.Table_Name);
I_M_InOutLineConfirm result = null;
@ -242,7 +242,7 @@ public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for I_Inventory
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
{
@ -198,7 +198,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
return (String)get_Value(COLUMNNAME_Lot);
}
public I_M_Inventory getM_Inventory() throws Exception
public I_M_Inventory getM_Inventory() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Inventory.Table_Name);
I_M_Inventory result = null;
@ -209,7 +209,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -237,7 +237,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
return ii.intValue();
}
public I_M_InventoryLine getM_InventoryLine() throws Exception
public I_M_InventoryLine getM_InventoryLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InventoryLine.Table_Name);
I_M_InventoryLine result = null;
@ -248,7 +248,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -276,7 +276,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
return ii.intValue();
}
public I_M_Locator getM_Locator() throws Exception
public I_M_Locator getM_Locator() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Locator.Table_Name);
I_M_Locator result = null;
@ -287,7 +287,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -332,7 +332,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
return (Timestamp)get_Value(COLUMNNAME_MovementDate);
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -343,7 +343,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -371,7 +371,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
return ii.intValue();
}
public I_M_Warehouse getM_Warehouse() throws Exception
public I_M_Warehouse getM_Warehouse() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null;
@ -382,7 +382,7 @@ public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.Env;
/** Generated Model for I_Invoice
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
{
@ -123,8 +123,6 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return (String)get_Value(COLUMNNAME_Address2);
}
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization.
@param AD_OrgTrx_ID
Performing or initiating organization
@ -148,7 +146,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -159,7 +157,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -204,7 +202,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return (String)get_Value(COLUMNNAME_BPartnerValue);
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -215,7 +213,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -243,7 +241,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -254,7 +252,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -282,7 +280,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_BPartner_Location getC_BPartner_Location() throws Exception
public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner_Location.Table_Name);
I_C_BPartner_Location result = null;
@ -293,7 +291,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -321,7 +319,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -332,7 +330,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -360,7 +358,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -371,7 +369,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -399,7 +397,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_Country getC_Country() throws Exception
public I_C_Country getC_Country() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Country.Table_Name);
I_C_Country result = null;
@ -410,7 +408,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -438,7 +436,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -449,7 +447,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -477,7 +475,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -488,7 +486,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -533,7 +531,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return (String)get_Value(COLUMNNAME_ChargeName);
}
public I_C_Invoice getC_Invoice() throws Exception
public I_C_Invoice getC_Invoice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
I_C_Invoice result = null;
@ -544,7 +542,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -572,7 +570,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_InvoiceLine getC_InvoiceLine() throws Exception
public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_InvoiceLine.Table_Name);
I_C_InvoiceLine result = null;
@ -583,7 +581,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -628,7 +626,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return (String)get_Value(COLUMNNAME_City);
}
public I_C_Location getC_Location() throws Exception
public I_C_Location getC_Location() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Location.Table_Name);
I_C_Location result = null;
@ -639,7 +637,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -708,7 +706,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return false;
}
public I_C_PaymentTerm getC_PaymentTerm() throws Exception
public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_PaymentTerm.Table_Name);
I_C_PaymentTerm result = null;
@ -719,7 +717,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -747,7 +745,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -758,7 +756,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -786,7 +784,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_Region getC_Region() throws Exception
public I_C_Region getC_Region() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Region.Table_Name);
I_C_Region result = null;
@ -797,7 +795,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -825,7 +823,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_C_Tax getC_Tax() throws Exception
public I_C_Tax getC_Tax() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Tax.Table_Name);
I_C_Tax result = null;
@ -836,7 +834,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1070,7 +1068,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return (String)get_Value(COLUMNNAME_LineDescription);
}
public I_M_PriceList getM_PriceList() throws Exception
public I_M_PriceList getM_PriceList() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_PriceList.Table_Name);
I_M_PriceList result = null;
@ -1081,7 +1079,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1109,7 +1107,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -1120,7 +1118,7 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1352,8 +1350,6 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
return (String)get_Value(COLUMNNAME_RegionName);
}
/** SalesRep_ID AD_Reference_ID=190 */
public static final int SALESREP_ID_AD_Reference_ID=190;
/** Set Sales Representative.
@param SalesRep_ID
Sales Representative or Company Agent

View File

@ -27,7 +27,7 @@ import org.compiere.util.Env;
/** Generated Model for I_Order
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_Order extends PO implements I_I_Order, I_Persistent
{
@ -109,8 +109,6 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return (String)get_Value(COLUMNNAME_Address2);
}
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization.
@param AD_OrgTrx_ID
Performing or initiating organization
@ -134,7 +132,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_AD_User getAD_User() throws Exception
public I_AD_User getAD_User() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_User.Table_Name);
I_AD_User result = null;
@ -145,7 +143,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -173,8 +171,6 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
/** BillTo_ID AD_Reference_ID=159 */
public static final int BILLTO_ID_AD_Reference_ID=159;
/** Set Invoice To.
@param BillTo_ID
Bill to Address
@ -215,7 +211,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return (String)get_Value(COLUMNNAME_BPartnerValue);
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -226,7 +222,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -254,7 +250,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -265,7 +261,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -293,7 +289,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_BPartner_Location getC_BPartner_Location() throws Exception
public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner_Location.Table_Name);
I_C_BPartner_Location result = null;
@ -304,7 +300,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -332,7 +328,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -343,7 +339,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -371,7 +367,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -382,7 +378,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -410,7 +406,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_Country getC_Country() throws Exception
public I_C_Country getC_Country() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Country.Table_Name);
I_C_Country result = null;
@ -421,7 +417,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -449,7 +445,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -460,7 +456,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -488,7 +484,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -499,7 +495,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -561,7 +557,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return (String)get_Value(COLUMNNAME_City);
}
public I_C_Location getC_Location() throws Exception
public I_C_Location getC_Location() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Location.Table_Name);
I_C_Location result = null;
@ -572,7 +568,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -617,7 +613,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return (String)get_Value(COLUMNNAME_ContactName);
}
public I_C_Order getC_Order() throws Exception
public I_C_Order getC_Order() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Order.Table_Name);
I_C_Order result = null;
@ -628,7 +624,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -656,7 +652,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_OrderLine getC_OrderLine() throws Exception
public I_C_OrderLine getC_OrderLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
I_C_OrderLine result = null;
@ -667,7 +663,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -712,7 +708,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return (String)get_Value(COLUMNNAME_CountryCode);
}
public I_C_PaymentTerm getC_PaymentTerm() throws Exception
public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_PaymentTerm.Table_Name);
I_C_PaymentTerm result = null;
@ -723,7 +719,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -751,7 +747,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -762,7 +758,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -790,7 +786,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_Region getC_Region() throws Exception
public I_C_Region getC_Region() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Region.Table_Name);
I_C_Region result = null;
@ -801,7 +797,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -829,7 +825,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_Tax getC_Tax() throws Exception
public I_C_Tax getC_Tax() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Tax.Table_Name);
I_C_Tax result = null;
@ -840,7 +836,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -868,7 +864,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_C_UOM getC_UOM() throws Exception
public I_C_UOM getC_UOM() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null;
@ -879,7 +875,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1133,7 +1129,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return (String)get_Value(COLUMNNAME_LineDescription);
}
public I_M_PriceList getM_PriceList() throws Exception
public I_M_PriceList getM_PriceList() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_PriceList.Table_Name);
I_M_PriceList result = null;
@ -1144,7 +1140,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1172,7 +1168,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -1183,7 +1179,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1211,7 +1207,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_M_Shipper getM_Shipper() throws Exception
public I_M_Shipper getM_Shipper() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Shipper.Table_Name);
I_M_Shipper result = null;
@ -1222,7 +1218,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1250,7 +1246,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return ii.intValue();
}
public I_M_Warehouse getM_Warehouse() throws Exception
public I_M_Warehouse getM_Warehouse() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null;
@ -1261,7 +1257,7 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1476,8 +1472,6 @@ public class X_I_Order extends PO implements I_I_Order, I_Persistent
return (String)get_Value(COLUMNNAME_RegionName);
}
/** SalesRep_ID AD_Reference_ID=190 */
public static final int SALESREP_ID_AD_Reference_ID=190;
/** Set Sales Representative.
@param SalesRep_ID
Sales Representative or Company Agent

View File

@ -27,7 +27,7 @@ import org.compiere.util.Env;
/** Generated Model for I_Payment
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
{
@ -279,7 +279,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
return (String)get_Value(COLUMNNAME_BPartnerValue);
}
public I_C_BankAccount getC_BankAccount() throws Exception
public I_C_BankAccount getC_BankAccount() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BankAccount.Table_Name);
I_C_BankAccount result = null;
@ -290,7 +290,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -318,7 +318,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -329,7 +329,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -357,7 +357,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
return ii.intValue();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -368,7 +368,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -396,7 +396,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -407,7 +407,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -435,7 +435,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
return ii.intValue();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -446,7 +446,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -528,7 +528,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
return (String)get_Value(COLUMNNAME_CheckNo);
}
public I_C_Invoice getC_Invoice() throws Exception
public I_C_Invoice getC_Invoice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
I_C_Invoice result = null;
@ -539,7 +539,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -567,7 +567,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
return ii.intValue();
}
public I_C_Payment getC_Payment() throws Exception
public I_C_Payment getC_Payment() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Payment.Table_Name);
I_C_Payment result = null;
@ -578,7 +578,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1306,6 +1306,8 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
public static final String TENDERTYPE_DirectDebit = "D";
/** Account = T */
public static final String TENDERTYPE_Account = "T";
/** Cash = X */
public static final String TENDERTYPE_Cash = "X";
/** Set Tender type.
@param TenderType
Method of Payment
@ -1313,7 +1315,7 @@ public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
public void setTenderType (String TenderType)
{
if (TenderType == null || TenderType.equals("C") || TenderType.equals("K") || TenderType.equals("A") || TenderType.equals("D") || TenderType.equals("T")); else throw new IllegalArgumentException ("TenderType Invalid value - " + TenderType + " - Reference_ID=214 - C - K - A - D - T"); set_Value (COLUMNNAME_TenderType, TenderType);
if (TenderType == null || TenderType.equals("C") || TenderType.equals("K") || TenderType.equals("A") || TenderType.equals("D") || TenderType.equals("T") || TenderType.equals("X")); else throw new IllegalArgumentException ("TenderType Invalid value - " + TenderType + " - Reference_ID=214 - C - K - A - D - T - X"); set_Value (COLUMNNAME_TenderType, TenderType);
}
/** Get Tender type.

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for I_Product
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_Product extends PO implements I_I_Product, I_Persistent
{
@ -93,7 +93,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
return (String)get_Value(COLUMNNAME_BPartner_Value);
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -104,7 +104,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -132,7 +132,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -143,7 +143,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -208,7 +208,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
return bd;
}
public I_C_UOM getC_UOM() throws Exception
public I_C_UOM getC_UOM() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null;
@ -219,7 +219,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -490,7 +490,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
return (String)get_Value(COLUMNNAME_Manufacturer);
}
public I_M_Product_Category getM_Product_Category() throws Exception
public I_M_Product_Category getM_Product_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product_Category.Table_Name);
I_M_Product_Category result = null;
@ -501,7 +501,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -529,7 +529,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -540,7 +540,7 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for I_ReportLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
{
@ -99,6 +99,8 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
public static final String AMOUNTTYPE_YearDebitOnly = "DY";
/** Year Quantity = QY */
public static final String AMOUNTTYPE_YearQuantity = "QY";
/** Natural Balance = BN */
public static final String AMOUNTTYPE_NaturalBalance = "BN";
/** Set Amount Type.
@param AmountType
Type of amount to report
@ -106,7 +108,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
public void setAmountType (String AmountType)
{
if (AmountType == null || AmountType.equals("DT") || AmountType.equals("CT") || AmountType.equals("BT") || AmountType.equals("BP") || AmountType.equals("CP") || AmountType.equals("DP") || AmountType.equals("QP") || AmountType.equals("QT") || AmountType.equals("BY") || AmountType.equals("CY") || AmountType.equals("DY") || AmountType.equals("QY")); else throw new IllegalArgumentException ("AmountType Invalid value - " + AmountType + " - Reference_ID=235 - DT - CT - BT - BP - CP - DP - QP - QT - BY - CY - DY - QY"); set_Value (COLUMNNAME_AmountType, AmountType);
if (AmountType == null || AmountType.equals("DT") || AmountType.equals("CT") || AmountType.equals("BT") || AmountType.equals("BP") || AmountType.equals("CP") || AmountType.equals("DP") || AmountType.equals("QP") || AmountType.equals("QT") || AmountType.equals("BY") || AmountType.equals("CY") || AmountType.equals("DY") || AmountType.equals("QY") || AmountType.equals("BN")); else throw new IllegalArgumentException ("AmountType Invalid value - " + AmountType + " - Reference_ID=235 - DT - CT - BT - BP - CP - DP - QP - QT - BY - CY - DY - QY - BN"); set_Value (COLUMNNAME_AmountType, AmountType);
}
/** Get Amount Type.
@ -142,7 +144,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
return (String)get_Value(COLUMNNAME_CalculationType);
}
public I_C_ElementValue getC_ElementValue() throws Exception
public I_C_ElementValue getC_ElementValue() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ElementValue.Table_Name);
I_C_ElementValue result = null;
@ -153,7 +155,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -372,7 +374,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
return new KeyNamePair(get_ID(), getName());
}
public I_PA_ReportLine getPA_ReportLine() throws Exception
public I_PA_ReportLine getPA_ReportLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_PA_ReportLine.Table_Name);
I_PA_ReportLine result = null;
@ -383,7 +385,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -408,7 +410,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
return ii.intValue();
}
public I_PA_ReportLineSet getPA_ReportLineSet() throws Exception
public I_PA_ReportLineSet getPA_ReportLineSet() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_PA_ReportLineSet.Table_Name);
I_PA_ReportLineSet result = null;
@ -419,7 +421,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -444,7 +446,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
return ii.intValue();
}
public I_PA_ReportSource getPA_ReportSource() throws Exception
public I_PA_ReportSource getPA_ReportSource() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_PA_ReportSource.Table_Name);
I_PA_ReportSource result = null;
@ -455,7 +457,7 @@ public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_Category
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_Category extends PO implements I_K_Category, I_Persistent
{

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_CategoryValue
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_CategoryValue extends PO implements I_K_CategoryValue, I_Persistent
{
@ -91,7 +91,7 @@ public class X_K_CategoryValue extends PO implements I_K_CategoryValue, I_Persis
return (String)get_Value(COLUMNNAME_Description);
}
public I_K_Category getK_Category() throws Exception
public I_K_Category getK_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_K_Category.Table_Name);
I_K_Category result = null;
@ -102,7 +102,7 @@ public class X_K_CategoryValue extends PO implements I_K_CategoryValue, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_Comment
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_Comment extends PO implements I_K_Comment, I_Persistent
{
@ -77,7 +77,7 @@ public class X_K_Comment extends PO implements I_K_Comment, I_Persistent
return sb.toString();
}
public I_AD_Session getAD_Session() throws Exception
public I_AD_Session getAD_Session() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Session.Table_Name);
I_AD_Session result = null;
@ -88,7 +88,7 @@ public class X_K_Comment extends PO implements I_K_Comment, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -170,7 +170,7 @@ public class X_K_Comment extends PO implements I_K_Comment, I_Persistent
return new KeyNamePair(get_ID(), String.valueOf(getK_Comment_ID()));
}
public I_K_Entry getK_Entry() throws Exception
public I_K_Entry getK_Entry() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_K_Entry.Table_Name);
I_K_Entry result = null;
@ -181,7 +181,7 @@ public class X_K_Comment extends PO implements I_K_Comment, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_Entry
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_Entry extends PO implements I_K_Entry, I_Persistent
{
@ -79,7 +79,7 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent
return sb.toString();
}
public I_AD_Session getAD_Session() throws Exception
public I_AD_Session getAD_Session() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Session.Table_Name);
I_AD_Session result = null;
@ -90,7 +90,7 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -198,7 +198,7 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent
return (String)get_Value(COLUMNNAME_Keywords);
}
public I_K_Source getK_Source() throws Exception
public I_K_Source getK_Source() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_K_Source.Table_Name);
I_K_Source result = null;
@ -209,7 +209,7 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -237,7 +237,7 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent
return ii.intValue();
}
public I_K_Topic getK_Topic() throws Exception
public I_K_Topic getK_Topic() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_K_Topic.Table_Name);
I_K_Topic result = null;
@ -248,7 +248,7 @@ public class X_K_Entry extends PO implements I_K_Entry, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_EntryCategory
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persistent
{
@ -74,7 +74,7 @@ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persis
return sb.toString();
}
public I_K_Category getK_Category() throws Exception
public I_K_Category getK_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_K_Category.Table_Name);
I_K_Category result = null;
@ -85,7 +85,7 @@ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -112,7 +112,7 @@ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persis
return ii.intValue();
}
public I_K_CategoryValue getK_CategoryValue() throws Exception
public I_K_CategoryValue getK_CategoryValue() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_K_CategoryValue.Table_Name);
I_K_CategoryValue result = null;
@ -123,7 +123,7 @@ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -158,7 +158,7 @@ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persis
return new KeyNamePair(get_ID(), String.valueOf(getK_CategoryValue_ID()));
}
public I_K_Entry getK_Entry() throws Exception
public I_K_Entry getK_Entry() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_K_Entry.Table_Name);
I_K_Entry result = null;
@ -169,7 +169,7 @@ public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_EntryRelated
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persistent
{
@ -73,7 +73,7 @@ public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persiste
return sb.toString();
}
public I_K_Entry getK_Entry() throws Exception
public I_K_Entry getK_Entry() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_K_Entry.Table_Name);
I_K_Entry result = null;
@ -84,7 +84,7 @@ public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -111,8 +111,6 @@ public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persiste
return ii.intValue();
}
/** K_EntryRelated_ID AD_Reference_ID=285 */
public static final int K_ENTRYRELATED_ID_AD_Reference_ID=285;
/** Set Related Entry.
@param K_EntryRelated_ID
Related Entry for this Enntry

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_Index
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_Index extends PO implements I_K_Index, I_Persistent
{
@ -77,7 +77,7 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent
return sb.toString();
}
public I_AD_Table getAD_Table() throws Exception
public I_AD_Table getAD_Table() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Table.Table_Name);
I_AD_Table result = null;
@ -88,7 +88,7 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -115,7 +115,7 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent
return ii.intValue();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -126,7 +126,7 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -154,7 +154,7 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -165,7 +165,7 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -281,7 +281,7 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent
return ii.intValue();
}
public I_R_RequestType getR_RequestType() throws Exception
public I_R_RequestType getR_RequestType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_R_RequestType.Table_Name);
I_R_RequestType result = null;
@ -292,7 +292,7 @@ public class X_K_Index extends PO implements I_K_Index, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_IndexLog
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_IndexLog extends PO implements I_K_IndexLog, I_Persistent
{

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_IndexStop
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent
{
@ -75,7 +75,7 @@ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent
return sb.toString();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -86,7 +86,7 @@ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -114,7 +114,7 @@ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent
return ii.intValue();
}
public I_CM_WebProject getCM_WebProject() throws Exception
public I_CM_WebProject getCM_WebProject() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_CM_WebProject.Table_Name);
I_CM_WebProject result = null;
@ -125,7 +125,7 @@ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -226,7 +226,7 @@ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent
return ii.intValue();
}
public I_R_RequestType getR_RequestType() throws Exception
public I_R_RequestType getR_RequestType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_R_RequestType.Table_Name);
I_R_RequestType result = null;
@ -237,7 +237,7 @@ public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_Source
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_Source extends PO implements I_K_Source, I_Persistent
{

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_Synonym
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_Synonym extends PO implements I_K_Synonym, I_Persistent
{

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_Topic
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_Topic extends PO implements I_K_Topic, I_Persistent
{
@ -182,7 +182,7 @@ public class X_K_Topic extends PO implements I_K_Topic, I_Persistent
return ii.intValue();
}
public I_K_Type getK_Type() throws Exception
public I_K_Type getK_Type() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_K_Type.Table_Name);
I_K_Type result = null;
@ -193,7 +193,7 @@ public class X_K_Topic extends PO implements I_K_Topic, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for K_Type
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_K_Type extends PO implements I_K_Type, I_Persistent
{

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Attribute
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent
{
@ -190,7 +190,7 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent
return ii.intValue();
}
public I_M_AttributeSearch getM_AttributeSearch() throws Exception
public I_M_AttributeSearch getM_AttributeSearch() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_AttributeSearch.Table_Name);
I_M_AttributeSearch result = null;
@ -201,7 +201,7 @@ public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_AttributeInstance
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, I_Persistent
{
@ -75,7 +75,7 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance,
return sb.toString();
}
public I_M_Attribute getM_Attribute() throws Exception
public I_M_Attribute getM_Attribute() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Attribute.Table_Name);
I_M_Attribute result = null;
@ -86,7 +86,7 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -135,7 +135,7 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance,
return ii.intValue();
}
public I_M_AttributeValue getM_AttributeValue() throws Exception
public I_M_AttributeValue getM_AttributeValue() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_AttributeValue.Table_Name);
I_M_AttributeValue result = null;
@ -146,7 +146,7 @@ public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_AttributeSearch
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Persistent
{

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_AttributeSet
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persistent
{
@ -368,7 +368,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste
return ii.intValue();
}
public I_M_LotCtl getM_LotCtl() throws Exception
public I_M_LotCtl getM_LotCtl() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_LotCtl.Table_Name);
I_M_LotCtl result = null;
@ -379,7 +379,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -407,7 +407,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste
return ii.intValue();
}
public I_M_SerNoCtl getM_SerNoCtl() throws Exception
public I_M_SerNoCtl getM_SerNoCtl() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_SerNoCtl.Table_Name);
I_M_SerNoCtl result = null;
@ -418,7 +418,7 @@ public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for M_AttributeSetExclude
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclude, I_Persistent
{
@ -74,7 +74,7 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu
return sb.toString();
}
public I_AD_Table getAD_Table() throws Exception
public I_AD_Table getAD_Table() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Table.Table_Name);
I_AD_Table result = null;
@ -85,7 +85,7 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -158,7 +158,7 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu
return ii.intValue();
}
public I_M_AttributeSet getM_AttributeSet() throws Exception
public I_M_AttributeSet getM_AttributeSet() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_AttributeSet.Table_Name);
I_M_AttributeSet result = null;
@ -169,7 +169,7 @@ public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclu
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_AttributeSetInstance
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInstance, I_Persistent
{
@ -125,7 +125,7 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst
return (String)get_Value(COLUMNNAME_Lot);
}
public I_M_AttributeSet getM_AttributeSet() throws Exception
public I_M_AttributeSet getM_AttributeSet() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_AttributeSet.Table_Name);
I_M_AttributeSet result = null;
@ -136,7 +136,7 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -193,7 +193,7 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst
return new KeyNamePair(get_ID(), String.valueOf(getM_AttributeSetInstance_ID()));
}
public I_M_Lot getM_Lot() throws Exception
public I_M_Lot getM_Lot() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Lot.Table_Name);
I_M_Lot result = null;
@ -204,7 +204,7 @@ public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInst
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_AttributeUse
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persistent
{
@ -75,7 +75,7 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste
return sb.toString();
}
public I_M_Attribute getM_Attribute() throws Exception
public I_M_Attribute getM_Attribute() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Attribute.Table_Name);
I_M_Attribute result = null;
@ -86,7 +86,7 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -113,7 +113,7 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste
return ii.intValue();
}
public I_M_AttributeSet getM_AttributeSet() throws Exception
public I_M_AttributeSet getM_AttributeSet() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_AttributeSet.Table_Name);
I_M_AttributeSet result = null;
@ -124,7 +124,7 @@ public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_AttributeValue
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Persistent
{
@ -92,7 +92,7 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers
return (String)get_Value(COLUMNNAME_Description);
}
public I_M_Attribute getM_Attribute() throws Exception
public I_M_Attribute getM_Attribute() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Attribute.Table_Name);
I_M_Attribute result = null;
@ -103,7 +103,7 @@ public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_BOM
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_BOM extends PO implements I_M_BOM, I_Persistent
{
@ -200,7 +200,7 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent
return ii.intValue();
}
public I_M_ChangeNotice getM_ChangeNotice() throws Exception
public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_ChangeNotice.Table_Name);
I_M_ChangeNotice result = null;
@ -211,7 +211,7 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -239,7 +239,7 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -250,7 +250,7 @@ public class X_M_BOM extends PO implements I_M_BOM, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_BOMAlternative
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Persistent
{
@ -113,7 +113,7 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -124,7 +124,7 @@ public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_BOMProduct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
{
@ -264,7 +264,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
return ii.intValue();
}
public I_M_BOMAlternative getM_BOMAlternative() throws Exception
public I_M_BOMAlternative getM_BOMAlternative() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_BOMAlternative.Table_Name);
I_M_BOMAlternative result = null;
@ -275,7 +275,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -303,7 +303,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
return ii.intValue();
}
public I_M_BOM getM_BOM() throws Exception
public I_M_BOM getM_BOM() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_BOM.Table_Name);
I_M_BOM result = null;
@ -314,7 +314,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -363,7 +363,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
return ii.intValue();
}
public I_M_ChangeNotice getM_ChangeNotice() throws Exception
public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_ChangeNotice.Table_Name);
I_M_ChangeNotice result = null;
@ -374,7 +374,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -402,8 +402,6 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
return ii.intValue();
}
/** M_ProductBOM_ID AD_Reference_ID=162 */
public static final int M_PRODUCTBOM_ID_AD_Reference_ID=162;
/** Set BOM Product.
@param M_ProductBOM_ID
Bill of Material Component Product
@ -427,7 +425,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
return ii.intValue();
}
public I_M_ProductOperation getM_ProductOperation() throws Exception
public I_M_ProductOperation getM_ProductOperation() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_ProductOperation.Table_Name);
I_M_ProductOperation result = null;
@ -438,7 +436,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_ChangeNotice
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persistent
{

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_ChangeRequest
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persistent
{
@ -179,7 +179,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis
return false;
}
public I_M_ChangeNotice getM_ChangeNotice() throws Exception
public I_M_ChangeNotice getM_ChangeNotice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_ChangeNotice.Table_Name);
I_M_ChangeNotice result = null;
@ -190,7 +190,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -240,8 +240,6 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis
return ii.intValue();
}
/** M_FixChangeNotice_ID AD_Reference_ID=351 */
public static final int M_FIXCHANGENOTICE_ID_AD_Reference_ID=351;
/** Set Fixed in.
@param M_FixChangeNotice_ID
Fixed in Change Notice
@ -284,7 +282,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis
return (String)get_Value(COLUMNNAME_Name);
}
public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws Exception
public org.eevolution.model.I_PP_Product_BOM getPP_Product_BOM() throws RuntimeException
{
Class<?> clazz = MTable.getClass(org.eevolution.model.I_PP_Product_BOM.Table_Name);
org.eevolution.model.I_PP_Product_BOM result = null;
@ -295,7 +293,7 @@ public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.Env;
/** Generated Model for M_Cost
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
{
@ -81,7 +81,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -92,7 +92,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -218,8 +218,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
return bd;
}
/** Set CurrentCostPriceLL.
@param CurrentCostPriceLL CurrentCostPriceLL */
/** Set Current Cost Price Lower Level.
@param CurrentCostPriceLL Current Cost Price Lower Level */
public void setCurrentCostPriceLL (BigDecimal CurrentCostPriceLL)
{
if (CurrentCostPriceLL == null)
@ -227,8 +227,8 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
set_Value (COLUMNNAME_CurrentCostPriceLL, CurrentCostPriceLL);
}
/** Get CurrentCostPriceLL.
@return CurrentCostPriceLL */
/** Get Current Cost Price Lower Level.
@return Current Cost Price Lower Level */
public BigDecimal getCurrentCostPriceLL ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_CurrentCostPriceLL);
@ -317,7 +317,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
return ii.intValue();
}
public I_M_CostElement getM_CostElement() throws Exception
public I_M_CostElement getM_CostElement() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_CostElement.Table_Name);
I_M_CostElement result = null;
@ -328,7 +328,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -355,7 +355,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
return ii.intValue();
}
public I_M_CostType getM_CostType() throws Exception
public I_M_CostType getM_CostType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_CostType.Table_Name);
I_M_CostType result = null;
@ -366,7 +366,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -393,7 +393,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -404,7 +404,7 @@ public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.Env;
/** Generated Model for M_CostDetail
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
{
@ -102,7 +102,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return bd;
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -113,7 +113,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -140,7 +140,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return ii.intValue();
}
public I_C_InvoiceLine getC_InvoiceLine() throws Exception
public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_InvoiceLine.Table_Name);
I_C_InvoiceLine result = null;
@ -151,7 +151,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -179,7 +179,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return ii.intValue();
}
public I_C_OrderLine getC_OrderLine() throws Exception
public I_C_OrderLine getC_OrderLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
I_C_OrderLine result = null;
@ -190,7 +190,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -218,7 +218,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return ii.intValue();
}
public I_C_ProjectIssue getC_ProjectIssue() throws Exception
public I_C_ProjectIssue getC_ProjectIssue() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ProjectIssue.Table_Name);
I_C_ProjectIssue result = null;
@ -229,7 +229,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -382,7 +382,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return ii.intValue();
}
public I_M_CostElement getM_CostElement() throws Exception
public I_M_CostElement getM_CostElement() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_CostElement.Table_Name);
I_M_CostElement result = null;
@ -393,7 +393,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -421,7 +421,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return ii.intValue();
}
public I_M_InOutLine getM_InOutLine() throws Exception
public I_M_InOutLine getM_InOutLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOutLine.Table_Name);
I_M_InOutLine result = null;
@ -432,7 +432,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -460,7 +460,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return ii.intValue();
}
public I_M_InventoryLine getM_InventoryLine() throws Exception
public I_M_InventoryLine getM_InventoryLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InventoryLine.Table_Name);
I_M_InventoryLine result = null;
@ -471,7 +471,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -499,7 +499,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return ii.intValue();
}
public I_M_MovementLine getM_MovementLine() throws Exception
public I_M_MovementLine getM_MovementLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_MovementLine.Table_Name);
I_M_MovementLine result = null;
@ -510,7 +510,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -538,7 +538,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -549,7 +549,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -576,7 +576,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
return ii.intValue();
}
public I_M_ProductionLine getM_ProductionLine() throws Exception
public I_M_ProductionLine getM_ProductionLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_ProductionLine.Table_Name);
I_M_ProductionLine result = null;
@ -587,7 +587,7 @@ public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_CostElement
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent
{

View File

@ -26,7 +26,7 @@ import org.compiere.util.Env;
/** Generated Model for M_CostQueue
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
{
@ -80,7 +80,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -91,7 +91,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -184,7 +184,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
return ii.intValue();
}
public I_M_CostElement getM_CostElement() throws Exception
public I_M_CostElement getM_CostElement() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_CostElement.Table_Name);
I_M_CostElement result = null;
@ -195,7 +195,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -244,7 +244,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
return ii.intValue();
}
public I_M_CostType getM_CostType() throws Exception
public I_M_CostType getM_CostType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_CostType.Table_Name);
I_M_CostType result = null;
@ -255,7 +255,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -282,7 +282,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -293,7 +293,7 @@ public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_CostType
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_CostType extends PO implements I_M_CostType, I_Persistent
{

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Demand
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Demand extends PO implements I_M_Demand, I_Persistent
{
@ -76,7 +76,7 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent
return sb.toString();
}
public I_C_Calendar getC_Calendar() throws Exception
public I_C_Calendar getC_Calendar() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Calendar.Table_Name);
I_C_Calendar result = null;
@ -87,7 +87,7 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -114,7 +114,7 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent
return ii.intValue();
}
public I_C_Year getC_Year() throws Exception
public I_C_Year getC_Year() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Year.Table_Name);
I_C_Year result = null;
@ -125,7 +125,7 @@ public class X_M_Demand extends PO implements I_M_Demand, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_DemandDetail
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persistent
{
@ -73,7 +73,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste
return sb.toString();
}
public I_C_OrderLine getC_OrderLine() throws Exception
public I_C_OrderLine getC_OrderLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
I_C_OrderLine result = null;
@ -84,7 +84,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -142,7 +142,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste
return new KeyNamePair(get_ID(), String.valueOf(getM_DemandDetail_ID()));
}
public I_M_DemandLine getM_DemandLine() throws Exception
public I_M_DemandLine getM_DemandLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_DemandLine.Table_Name);
I_M_DemandLine result = null;
@ -153,7 +153,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -180,7 +180,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste
return ii.intValue();
}
public I_M_ForecastLine getM_ForecastLine() throws Exception
public I_M_ForecastLine getM_ForecastLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_ForecastLine.Table_Name);
I_M_ForecastLine result = null;
@ -191,7 +191,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -219,7 +219,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste
return ii.intValue();
}
public I_M_RequisitionLine getM_RequisitionLine() throws Exception
public I_M_RequisitionLine getM_RequisitionLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_RequisitionLine.Table_Name);
I_M_RequisitionLine result = null;
@ -230,7 +230,7 @@ public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_DemandLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent
{
@ -79,7 +79,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent
return sb.toString();
}
public I_C_Period getC_Period() throws Exception
public I_C_Period getC_Period() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Period.Table_Name);
I_C_Period result = null;
@ -90,7 +90,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -125,7 +125,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent
return new KeyNamePair(get_ID(), String.valueOf(getC_Period_ID()));
}
public I_M_Demand getM_Demand() throws Exception
public I_M_Demand getM_Demand() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Demand.Table_Name);
I_M_Demand result = null;
@ -136,7 +136,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -185,7 +185,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -196,7 +196,7 @@ public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_DiscountSchema
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Persistent
{

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_DiscountSchemaBreak
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBreak, I_Persistent
{
@ -171,7 +171,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre
return ii.intValue();
}
public I_M_DiscountSchema getM_DiscountSchema() throws Exception
public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_DiscountSchema.Table_Name);
I_M_DiscountSchema result = null;
@ -182,7 +182,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -209,7 +209,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre
return ii.intValue();
}
public I_M_Product_Category getM_Product_Category() throws Exception
public I_M_Product_Category getM_Product_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product_Category.Table_Name);
I_M_Product_Category result = null;
@ -220,7 +220,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -248,7 +248,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -259,7 +259,7 @@ public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBre
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_DiscountSchemaLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine, I_Persistent
{
@ -105,7 +105,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
return sb.toString();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -116,7 +116,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -144,7 +144,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
return ii.intValue();
}
public I_C_ConversionType getC_ConversionType() throws Exception
public I_C_ConversionType getC_ConversionType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ConversionType.Table_Name);
I_C_ConversionType result = null;
@ -155,7 +155,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -590,7 +590,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
return (String)get_Value(COLUMNNAME_List_Rounding);
}
public I_M_DiscountSchema getM_DiscountSchema() throws Exception
public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_DiscountSchema.Table_Name);
I_M_DiscountSchema result = null;
@ -601,7 +601,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -650,7 +650,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
return ii.intValue();
}
public I_M_Product_Category getM_Product_Category() throws Exception
public I_M_Product_Category getM_Product_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product_Category.Table_Name);
I_M_Product_Category result = null;
@ -661,7 +661,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -689,7 +689,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -700,7 +700,7 @@ public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_DistributionList
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_DistributionList extends PO implements I_M_DistributionList, I_Persistent
{

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_DistributionListLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_DistributionListLine extends PO implements I_M_DistributionListLine, I_Persistent
{
@ -78,7 +78,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList
return sb.toString();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -89,7 +89,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -116,7 +116,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList
return ii.intValue();
}
public I_C_BPartner_Location getC_BPartner_Location() throws Exception
public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner_Location.Table_Name);
I_C_BPartner_Location result = null;
@ -127,7 +127,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -171,7 +171,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList
return (String)get_Value(COLUMNNAME_Description);
}
public I_M_DistributionList getM_DistributionList() throws Exception
public I_M_DistributionList getM_DistributionList() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_DistributionList.Table_Name);
I_M_DistributionList result = null;
@ -182,7 +182,7 @@ public class X_M_DistributionListLine extends PO implements I_M_DistributionList
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_DistributionRun
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Persistent
{
@ -75,7 +75,7 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe
return sb.toString();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -86,7 +86,7 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -114,7 +114,7 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe
return ii.intValue();
}
public I_C_BPartner_Location getC_BPartner_Location() throws Exception
public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner_Location.Table_Name);
I_C_BPartner_Location result = null;
@ -125,7 +125,7 @@ public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_DistributionRunLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLine, I_Persistent
{
@ -119,7 +119,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi
return ii.intValue();
}
public I_M_DistributionList getM_DistributionList() throws Exception
public I_M_DistributionList getM_DistributionList() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_DistributionList.Table_Name);
I_M_DistributionList result = null;
@ -130,7 +130,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -157,7 +157,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi
return ii.intValue();
}
public I_M_DistributionRun getM_DistributionRun() throws Exception
public I_M_DistributionRun getM_DistributionRun() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_DistributionRun.Table_Name);
I_M_DistributionRun result = null;
@ -168,7 +168,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -247,7 +247,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi
return bd;
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -258,7 +258,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Forecast
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent
{
@ -76,7 +76,7 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent
return sb.toString();
}
public I_C_Calendar getC_Calendar() throws Exception
public I_C_Calendar getC_Calendar() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Calendar.Table_Name);
I_C_Calendar result = null;
@ -87,7 +87,7 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -114,7 +114,7 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent
return ii.intValue();
}
public I_C_Year getC_Year() throws Exception
public I_C_Year getC_Year() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Year.Table_Name);
I_C_Year result = null;
@ -125,7 +125,7 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -232,6 +232,45 @@ public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent
return ii.intValue();
}
public I_M_PriceList getM_PriceList() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_PriceList.Table_Name);
I_M_PriceList result = null;
try {
Constructor<?> constructor = null;
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
result = (I_M_PriceList)constructor.newInstance(new Object[] {getCtx(), new Integer(getM_PriceList_ID()), get_TrxName()});
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw new RuntimeException( e );
}
return result;
}
/** Set Price List.
@param M_PriceList_ID
Unique identifier of a Price List
*/
public void setM_PriceList_ID (int M_PriceList_ID)
{
if (M_PriceList_ID < 1)
set_Value (COLUMNNAME_M_PriceList_ID, null);
else
set_Value (COLUMNNAME_M_PriceList_ID, Integer.valueOf(M_PriceList_ID));
}
/** Get Price List.
@return Unique identifier of a Price List
*/
public int getM_PriceList_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_PriceList_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Name.
@param Name
Alphanumeric identifier of the entity

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_ForecastLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persistent
{
@ -82,7 +82,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste
return sb.toString();
}
public I_C_Period getC_Period() throws Exception
public I_C_Period getC_Period() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Period.Table_Name);
I_C_Period result = null;
@ -93,7 +93,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -147,7 +147,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste
return (Timestamp)get_Value(COLUMNNAME_DatePromised);
}
public I_M_Forecast getM_Forecast() throws Exception
public I_M_Forecast getM_Forecast() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Forecast.Table_Name);
I_M_Forecast result = null;
@ -158,7 +158,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -207,7 +207,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -218,7 +218,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -245,7 +245,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste
return ii.intValue();
}
public I_M_Warehouse getM_Warehouse() throws Exception
public I_M_Warehouse getM_Warehouse() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null;
@ -256,7 +256,7 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -326,4 +326,27 @@ public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persiste
return Env.ZERO;
return bd;
}
/** Set Sales Representative.
@param SalesRep_ID
Sales Representative or Company Agent
*/
public void setSalesRep_ID (int SalesRep_ID)
{
if (SalesRep_ID < 1)
set_Value (COLUMNNAME_SalesRep_ID, null);
else
set_Value (COLUMNNAME_SalesRep_ID, Integer.valueOf(SalesRep_ID));
}
/** Get Sales Representative.
@return Sales Representative or Company Agent
*/
public int getSalesRep_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_SalesRep_ID);
if (ii == null)
return 0;
return ii.intValue();
}
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Freight
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
{
@ -80,7 +80,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
return sb.toString();
}
public I_C_Country getC_Country() throws Exception
public I_C_Country getC_Country() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Country.Table_Name);
I_C_Country result = null;
@ -91,7 +91,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -119,7 +119,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -130,7 +130,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -157,7 +157,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
return ii.intValue();
}
public I_C_Region getC_Region() throws Exception
public I_C_Region getC_Region() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Region.Table_Name);
I_C_Region result = null;
@ -168,7 +168,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -218,7 +218,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
return bd;
}
public I_M_FreightCategory getM_FreightCategory() throws Exception
public I_M_FreightCategory getM_FreightCategory() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_FreightCategory.Table_Name);
I_M_FreightCategory result = null;
@ -229,7 +229,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -278,7 +278,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
return ii.intValue();
}
public I_M_Shipper getM_Shipper() throws Exception
public I_M_Shipper getM_Shipper() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Shipper.Table_Name);
I_M_Shipper result = null;
@ -289,7 +289,7 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -324,8 +324,6 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
return new KeyNamePair(get_ID(), String.valueOf(getM_Shipper_ID()));
}
/** To_Country_ID AD_Reference_ID=156 */
public static final int TO_COUNTRY_ID_AD_Reference_ID=156;
/** Set To.
@param To_Country_ID
Receiving Country
@ -349,8 +347,6 @@ public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
return ii.intValue();
}
/** To_Region_ID AD_Reference_ID=157 */
public static final int TO_REGION_ID_AD_Reference_ID=157;
/** Set To.
@param To_Region_ID
Receiving Region

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_FreightCategory
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Persistent
{

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_InOut
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
{
@ -66,10 +66,10 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
setIsSOTrx (false);
// @IsSOTrx@
setM_InOut_ID (0);
setM_Warehouse_ID (0);
setMovementDate (new Timestamp( System.currentTimeMillis() ));
// @#Date@
setMovementType (null);
setM_Warehouse_ID (0);
setPosted (false);
setPriorityRule (null);
// 5
@ -367,6 +367,26 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
return ii.intValue();
}
/** Set Charge amount.
@param ChargeAmt
Charge Amount
*/
public void setChargeAmt (BigDecimal ChargeAmt)
{
set_Value (COLUMNNAME_ChargeAmt, ChargeAmt);
}
/** Get Charge amount.
@return Charge Amount
*/
public BigDecimal getChargeAmt ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt);
if (bd == null)
return Env.ZERO;
return bd;
}
public I_C_Invoice getC_Invoice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
@ -484,26 +504,6 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
return ii.intValue();
}
/** Set Charge amount.
@param ChargeAmt
Charge Amount
*/
public void setChargeAmt (BigDecimal ChargeAmt)
{
set_Value (COLUMNNAME_ChargeAmt, ChargeAmt);
}
/** Get Charge amount.
@return Charge Amount
*/
public BigDecimal getChargeAmt ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Create Confirm.
@param CreateConfirm Create Confirm */
public void setCreateConfirm (String CreateConfirm)
@ -1113,6 +1113,69 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
return ii.intValue();
}
/** Set Movement Date.
@param MovementDate
Date a product was moved in or out of inventory
*/
public void setMovementDate (Timestamp MovementDate)
{
if (MovementDate == null)
throw new IllegalArgumentException ("MovementDate is mandatory.");
set_Value (COLUMNNAME_MovementDate, MovementDate);
}
/** Get Movement Date.
@return Date a product was moved in or out of inventory
*/
public Timestamp getMovementDate ()
{
return (Timestamp)get_Value(COLUMNNAME_MovementDate);
}
/** MovementType AD_Reference_ID=189 */
public static final int MOVEMENTTYPE_AD_Reference_ID=189;
/** Customer Shipment = C- */
public static final String MOVEMENTTYPE_CustomerShipment = "C-";
/** Customer Returns = C+ */
public static final String MOVEMENTTYPE_CustomerReturns = "C+";
/** Vendor Receipts = V+ */
public static final String MOVEMENTTYPE_VendorReceipts = "V+";
/** Vendor Returns = V- */
public static final String MOVEMENTTYPE_VendorReturns = "V-";
/** Inventory Out = I- */
public static final String MOVEMENTTYPE_InventoryOut = "I-";
/** Inventory In = I+ */
public static final String MOVEMENTTYPE_InventoryIn = "I+";
/** Movement From = M- */
public static final String MOVEMENTTYPE_MovementFrom = "M-";
/** Movement To = M+ */
public static final String MOVEMENTTYPE_MovementTo = "M+";
/** Production + = P+ */
public static final String MOVEMENTTYPE_ProductionPlus = "P+";
/** Production - = P- */
public static final String MOVEMENTTYPE_Production_ = "P-";
/** Work Order + = W+ */
public static final String MOVEMENTTYPE_WorkOrderPlus = "W+";
/** Work Order - = W- */
public static final String MOVEMENTTYPE_WorkOrder_ = "W-";
/** Set Movement Type.
@param MovementType
Method of moving the inventory
*/
public void setMovementType (String MovementType)
{
if (MovementType == null) throw new IllegalArgumentException ("MovementType is mandatory");
if (MovementType.equals("C-") || MovementType.equals("C+") || MovementType.equals("V+") || MovementType.equals("V-") || MovementType.equals("I-") || MovementType.equals("I+") || MovementType.equals("M-") || MovementType.equals("M+") || MovementType.equals("P+") || MovementType.equals("P-") || MovementType.equals("W+") || MovementType.equals("W-")); else throw new IllegalArgumentException ("MovementType Invalid value - " + MovementType + " - Reference_ID=189 - C- - C+ - V+ - V- - I- - I+ - M- - M+ - P+ - P- - W+ - W-"); set_ValueNoCheck (COLUMNNAME_MovementType, MovementType);
}
/** Get Movement Type.
@return Method of moving the inventory
*/
public String getMovementType ()
{
return (String)get_Value(COLUMNNAME_MovementType);
}
public I_M_RMA getM_RMA() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_RMA.Table_Name);
@ -1229,69 +1292,6 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
return ii.intValue();
}
/** Set Movement Date.
@param MovementDate
Date a product was moved in or out of inventory
*/
public void setMovementDate (Timestamp MovementDate)
{
if (MovementDate == null)
throw new IllegalArgumentException ("MovementDate is mandatory.");
set_Value (COLUMNNAME_MovementDate, MovementDate);
}
/** Get Movement Date.
@return Date a product was moved in or out of inventory
*/
public Timestamp getMovementDate ()
{
return (Timestamp)get_Value(COLUMNNAME_MovementDate);
}
/** MovementType AD_Reference_ID=189 */
public static final int MOVEMENTTYPE_AD_Reference_ID=189;
/** Customer Shipment = C- */
public static final String MOVEMENTTYPE_CustomerShipment = "C-";
/** Customer Returns = C+ */
public static final String MOVEMENTTYPE_CustomerReturns = "C+";
/** Vendor Receipts = V+ */
public static final String MOVEMENTTYPE_VendorReceipts = "V+";
/** Vendor Returns = V- */
public static final String MOVEMENTTYPE_VendorReturns = "V-";
/** Inventory Out = I- */
public static final String MOVEMENTTYPE_InventoryOut = "I-";
/** Inventory In = I+ */
public static final String MOVEMENTTYPE_InventoryIn = "I+";
/** Movement From = M- */
public static final String MOVEMENTTYPE_MovementFrom = "M-";
/** Movement To = M+ */
public static final String MOVEMENTTYPE_MovementTo = "M+";
/** Production + = P+ */
public static final String MOVEMENTTYPE_ProductionPlus = "P+";
/** Production - = P- */
public static final String MOVEMENTTYPE_Production_ = "P-";
/** Work Order + = W+ */
public static final String MOVEMENTTYPE_WorkOrderPlus = "W+";
/** Work Order - = W- */
public static final String MOVEMENTTYPE_WorkOrder_ = "W-";
/** Set Movement Type.
@param MovementType
Method of moving the inventory
*/
public void setMovementType (String MovementType)
{
if (MovementType == null) throw new IllegalArgumentException ("MovementType is mandatory");
if (MovementType.equals("C-") || MovementType.equals("C+") || MovementType.equals("V+") || MovementType.equals("V-") || MovementType.equals("I-") || MovementType.equals("I+") || MovementType.equals("M-") || MovementType.equals("M+") || MovementType.equals("P+") || MovementType.equals("P-") || MovementType.equals("W+") || MovementType.equals("W-")); else throw new IllegalArgumentException ("MovementType Invalid value - " + MovementType + " - Reference_ID=189 - C- - C+ - V+ - V- - I- - I+ - M- - M+ - P+ - P- - W+ - W-"); set_ValueNoCheck (COLUMNNAME_MovementType, MovementType);
}
/** Get Movement Type.
@return Method of moving the inventory
*/
public String getMovementType ()
{
return (String)get_Value(COLUMNNAME_MovementType);
}
/** Set No Packages.
@param NoPackages
Number of packages shipped
@ -1312,23 +1312,6 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
return ii.intValue();
}
/** Set Order Reference.
@param POReference
Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
*/
public void setPOReference (String POReference)
{
set_Value (COLUMNNAME_POReference, POReference);
}
/** Get Order Reference.
@return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
*/
public String getPOReference ()
{
return (String)get_Value(COLUMNNAME_POReference);
}
/** Set Pick Date.
@param PickDate
Date/Time when picked for Shipment
@ -1346,6 +1329,23 @@ public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
return (Timestamp)get_Value(COLUMNNAME_PickDate);
}
/** Set Order Reference.
@param POReference
Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
*/
public void setPOReference (String POReference)
{
set_Value (COLUMNNAME_POReference, POReference);
}
/** Get Order Reference.
@return Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
*/
public String getPOReference ()
{
return (String)get_Value(COLUMNNAME_POReference);
}
/** Set Posted.
@param Posted
Posting status

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_InOutConfirm
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persistent
{
@ -106,7 +106,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste
return bd;
}
public I_C_Invoice getC_Invoice() throws Exception
public I_C_Invoice getC_Invoice() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Invoice.Table_Name);
I_C_Invoice result = null;
@ -117,7 +117,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -436,7 +436,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste
return ii.intValue();
}
public I_M_InOut getM_InOut() throws Exception
public I_M_InOut getM_InOut() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOut.Table_Name);
I_M_InOut result = null;
@ -447,7 +447,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -474,7 +474,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste
return ii.intValue();
}
public I_M_Inventory getM_Inventory() throws Exception
public I_M_Inventory getM_Inventory() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Inventory.Table_Name);
I_M_Inventory result = null;
@ -485,7 +485,7 @@ public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_InOutLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
{
@ -50,8 +50,8 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
setLine (0);
// @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM M_InOutLine WHERE M_InOut_ID=@M_InOut_ID@
setM_AttributeSetInstance_ID (0);
setM_InOutLine_ID (0);
setM_InOut_ID (0);
setM_InOutLine_ID (0);
setM_Locator_ID (0);
// @M_Locator_ID@
setMovementQty (Env.ZERO);
@ -90,8 +90,6 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return sb.toString();
}
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization.
@param AD_OrgTrx_ID
Performing or initiating organization
@ -115,7 +113,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -126,7 +124,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -154,7 +152,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -165,7 +163,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -193,7 +191,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -204,7 +202,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -232,7 +230,27 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
public I_C_OrderLine getC_OrderLine() throws Exception
/** Set Confirmed Quantity.
@param ConfirmedQty
Confirmation of a received quantity
*/
public void setConfirmedQty (BigDecimal ConfirmedQty)
{
set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty);
}
/** Get Confirmed Quantity.
@return Confirmation of a received quantity
*/
public BigDecimal getConfirmedQty ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty);
if (bd == null)
return Env.ZERO;
return bd;
}
public I_C_OrderLine getC_OrderLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
I_C_OrderLine result = null;
@ -243,7 +261,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -271,85 +289,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
public I_C_ProjectPhase getC_ProjectPhase() throws Exception
{
Class<?> clazz = MTable.getClass(I_C_ProjectPhase.Table_Name);
I_C_ProjectPhase result = null;
try {
Constructor<?> constructor = null;
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
result = (I_C_ProjectPhase)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_ProjectPhase_ID()), get_TrxName()});
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
}
return result;
}
/** Set Project Phase.
@param C_ProjectPhase_ID
Phase of a Project
*/
public void setC_ProjectPhase_ID (int C_ProjectPhase_ID)
{
if (C_ProjectPhase_ID < 1)
set_Value (COLUMNNAME_C_ProjectPhase_ID, null);
else
set_Value (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID));
}
/** Get Project Phase.
@return Phase of a Project
*/
public int getC_ProjectPhase_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_C_ProjectTask getC_ProjectTask() throws Exception
{
Class<?> clazz = MTable.getClass(I_C_ProjectTask.Table_Name);
I_C_ProjectTask result = null;
try {
Constructor<?> constructor = null;
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
result = (I_C_ProjectTask)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_ProjectTask_ID()), get_TrxName()});
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
}
return result;
}
/** Set Project Task.
@param C_ProjectTask_ID
Actual Project Task in a Phase
*/
public void setC_ProjectTask_ID (int C_ProjectTask_ID)
{
if (C_ProjectTask_ID < 1)
set_Value (COLUMNNAME_C_ProjectTask_ID, null);
else
set_Value (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID));
}
/** Get Project Task.
@return Actual Project Task in a Phase
*/
public int getC_ProjectTask_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -360,7 +300,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -388,7 +328,85 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
public I_C_UOM getC_UOM() throws Exception
public I_C_ProjectPhase getC_ProjectPhase() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ProjectPhase.Table_Name);
I_C_ProjectPhase result = null;
try {
Constructor<?> constructor = null;
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
result = (I_C_ProjectPhase)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_ProjectPhase_ID()), get_TrxName()});
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw new RuntimeException( e );
}
return result;
}
/** Set Project Phase.
@param C_ProjectPhase_ID
Phase of a Project
*/
public void setC_ProjectPhase_ID (int C_ProjectPhase_ID)
{
if (C_ProjectPhase_ID < 1)
set_Value (COLUMNNAME_C_ProjectPhase_ID, null);
else
set_Value (COLUMNNAME_C_ProjectPhase_ID, Integer.valueOf(C_ProjectPhase_ID));
}
/** Get Project Phase.
@return Phase of a Project
*/
public int getC_ProjectPhase_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectPhase_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_C_ProjectTask getC_ProjectTask() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_ProjectTask.Table_Name);
I_C_ProjectTask result = null;
try {
Constructor<?> constructor = null;
constructor = clazz.getDeclaredConstructor(new Class[]{Properties.class, int.class, String.class});
result = (I_C_ProjectTask)constructor.newInstance(new Object[] {getCtx(), new Integer(getC_ProjectTask_ID()), get_TrxName()});
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw new RuntimeException( e );
}
return result;
}
/** Set Project Task.
@param C_ProjectTask_ID
Actual Project Task in a Phase
*/
public void setC_ProjectTask_ID (int C_ProjectTask_ID)
{
if (C_ProjectTask_ID < 1)
set_Value (COLUMNNAME_C_ProjectTask_ID, null);
else
set_Value (COLUMNNAME_C_ProjectTask_ID, Integer.valueOf(C_ProjectTask_ID));
}
/** Get Project Task.
@return Actual Project Task in a Phase
*/
public int getC_ProjectTask_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_C_ProjectTask_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_C_UOM getC_UOM() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null;
@ -399,7 +417,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -426,26 +444,6 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
/** Set Confirmed Quantity.
@param ConfirmedQty
Confirmation of a received quantity
*/
public void setConfirmedQty (BigDecimal ConfirmedQty)
{
set_Value (COLUMNNAME_ConfirmedQty, ConfirmedQty);
}
/** Get Confirmed Quantity.
@return Confirmation of a received quantity
*/
public BigDecimal getConfirmedQty ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ConfirmedQty);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Description.
@param Description
Optional short description of the record
@ -561,29 +559,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
/** Set Shipment/Receipt Line.
@param M_InOutLine_ID
Line on Shipment or Receipt document
*/
public void setM_InOutLine_ID (int M_InOutLine_ID)
{
if (M_InOutLine_ID < 1)
throw new IllegalArgumentException ("M_InOutLine_ID is mandatory.");
set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID));
}
/** Get Shipment/Receipt Line.
@return Line on Shipment or Receipt document
*/
public int getM_InOutLine_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_M_InOut getM_InOut() throws Exception
public I_M_InOut getM_InOut() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOut.Table_Name);
I_M_InOut result = null;
@ -594,7 +570,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -621,6 +597,28 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
/** Set Shipment/Receipt Line.
@param M_InOutLine_ID
Line on Shipment or Receipt document
*/
public void setM_InOutLine_ID (int M_InOutLine_ID)
{
if (M_InOutLine_ID < 1)
throw new IllegalArgumentException ("M_InOutLine_ID is mandatory.");
set_ValueNoCheck (COLUMNNAME_M_InOutLine_ID, Integer.valueOf(M_InOutLine_ID));
}
/** Get Shipment/Receipt Line.
@return Line on Shipment or Receipt document
*/
public int getM_InOutLine_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_InOutLine_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Locator.
@param M_Locator_ID
Warehouse Locator
@ -643,7 +641,29 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
/** Set Movement Quantity.
@param MovementQty
Quantity of a product moved.
*/
public void setMovementQty (BigDecimal MovementQty)
{
if (MovementQty == null)
throw new IllegalArgumentException ("MovementQty is mandatory.");
set_Value (COLUMNNAME_MovementQty, MovementQty);
}
/** Get Movement Quantity.
@return Quantity of a product moved.
*/
public BigDecimal getMovementQty ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty);
if (bd == null)
return Env.ZERO;
return bd;
}
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -654,7 +674,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -682,7 +702,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
public I_M_RMALine getM_RMALine() throws Exception
public I_M_RMALine getM_RMALine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_RMALine.Table_Name);
I_M_RMALine result = null;
@ -693,7 +713,7 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -721,28 +741,6 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
/** Set Movement Quantity.
@param MovementQty
Quantity of a product moved.
*/
public void setMovementQty (BigDecimal MovementQty)
{
if (MovementQty == null)
throw new IllegalArgumentException ("MovementQty is mandatory.");
set_Value (COLUMNNAME_MovementQty, MovementQty);
}
/** Get Movement Quantity.
@return Quantity of a product moved.
*/
public BigDecimal getMovementQty ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_MovementQty);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Picked Quantity.
@param PickedQty Picked Quantity */
public void setPickedQty (BigDecimal PickedQty)
@ -826,8 +824,6 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
/** ReversalLine_ID AD_Reference_ID=295 */
public static final int REVERSALLINE_ID_AD_Reference_ID=295;
/** Set Reversal Line.
@param ReversalLine_ID
Use to keep the reversal line ID for reversing costing purpose
@ -891,8 +887,6 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return bd;
}
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1.
@param User1_ID
User defined list element #1
@ -916,8 +910,6 @@ public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
return ii.intValue();
}
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2.
@param User2_ID
User defined list element #2

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_InOutLineConfirm
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_Persistent
{
@ -79,7 +79,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_
return sb.toString();
}
public I_C_InvoiceLine getC_InvoiceLine() throws Exception
public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_InvoiceLine.Table_Name);
I_C_InvoiceLine result = null;
@ -90,7 +90,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -194,7 +194,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_
return bd;
}
public I_M_InOutConfirm getM_InOutConfirm() throws Exception
public I_M_InOutConfirm getM_InOutConfirm() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOutConfirm.Table_Name);
I_M_InOutConfirm result = null;
@ -205,7 +205,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -254,7 +254,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_
return ii.intValue();
}
public I_M_InOutLine getM_InOutLine() throws Exception
public I_M_InOutLine getM_InOutLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOutLine.Table_Name);
I_M_InOutLine result = null;
@ -265,7 +265,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -300,7 +300,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_
return new KeyNamePair(get_ID(), String.valueOf(getM_InOutLine_ID()));
}
public I_M_InventoryLine getM_InventoryLine() throws Exception
public I_M_InventoryLine getM_InventoryLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InventoryLine.Table_Name);
I_M_InventoryLine result = null;
@ -311,7 +311,7 @@ public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_InOutLineMA
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent
{
@ -98,7 +98,7 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent
return ii.intValue();
}
public I_M_InOutLine getM_InOutLine() throws Exception
public I_M_InOutLine getM_InOutLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOutLine.Table_Name);
I_M_InOutLine result = null;
@ -109,7 +109,7 @@ public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Inventory
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
{
@ -87,8 +87,6 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return sb.toString();
}
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization.
@param AD_OrgTrx_ID
Performing or initiating organization
@ -132,7 +130,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return bd;
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -143,7 +141,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -171,7 +169,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -182,7 +180,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -210,7 +208,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return ii.intValue();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -221,7 +219,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -248,7 +246,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -259,7 +257,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -505,7 +503,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return (Timestamp)get_Value(COLUMNNAME_MovementDate);
}
public I_M_PerpetualInv getM_PerpetualInv() throws Exception
public I_M_PerpetualInv getM_PerpetualInv() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_PerpetualInv.Table_Name);
I_M_PerpetualInv result = null;
@ -516,7 +514,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -544,7 +542,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return ii.intValue();
}
public I_M_Warehouse getM_Warehouse() throws Exception
public I_M_Warehouse getM_Warehouse() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null;
@ -555,7 +553,7 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -651,8 +649,6 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return false;
}
/** Reversal_ID AD_Reference_ID=53249 */
public static final int REVERSAL_ID_AD_Reference_ID=53249;
/** Set Reversal ID.
@param Reversal_ID
ID of document reversal
@ -690,8 +686,6 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return (String)get_Value(COLUMNNAME_UpdateQty);
}
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1.
@param User1_ID
User defined list element #1
@ -715,8 +709,6 @@ public class X_M_Inventory extends PO implements I_M_Inventory, I_Persistent
return ii.intValue();
}
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2.
@param User2_ID
User defined list element #2

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_InventoryLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persistent
{
@ -85,7 +85,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis
return sb.toString();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -96,7 +96,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -215,29 +215,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis
return ii.intValue();
}
/** Set Phys.Inventory Line.
@param M_InventoryLine_ID
Unique line in an Inventory document
*/
public void setM_InventoryLine_ID (int M_InventoryLine_ID)
{
if (M_InventoryLine_ID < 1)
throw new IllegalArgumentException ("M_InventoryLine_ID is mandatory.");
set_ValueNoCheck (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID));
}
/** Get Phys.Inventory Line.
@return Unique line in an Inventory document
*/
public int getM_InventoryLine_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_M_Inventory getM_Inventory() throws Exception
public I_M_Inventory getM_Inventory() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Inventory.Table_Name);
I_M_Inventory result = null;
@ -248,7 +226,7 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -275,6 +253,28 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis
return ii.intValue();
}
/** Set Phys.Inventory Line.
@param M_InventoryLine_ID
Unique line in an Inventory document
*/
public void setM_InventoryLine_ID (int M_InventoryLine_ID)
{
if (M_InventoryLine_ID < 1)
throw new IllegalArgumentException ("M_InventoryLine_ID is mandatory.");
set_ValueNoCheck (COLUMNNAME_M_InventoryLine_ID, Integer.valueOf(M_InventoryLine_ID));
}
/** Get Phys.Inventory Line.
@return Unique line in an Inventory document
*/
public int getM_InventoryLine_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_InventoryLine_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Locator.
@param M_Locator_ID
Warehouse Locator
@ -297,8 +297,6 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis
return ii.intValue();
}
/** M_Product_ID AD_Reference_ID=171 */
public static final int M_PRODUCT_ID_AD_Reference_ID=171;
/** Set Product.
@param M_Product_ID
Product, Service, Item
@ -428,8 +426,6 @@ public class X_M_InventoryLine extends PO implements I_M_InventoryLine, I_Persis
return bd;
}
/** ReversalLine_ID AD_Reference_ID=296 */
public static final int REVERSALLINE_ID_AD_Reference_ID=296;
/** Set Reversal Line.
@param ReversalLine_ID
Use to keep the reversal line ID for reversing costing purpose

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_InventoryLineMA
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Persistent
{
@ -98,7 +98,7 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe
return ii.intValue();
}
public I_M_InventoryLine getM_InventoryLine() throws Exception
public I_M_InventoryLine getM_InventoryLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InventoryLine.Table_Name);
I_M_InventoryLine result = null;
@ -109,7 +109,7 @@ public class X_M_InventoryLineMA extends PO implements I_M_InventoryLineMA, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Locator
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Locator extends PO implements I_M_Locator, I_Persistent
{
@ -126,7 +126,7 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent
return ii.intValue();
}
public I_M_Warehouse getM_Warehouse() throws Exception
public I_M_Warehouse getM_Warehouse() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null;
@ -137,7 +137,7 @@ public class X_M_Locator extends PO implements I_M_Locator, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Lot
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Lot extends PO implements I_M_Lot, I_Persistent
{
@ -143,7 +143,7 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent
return (String)get_Value(COLUMNNAME_Help);
}
public I_M_LotCtl getM_LotCtl() throws Exception
public I_M_LotCtl getM_LotCtl() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_LotCtl.Table_Name);
I_M_LotCtl result = null;
@ -154,7 +154,7 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -204,7 +204,7 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -215,7 +215,7 @@ public class X_M_Lot extends PO implements I_M_Lot, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_LotCtl
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_LotCtl extends PO implements I_M_LotCtl, I_Persistent
{

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for M_LotCtlExclude
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persistent
{
@ -74,7 +74,7 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis
return sb.toString();
}
public I_AD_Table getAD_Table() throws Exception
public I_AD_Table getAD_Table() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_Table.Table_Name);
I_AD_Table result = null;
@ -85,7 +85,7 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -158,7 +158,7 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis
return ii.intValue();
}
public I_M_LotCtl getM_LotCtl() throws Exception
public I_M_LotCtl getM_LotCtl() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_LotCtl.Table_Name);
I_M_LotCtl result = null;
@ -169,7 +169,7 @@ public class X_M_LotCtlExclude extends PO implements I_M_LotCtlExclude, I_Persis
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_MatchInv
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent
{
@ -84,7 +84,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent
return sb.toString();
}
public I_C_InvoiceLine getC_InvoiceLine() throws Exception
public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_InvoiceLine.Table_Name);
I_C_InvoiceLine result = null;
@ -95,7 +95,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -225,7 +225,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent
return ii.intValue();
}
public I_M_InOutLine getM_InOutLine() throws Exception
public I_M_InOutLine getM_InOutLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOutLine.Table_Name);
I_M_InOutLine result = null;
@ -236,7 +236,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -285,7 +285,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -296,7 +296,7 @@ public class X_M_MatchInv extends PO implements I_M_MatchInv, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_MatchPO
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent
{
@ -84,7 +84,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent
return sb.toString();
}
public I_C_InvoiceLine getC_InvoiceLine() throws Exception
public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_InvoiceLine.Table_Name);
I_C_InvoiceLine result = null;
@ -95,7 +95,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -123,7 +123,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent
return ii.intValue();
}
public I_C_OrderLine getC_OrderLine() throws Exception
public I_C_OrderLine getC_OrderLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_OrderLine.Table_Name);
I_C_OrderLine result = null;
@ -134,7 +134,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -288,7 +288,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent
return ii.intValue();
}
public I_M_InOutLine getM_InOutLine() throws Exception
public I_M_InOutLine getM_InOutLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOutLine.Table_Name);
I_M_InOutLine result = null;
@ -299,7 +299,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -348,7 +348,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -359,7 +359,7 @@ public class X_M_MatchPO extends PO implements I_M_MatchPO, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Movement
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
{
@ -87,8 +87,6 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return sb.toString();
}
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization.
@param AD_OrgTrx_ID
Performing or initiating organization
@ -112,8 +110,6 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
/** AD_User_ID AD_Reference_ID=286 */
public static final int AD_USER_ID_AD_Reference_ID=286;
/** Set User/Contact.
@param AD_User_ID
User within the system - Internal or Business Partner Contact
@ -157,7 +153,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return bd;
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -168,7 +164,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -196,7 +192,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -207,7 +203,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -258,7 +254,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -269,7 +265,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -297,7 +293,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -308,7 +304,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -336,7 +332,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
public I_C_DocType getC_DocType() throws Exception
public I_C_DocType getC_DocType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_DocType.Table_Name);
I_C_DocType result = null;
@ -347,7 +343,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -374,7 +370,27 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
/** Set Charge amount.
@param ChargeAmt
Charge Amount
*/
public void setChargeAmt (BigDecimal ChargeAmt)
{
set_Value (COLUMNNAME_ChargeAmt, ChargeAmt);
}
/** Get Charge amount.
@return Charge Amount
*/
public BigDecimal getChargeAmt ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt);
if (bd == null)
return Env.ZERO;
return bd;
}
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -385,7 +401,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -413,26 +429,6 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
/** Set Charge amount.
@param ChargeAmt
Charge Amount
*/
public void setChargeAmt (BigDecimal ChargeAmt)
{
set_Value (COLUMNNAME_ChargeAmt, ChargeAmt);
}
/** Get Charge amount.
@return Charge Amount
*/
public BigDecimal getChargeAmt ()
{
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_ChargeAmt);
if (bd == null)
return Env.ZERO;
return bd;
}
/** Set Create lines from.
@param CreateFrom
Process which will generate a new document lines based on an existing document
@ -450,7 +446,24 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return (String)get_Value(COLUMNNAME_CreateFrom);
}
public org.eevolution.model.I_DD_Order getDD_Order() throws Exception
/** Set Date received.
@param DateReceived
Date a product was received
*/
public void setDateReceived (Timestamp DateReceived)
{
set_Value (COLUMNNAME_DateReceived, DateReceived);
}
/** Get Date received.
@return Date a product was received
*/
public Timestamp getDateReceived ()
{
return (Timestamp)get_Value(COLUMNNAME_DateReceived);
}
public org.eevolution.model.I_DD_Order getDD_Order() throws RuntimeException
{
Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_Order.Table_Name);
org.eevolution.model.I_DD_Order result = null;
@ -461,7 +474,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -486,23 +499,6 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
/** Set Date received.
@param DateReceived
Date a product was received
*/
public void setDateReceived (Timestamp DateReceived)
{
set_Value (COLUMNNAME_DateReceived, DateReceived);
}
/** Get Date received.
@return Date a product was received
*/
public Timestamp getDateReceived ()
{
return (Timestamp)get_Value(COLUMNNAME_DateReceived);
}
/** DeliveryRule AD_Reference_ID=151 */
public static final int DELIVERYRULE_AD_Reference_ID=151;
/** After Receipt = R */
@ -815,7 +811,26 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
public I_M_Shipper getM_Shipper() throws Exception
/** Set Movement Date.
@param MovementDate
Date a product was moved in or out of inventory
*/
public void setMovementDate (Timestamp MovementDate)
{
if (MovementDate == null)
throw new IllegalArgumentException ("MovementDate is mandatory.");
set_Value (COLUMNNAME_MovementDate, MovementDate);
}
/** Get Movement Date.
@return Date a product was moved in or out of inventory
*/
public Timestamp getMovementDate ()
{
return (Timestamp)get_Value(COLUMNNAME_MovementDate);
}
public I_M_Shipper getM_Shipper() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Shipper.Table_Name);
I_M_Shipper result = null;
@ -826,7 +841,7 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -854,25 +869,6 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
/** Set Movement Date.
@param MovementDate
Date a product was moved in or out of inventory
*/
public void setMovementDate (Timestamp MovementDate)
{
if (MovementDate == null)
throw new IllegalArgumentException ("MovementDate is mandatory.");
set_Value (COLUMNNAME_MovementDate, MovementDate);
}
/** Get Movement Date.
@return Date a product was moved in or out of inventory
*/
public Timestamp getMovementDate ()
{
return (Timestamp)get_Value(COLUMNNAME_MovementDate);
}
/** Set Order Reference.
@param POReference
Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner
@ -989,8 +985,6 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return false;
}
/** Reversal_ID AD_Reference_ID=53252 */
public static final int REVERSAL_ID_AD_Reference_ID=53252;
/** Set Reversal ID.
@param Reversal_ID
ID of document reversal
@ -1014,8 +1008,6 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
/** SalesRep_ID AD_Reference_ID=190 */
public static final int SALESREP_ID_AD_Reference_ID=190;
/** Set Sales Representative.
@param SalesRep_ID
Sales Representative or Company Agent
@ -1039,8 +1031,6 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1.
@param User1_ID
User defined list element #1
@ -1064,8 +1054,6 @@ public class X_M_Movement extends PO implements I_M_Movement, I_Persistent
return ii.intValue();
}
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2.
@param User2_ID
User defined list element #2

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_MovementConfirm
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Persistent
{
@ -261,7 +261,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe
return false;
}
public I_M_Inventory getM_Inventory() throws Exception
public I_M_Inventory getM_Inventory() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Inventory.Table_Name);
I_M_Inventory result = null;
@ -272,7 +272,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -322,7 +322,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe
return ii.intValue();
}
public I_M_Movement getM_Movement() throws Exception
public I_M_Movement getM_Movement() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Movement.Table_Name);
I_M_Movement result = null;
@ -333,7 +333,7 @@ public class X_M_MovementConfirm extends PO implements I_M_MovementConfirm, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_MovementLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persistent
{
@ -44,15 +44,15 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
{
setLine (0);
// @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM M_MovementLine WHERE M_Movement_ID=@M_Movement_ID@
setM_LocatorTo_ID (0);
// @M_LocatorTo_ID@
setM_Locator_ID (0);
// @M_Locator_ID@
setM_MovementLine_ID (0);
setM_LocatorTo_ID (0);
// @M_LocatorTo_ID@
setM_Movement_ID (0);
setM_Product_ID (0);
setM_MovementLine_ID (0);
setMovementQty (Env.ZERO);
// 1
setM_Product_ID (0);
setProcessed (false);
setTargetQty (Env.ZERO);
// 0
@ -107,7 +107,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
return bd;
}
public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws Exception
public org.eevolution.model.I_DD_OrderLine getDD_OrderLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(org.eevolution.model.I_DD_OrderLine.Table_Name);
org.eevolution.model.I_DD_OrderLine result = null;
@ -118,7 +118,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -188,29 +188,6 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
return new KeyNamePair(get_ID(), String.valueOf(getLine()));
}
/** Set Attribute Set Instance To.
@param M_AttributeSetInstanceTo_ID
Target Product Attribute Set Instance
*/
public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID)
{
if (M_AttributeSetInstanceTo_ID < 1)
set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstanceTo_ID, null);
else
set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID));
}
/** Get Attribute Set Instance To.
@return Target Product Attribute Set Instance
*/
public int getM_AttributeSetInstanceTo_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Attribute Set Instance.
@param M_AttributeSetInstance_ID
Product Attribute Set Instance
@ -234,25 +211,24 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
return ii.intValue();
}
/** M_LocatorTo_ID AD_Reference_ID=191 */
public static final int M_LOCATORTO_ID_AD_Reference_ID=191;
/** Set Locator To.
@param M_LocatorTo_ID
Location inventory is moved to
/** Set Attribute Set Instance To.
@param M_AttributeSetInstanceTo_ID
Target Product Attribute Set Instance
*/
public void setM_LocatorTo_ID (int M_LocatorTo_ID)
public void setM_AttributeSetInstanceTo_ID (int M_AttributeSetInstanceTo_ID)
{
if (M_LocatorTo_ID < 1)
throw new IllegalArgumentException ("M_LocatorTo_ID is mandatory.");
set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID));
if (M_AttributeSetInstanceTo_ID < 1)
set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstanceTo_ID, null);
else
set_ValueNoCheck (COLUMNNAME_M_AttributeSetInstanceTo_ID, Integer.valueOf(M_AttributeSetInstanceTo_ID));
}
/** Get Locator To.
@return Location inventory is moved to
/** Get Attribute Set Instance To.
@return Target Product Attribute Set Instance
*/
public int getM_LocatorTo_ID ()
public int getM_AttributeSetInstanceTo_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID);
Integer ii = (Integer)get_Value(COLUMNNAME_M_AttributeSetInstanceTo_ID);
if (ii == null)
return 0;
return ii.intValue();
@ -280,29 +256,29 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
return ii.intValue();
}
/** Set Move Line.
@param M_MovementLine_ID
Inventory Move document Line
/** Set Locator To.
@param M_LocatorTo_ID
Location inventory is moved to
*/
public void setM_MovementLine_ID (int M_MovementLine_ID)
public void setM_LocatorTo_ID (int M_LocatorTo_ID)
{
if (M_MovementLine_ID < 1)
throw new IllegalArgumentException ("M_MovementLine_ID is mandatory.");
set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID));
if (M_LocatorTo_ID < 1)
throw new IllegalArgumentException ("M_LocatorTo_ID is mandatory.");
set_Value (COLUMNNAME_M_LocatorTo_ID, Integer.valueOf(M_LocatorTo_ID));
}
/** Get Move Line.
@return Inventory Move document Line
/** Get Locator To.
@return Location inventory is moved to
*/
public int getM_MovementLine_ID ()
public int getM_LocatorTo_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID);
Integer ii = (Integer)get_Value(COLUMNNAME_M_LocatorTo_ID);
if (ii == null)
return 0;
return ii.intValue();
}
public I_M_Movement getM_Movement() throws Exception
public I_M_Movement getM_Movement() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Movement.Table_Name);
I_M_Movement result = null;
@ -313,7 +289,7 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -340,25 +316,23 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
return ii.intValue();
}
/** M_Product_ID AD_Reference_ID=171 */
public static final int M_PRODUCT_ID_AD_Reference_ID=171;
/** Set Product.
@param M_Product_ID
Product, Service, Item
/** Set Move Line.
@param M_MovementLine_ID
Inventory Move document Line
*/
public void setM_Product_ID (int M_Product_ID)
public void setM_MovementLine_ID (int M_MovementLine_ID)
{
if (M_Product_ID < 1)
throw new IllegalArgumentException ("M_Product_ID is mandatory.");
set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID));
if (M_MovementLine_ID < 1)
throw new IllegalArgumentException ("M_MovementLine_ID is mandatory.");
set_ValueNoCheck (COLUMNNAME_M_MovementLine_ID, Integer.valueOf(M_MovementLine_ID));
}
/** Get Product.
@return Product, Service, Item
/** Get Move Line.
@return Inventory Move document Line
*/
public int getM_Product_ID ()
public int getM_MovementLine_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID);
Integer ii = (Integer)get_Value(COLUMNNAME_M_MovementLine_ID);
if (ii == null)
return 0;
return ii.intValue();
@ -386,6 +360,28 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
return bd;
}
/** Set Product.
@param M_Product_ID
Product, Service, Item
*/
public void setM_Product_ID (int M_Product_ID)
{
if (M_Product_ID < 1)
throw new IllegalArgumentException ("M_Product_ID is mandatory.");
set_Value (COLUMNNAME_M_Product_ID, Integer.valueOf(M_Product_ID));
}
/** Get Product.
@return Product, Service, Item
*/
public int getM_Product_ID ()
{
Integer ii = (Integer)get_Value(COLUMNNAME_M_Product_ID);
if (ii == null)
return 0;
return ii.intValue();
}
/** Set Processed.
@param Processed
The document has been processed
@ -410,8 +406,6 @@ public class X_M_MovementLine extends PO implements I_M_MovementLine, I_Persiste
return false;
}
/** ReversalLine_ID AD_Reference_ID=53284 */
public static final int REVERSALLINE_ID_AD_Reference_ID=53284;
/** Set Reversal Line.
@param ReversalLine_ID
Use to keep the reversal line ID for reversing costing purpose

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_MovementLineConfirm
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfirm, I_Persistent
{
@ -142,7 +142,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi
return bd;
}
public I_M_InventoryLine getM_InventoryLine() throws Exception
public I_M_InventoryLine getM_InventoryLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InventoryLine.Table_Name);
I_M_InventoryLine result = null;
@ -153,7 +153,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -181,7 +181,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi
return ii.intValue();
}
public I_M_MovementConfirm getM_MovementConfirm() throws Exception
public I_M_MovementConfirm getM_MovementConfirm() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_MovementConfirm.Table_Name);
I_M_MovementConfirm result = null;
@ -192,7 +192,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -249,7 +249,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi
return ii.intValue();
}
public I_M_MovementLine getM_MovementLine() throws Exception
public I_M_MovementLine getM_MovementLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_MovementLine.Table_Name);
I_M_MovementLine result = null;
@ -260,7 +260,7 @@ public class X_M_MovementLineConfirm extends PO implements I_M_MovementLineConfi
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_MovementLineMA
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Persistent
{
@ -97,7 +97,7 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers
return ii.intValue();
}
public I_M_MovementLine getM_MovementLine() throws Exception
public I_M_MovementLine getM_MovementLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_MovementLine.Table_Name);
I_M_MovementLine result = null;
@ -108,7 +108,7 @@ public class X_M_MovementLineMA extends PO implements I_M_MovementLineMA, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_OperationResource
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_OperationResource extends PO implements I_M_OperationResource, I_Persistent
{
@ -79,7 +79,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource,
return sb.toString();
}
public I_A_Asset getA_Asset() throws Exception
public I_A_Asset getA_Asset() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_A_Asset.Table_Name);
I_A_Asset result = null;
@ -90,7 +90,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -118,7 +118,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource,
return ii.intValue();
}
public I_C_Job getC_Job() throws Exception
public I_C_Job getC_Job() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Job.Table_Name);
I_C_Job result = null;
@ -129,7 +129,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -213,7 +213,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource,
return ii.intValue();
}
public I_M_ProductOperation getM_ProductOperation() throws Exception
public I_M_ProductOperation getM_ProductOperation() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_ProductOperation.Table_Name);
I_M_ProductOperation result = null;
@ -224,7 +224,7 @@ public class X_M_OperationResource extends PO implements I_M_OperationResource,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import java.util.logging.Level;
/** Generated Model for M_Package
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Package extends PO implements I_M_Package, I_Persistent
{
@ -128,7 +128,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent
return (String)get_Value(COLUMNNAME_DocumentNo);
}
public I_M_InOut getM_InOut() throws Exception
public I_M_InOut getM_InOut() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOut.Table_Name);
I_M_InOut result = null;
@ -139,7 +139,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -188,7 +188,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent
return ii.intValue();
}
public I_M_Shipper getM_Shipper() throws Exception
public I_M_Shipper getM_Shipper() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Shipper.Table_Name);
I_M_Shipper result = null;
@ -199,7 +199,7 @@ public class X_M_Package extends PO implements I_M_Package, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_PackageLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent
{
@ -94,7 +94,7 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent
return (String)get_Value(COLUMNNAME_Description);
}
public I_M_InOutLine getM_InOutLine() throws Exception
public I_M_InOutLine getM_InOutLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOutLine.Table_Name);
I_M_InOutLine result = null;
@ -105,7 +105,7 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -132,7 +132,7 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent
return ii.intValue();
}
public I_M_Package getM_Package() throws Exception
public I_M_Package getM_Package() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Package.Table_Name);
I_M_Package result = null;
@ -143,7 +143,7 @@ public class X_M_PackageLine extends PO implements I_M_PackageLine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_PerpetualInv
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persistent
{
@ -181,7 +181,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste
return ii.intValue();
}
public I_M_Product_Category getM_Product_Category() throws Exception
public I_M_Product_Category getM_Product_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product_Category.Table_Name);
I_M_Product_Category result = null;
@ -192,7 +192,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -220,7 +220,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste
return ii.intValue();
}
public I_M_Warehouse getM_Warehouse() throws Exception
public I_M_Warehouse getM_Warehouse() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Warehouse.Table_Name);
I_M_Warehouse result = null;
@ -231,7 +231,7 @@ public class X_M_PerpetualInv extends PO implements I_M_PerpetualInv, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_PriceList
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent
{
@ -82,8 +82,6 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent
return sb.toString();
}
/** BasePriceList_ID AD_Reference_ID=166 */
public static final int BASEPRICELIST_ID_AD_Reference_ID=166;
/** Set Base Pricelist.
@param BasePriceList_ID
Pricelist to be used, if product not found on this pricelist
@ -107,7 +105,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -118,7 +116,7 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -235,17 +233,14 @@ public class X_M_PriceList extends PO implements I_M_PriceList, I_Persistent
}
/** Set isPresentForProduct.
@param isPresentForProduct
Price List appears in Product Screen
*/
@param isPresentForProduct isPresentForProduct */
public void setisPresentForProduct (boolean isPresentForProduct)
{
set_Value (COLUMNNAME_isPresentForProduct, Boolean.valueOf(isPresentForProduct));
}
/** Get isPresentForProduct.
@return Price List appears in Product Screen
*/
@return isPresentForProduct */
public boolean isPresentForProduct ()
{
Object oo = get_Value(COLUMNNAME_isPresentForProduct);

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_PriceList_Version
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version, I_Persistent
{
@ -96,7 +96,7 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version,
return (String)get_Value(COLUMNNAME_Description);
}
public I_M_DiscountSchema getM_DiscountSchema() throws Exception
public I_M_DiscountSchema getM_DiscountSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_DiscountSchema.Table_Name);
I_M_DiscountSchema result = null;
@ -107,7 +107,7 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -134,7 +134,7 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version,
return ii.intValue();
}
public I_M_PriceList getM_PriceList() throws Exception
public I_M_PriceList getM_PriceList() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_PriceList.Table_Name);
I_M_PriceList result = null;
@ -145,7 +145,7 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version,
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -172,8 +172,6 @@ public class X_M_PriceList_Version extends PO implements I_M_PriceList_Version,
return ii.intValue();
}
/** M_Pricelist_Version_Base_ID AD_Reference_ID=188 */
public static final int M_PRICELIST_VERSION_BASE_ID_AD_Reference_ID=188;
/** Set Base Price List.
@param M_Pricelist_Version_Base_ID
Source for Price list calculations

View File

@ -28,7 +28,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Product
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Product extends PO implements I_M_Product, I_Persistent
{
@ -121,7 +121,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return (String)get_Value(COLUMNNAME_Classification);
}
public I_C_RevenueRecognition getC_RevenueRecognition() throws Exception
public I_C_RevenueRecognition getC_RevenueRecognition() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_RevenueRecognition.Table_Name);
I_C_RevenueRecognition result = null;
@ -132,7 +132,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -183,7 +183,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return ii.intValue();
}
public I_C_TaxCategory getC_TaxCategory() throws Exception
public I_C_TaxCategory getC_TaxCategory() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_TaxCategory.Table_Name);
I_C_TaxCategory result = null;
@ -194,7 +194,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -221,7 +221,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return ii.intValue();
}
public I_C_UOM getC_UOM() throws Exception
public I_C_UOM getC_UOM() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null;
@ -232,7 +232,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -758,7 +758,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return ii.intValue();
}
public I_M_AttributeSet getM_AttributeSet() throws Exception
public I_M_AttributeSet getM_AttributeSet() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_AttributeSet.Table_Name);
I_M_AttributeSet result = null;
@ -769,7 +769,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -819,7 +819,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return ii.intValue();
}
public I_M_FreightCategory getM_FreightCategory() throws Exception
public I_M_FreightCategory getM_FreightCategory() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_FreightCategory.Table_Name);
I_M_FreightCategory result = null;
@ -830,7 +830,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -881,9 +881,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return ii.intValue();
}
/** M_Product_Category_ID AD_Reference_ID=163 */
public static final int M_PRODUCT_CATEGORY_ID_AD_Reference_ID=163;
public I_M_Product_Category getM_Product_Category() throws Exception
public I_M_Product_Category getM_Product_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product_Category.Table_Name);
I_M_Product_Category result = null;
@ -894,7 +892,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1013,7 +1011,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return (String)get_Value(COLUMNNAME_ProductType);
}
public I_R_MailText getR_MailText() throws Exception
public I_R_MailText getR_MailText() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_R_MailText.Table_Name);
I_R_MailText result = null;
@ -1024,7 +1022,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1052,8 +1050,6 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return ii.intValue();
}
/** SalesRep_ID AD_Reference_ID=190 */
public static final int SALESREP_ID_AD_Reference_ID=190;
/** Set Sales Representative.
@param SalesRep_ID
Sales Representative or Company Agent
@ -1077,7 +1073,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return ii.intValue();
}
public I_S_ExpenseType getS_ExpenseType() throws Exception
public I_S_ExpenseType getS_ExpenseType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_S_ExpenseType.Table_Name);
I_S_ExpenseType result = null;
@ -1088,7 +1084,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -1193,7 +1189,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
return (String)get_Value(COLUMNNAME_SKU);
}
public I_S_Resource getS_Resource() throws Exception
public I_S_Resource getS_Resource() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_S_Resource.Table_Name);
I_S_Resource result = null;
@ -1204,7 +1200,7 @@ public class X_M_Product extends PO implements I_M_Product, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_ProductDownload
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Persistent
{
@ -116,7 +116,7 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -127,7 +127,7 @@ public class X_M_ProductDownload extends PO implements I_M_ProductDownload, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_ProductOperation
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_Persistent
{
@ -110,7 +110,7 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_
return (String)get_Value(COLUMNNAME_Help);
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -121,7 +121,7 @@ public class X_M_ProductOperation extends PO implements I_M_ProductOperation, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.Env;
/** Generated Model for M_ProductPrice
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persistent
{
@ -77,7 +77,7 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste
return sb.toString();
}
public I_M_PriceList_Version getM_PriceList_Version() throws Exception
public I_M_PriceList_Version getM_PriceList_Version() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_PriceList_Version.Table_Name);
I_M_PriceList_Version result = null;
@ -88,7 +88,7 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -115,7 +115,7 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -126,7 +126,7 @@ public class X_M_ProductPrice extends PO implements I_M_ProductPrice, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for M_Product_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persistent
{
@ -82,7 +82,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -93,7 +93,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -120,7 +120,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste
return ii.intValue();
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -131,7 +131,7 @@ public class X_M_Product_Acct extends PO implements I_M_Product_Acct, I_Persiste
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Product_BOM
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent
{
@ -200,8 +200,6 @@ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent
return ii.intValue();
}
/** M_ProductBOM_ID AD_Reference_ID=162 */
public static final int M_PRODUCTBOM_ID_AD_Reference_ID=162;
/** Set BOM Product.
@param M_ProductBOM_ID
Bill of Material Component Product
@ -232,7 +230,7 @@ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent
return new KeyNamePair(get_ID(), String.valueOf(getM_ProductBOM_ID()));
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -243,7 +241,7 @@ public class X_M_Product_BOM extends PO implements I_M_Product_BOM, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Product_Category
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Product_Category extends PO implements I_M_Product_Category, I_Persistent
{
@ -82,7 +82,7 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_
return sb.toString();
}
public I_A_Asset_Group getA_Asset_Group() throws Exception
public I_A_Asset_Group getA_Asset_Group() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_A_Asset_Group.Table_Name);
I_A_Asset_Group result = null;
@ -93,7 +93,7 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -121,7 +121,7 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_
return ii.intValue();
}
public I_AD_PrintColor getAD_PrintColor() throws Exception
public I_AD_PrintColor getAD_PrintColor() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_AD_PrintColor.Table_Name);
I_AD_PrintColor result = null;
@ -132,7 +132,7 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -271,8 +271,6 @@ public class X_M_Product_Category extends PO implements I_M_Product_Category, I_
return ii.intValue();
}
/** M_Product_Category_Parent_ID AD_Reference_ID=163 */
public static final int M_PRODUCT_CATEGORY_PARENT_ID_AD_Reference_ID=163;
/** Set Parent Product Category.
@param M_Product_Category_Parent_ID Parent Product Category */
public void setM_Product_Category_Parent_ID (int M_Product_Category_Parent_ID)

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for M_Product_Category_Acct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Product_Category_Acct extends PO implements I_M_Product_Category_Acct, I_Persistent
{
@ -82,7 +82,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -93,7 +93,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -184,7 +184,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor
return (String)get_Value(COLUMNNAME_CostingMethod);
}
public I_M_Product_Category getM_Product_Category() throws Exception
public I_M_Product_Category getM_Product_Category() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product_Category.Table_Name);
I_M_Product_Category result = null;
@ -195,7 +195,7 @@ public class X_M_Product_Category_Acct extends PO implements I_M_Product_Categor
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.Env;
/** Generated Model for M_Product_Costing
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Product_Costing extends PO implements I_M_Product_Costing, I_Persistent
{
@ -88,7 +88,7 @@ public class X_M_Product_Costing extends PO implements I_M_Product_Costing, I_Pe
return sb.toString();
}
public I_C_AcctSchema getC_AcctSchema() throws Exception
public I_C_AcctSchema getC_AcctSchema() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_AcctSchema.Table_Name);
I_C_AcctSchema result = null;
@ -99,7 +99,7 @@ public class X_M_Product_Costing extends PO implements I_M_Product_Costing, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -343,7 +343,7 @@ public class X_M_Product_Costing extends PO implements I_M_Product_Costing, I_Pe
return bd;
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -354,7 +354,7 @@ public class X_M_Product_Costing extends PO implements I_M_Product_Costing, I_Pe
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.Env;
/** Generated Model for M_Product_PO
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent
{
@ -81,7 +81,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent
return sb.toString();
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -92,7 +92,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -119,7 +119,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -130,7 +130,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -178,7 +178,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent
return bd;
}
public I_C_UOM getC_UOM() throws Exception
public I_C_UOM getC_UOM() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_UOM.Table_Name);
I_C_UOM result = null;
@ -189,7 +189,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -339,7 +339,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent
return (String)get_Value(COLUMNNAME_Manufacturer);
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -350,7 +350,7 @@ public class X_M_Product_PO extends PO implements I_M_Product_PO, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -26,7 +26,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_Production
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_Production extends PO implements I_M_Production, I_Persistent
{
@ -79,8 +79,6 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent
return sb.toString();
}
/** AD_OrgTrx_ID AD_Reference_ID=130 */
public static final int AD_ORGTRX_ID_AD_Reference_ID=130;
/** Set Trx Organization.
@param AD_OrgTrx_ID
Performing or initiating organization
@ -104,7 +102,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent
return ii.intValue();
}
public I_C_Activity getC_Activity() throws Exception
public I_C_Activity getC_Activity() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Activity.Table_Name);
I_C_Activity result = null;
@ -115,7 +113,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -143,7 +141,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent
return ii.intValue();
}
public I_C_Campaign getC_Campaign() throws Exception
public I_C_Campaign getC_Campaign() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Campaign.Table_Name);
I_C_Campaign result = null;
@ -154,7 +152,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -182,7 +180,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent
return ii.intValue();
}
public I_C_Project getC_Project() throws Exception
public I_C_Project getC_Project() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Project.Table_Name);
I_C_Project result = null;
@ -193,7 +191,7 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -396,8 +394,6 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent
return false;
}
/** User1_ID AD_Reference_ID=134 */
public static final int USER1_ID_AD_Reference_ID=134;
/** Set User List 1.
@param User1_ID
User defined list element #1
@ -421,8 +417,6 @@ public class X_M_Production extends PO implements I_M_Production, I_Persistent
return ii.intValue();
}
/** User2_ID AD_Reference_ID=137 */
public static final int USER2_ID_AD_Reference_ID=137;
/** Set User List 2.
@param User2_ID
User defined list element #2

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_ProductionLine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Persistent
{
@ -194,7 +194,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers
return bd;
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -205,7 +205,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -254,7 +254,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers
return ii.intValue();
}
public I_M_ProductionPlan getM_ProductionPlan() throws Exception
public I_M_ProductionPlan getM_ProductionPlan() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_ProductionPlan.Table_Name);
I_M_ProductionPlan result = null;
@ -265,7 +265,7 @@ public class X_M_ProductionLine extends PO implements I_M_ProductionLine, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_ProductionLineMA
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_Persistent
{
@ -120,7 +120,7 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_
return bd;
}
public I_M_ProductionLine getM_ProductionLine() throws Exception
public I_M_ProductionLine getM_ProductionLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_ProductionLine.Table_Name);
I_M_ProductionLine result = null;
@ -131,7 +131,7 @@ public class X_M_ProductionLineMA extends PO implements I_M_ProductionLineMA, I_
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_ProductionPlan
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Persistent
{
@ -150,8 +150,6 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers
return ii.intValue();
}
/** M_Product_ID AD_Reference_ID=211 */
public static final int M_PRODUCT_ID_AD_Reference_ID=211;
/** Set Product.
@param M_Product_ID
Product, Service, Item
@ -174,7 +172,7 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers
return ii.intValue();
}
public I_M_Production getM_Production() throws Exception
public I_M_Production getM_Production() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Production.Table_Name);
I_M_Production result = null;
@ -185,7 +183,7 @@ public class X_M_ProductionPlan extends PO implements I_M_ProductionPlan, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_RMA
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
{
@ -108,7 +108,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
return bd;
}
public I_C_BPartner getC_BPartner() throws Exception
public I_C_BPartner getC_BPartner() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_BPartner.Table_Name);
I_C_BPartner result = null;
@ -119,7 +119,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -147,7 +147,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
return ii.intValue();
}
public I_C_Currency getC_Currency() throws Exception
public I_C_Currency getC_Currency() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Currency.Table_Name);
I_C_Currency result = null;
@ -158,7 +158,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -186,8 +186,6 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
return ii.intValue();
}
/** C_DocType_ID AD_Reference_ID=321 */
public static final int C_DOCTYPE_ID_AD_Reference_ID=321;
/** Set Document Type.
@param C_DocType_ID
Document type or rules
@ -210,7 +208,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
return ii.intValue();
}
public I_C_Order getC_Order() throws Exception
public I_C_Order getC_Order() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Order.Table_Name);
I_C_Order result = null;
@ -221,7 +219,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -419,8 +417,6 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
return (String)get_Value(COLUMNNAME_Help);
}
/** InOut_ID AD_Reference_ID=337 */
public static final int INOUT_ID_AD_Reference_ID=337;
/** Set Shipment/Receipt.
@param InOut_ID
MaterialShipment Document
@ -513,7 +509,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
return ii.intValue();
}
public I_M_RMAType getM_RMAType() throws Exception
public I_M_RMAType getM_RMAType() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_RMAType.Table_Name);
I_M_RMAType result = null;
@ -524,7 +520,7 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -615,8 +611,6 @@ public class X_M_RMA extends PO implements I_M_RMA, I_Persistent
return false;
}
/** SalesRep_ID AD_Reference_ID=190 */
public static final int SALESREP_ID_AD_Reference_ID=190;
/** Set Sales Representative.
@param SalesRep_ID
Sales Representative or Company Agent

View File

@ -27,7 +27,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_RMALine
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent
{
@ -97,7 +97,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent
return bd;
}
public I_C_Charge getC_Charge() throws Exception
public I_C_Charge getC_Charge() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_C_Charge.Table_Name);
I_C_Charge result = null;
@ -108,7 +108,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -193,7 +193,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent
return bd;
}
public I_M_InOutLine getM_InOutLine() throws Exception
public I_M_InOutLine getM_InOutLine() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_InOutLine.Table_Name);
I_M_InOutLine result = null;
@ -204,7 +204,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -232,7 +232,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent
return ii.intValue();
}
public I_M_RMA getM_RMA() throws Exception
public I_M_RMA getM_RMA() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_RMA.Table_Name);
I_M_RMA result = null;
@ -243,7 +243,7 @@ public class X_M_RMALine extends PO implements I_M_RMALine, I_Persistent
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}

View File

@ -23,7 +23,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Model for M_RMAType
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_RMAType extends PO implements I_M_RMAType, I_Persistent
{

View File

@ -24,7 +24,7 @@ import java.util.logging.Level;
/** Generated Model for M_RelatedProduct
* @author Adempiere (generated)
* @version Release 3.5.2a - $Id$ */
* @version Release 3.5.3a - $Id$ */
public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Persistent
{
@ -91,7 +91,7 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers
return (String)get_Value(COLUMNNAME_Description);
}
public I_M_Product getM_Product() throws Exception
public I_M_Product getM_Product() throws RuntimeException
{
Class<?> clazz = MTable.getClass(I_M_Product.Table_Name);
I_M_Product result = null;
@ -102,7 +102,7 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers
} catch (Exception e) {
log.log(Level.SEVERE, "(id) - Table=" + Table_Name + ",Class=" + clazz, e);
log.saveError("Error", "Table=" + Table_Name + ",Class=" + clazz);
throw e;
throw new RuntimeException( e );
}
return result;
}
@ -148,8 +148,6 @@ public class X_M_RelatedProduct extends PO implements I_M_RelatedProduct, I_Pers
return (String)get_Value(COLUMNNAME_Name);
}
/** RelatedProduct_ID AD_Reference_ID=162 */
public static final int RELATEDPRODUCT_ID_AD_Reference_ID=162;
/** Set Related Product.
@param RelatedProduct_ID
Related Product

Some files were not shown because too many files have changed in this diff Show More