Merge Revision 12588 from /release to /trunk
r12588 Steps to release -> generate complete model for new version (official tables) part 5/5 ***** Please note: trunk may have build problems till this series of commits are completed ***** Each merge is taking about 1/2 an hour and each commit 1/4 an hour !!! I LUV SVN Regards, Tony
This commit is contained in:
parent
9a0fbbb63d
commit
e998dd0a61
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_Tax
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_Tax extends PO implements I_C_Tax, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_Tax (Properties ctx, int C_Tax_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_TaxCategory
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_TaxCategory extends PO implements I_C_TaxCategory, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_TaxCategory (Properties ctx, int C_TaxCategory_ID, String trxName)
|
||||
|
|
|
@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_TaxDeclaration
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_TaxDeclaration extends PO implements I_C_TaxDeclaration, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_TaxDeclaration (Properties ctx, int C_TaxDeclaration_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for C_TaxDeclarationAcct
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_TaxDeclarationAcct extends PO implements I_C_TaxDeclarationAcct, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_TaxDeclarationAcct (Properties ctx, int C_TaxDeclarationAcct_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for C_TaxDeclarationLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_TaxDeclarationLine extends PO implements I_C_TaxDeclarationLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_TaxDeclarationLine (Properties ctx, int C_TaxDeclarationLine_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_TaxPostal
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_TaxPostal extends PO implements I_C_TaxPostal, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_TaxPostal (Properties ctx, int C_TaxPostal_ID, String trxName)
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for C_Tax_Acct
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_Tax_Acct extends PO implements I_C_Tax_Acct, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_Tax_Acct (Properties ctx, int C_Tax_Acct_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_UOM
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_UOM extends PO implements I_C_UOM, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_UOM (Properties ctx, int C_UOM_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_UOM_Conversion
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_UOM_Conversion extends PO implements I_C_UOM_Conversion, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_UOM_Conversion (Properties ctx, int C_UOM_Conversion_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_UserRemuneration
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_UserRemuneration extends PO implements I_C_UserRemuneration, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_UserRemuneration (Properties ctx, int C_UserRemuneration_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_ValidCombination
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_ValidCombination extends PO implements I_C_ValidCombination, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_ValidCombination (Properties ctx, int C_ValidCombination_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_Withholding
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_Withholding extends PO implements I_C_Withholding, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_Withholding (Properties ctx, int C_Withholding_ID, String trxName)
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for C_Withholding_Acct
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_Withholding_Acct extends PO implements I_C_Withholding_Acct, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_Withholding_Acct (Properties ctx, int C_Withholding_Acct_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for C_Year
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_C_Year extends PO implements I_C_Year, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_C_Year (Properties ctx, int C_Year_ID, String trxName)
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for EXP_Format
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_EXP_Format extends PO implements I_EXP_Format, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_EXP_Format (Properties ctx, int EXP_Format_ID, String trxName)
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for EXP_FormatLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_EXP_FormatLine (Properties ctx, int EXP_FormatLine_ID, String trxName)
|
||||
|
@ -128,7 +128,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste
|
|||
|
||||
/** Set Date Format.
|
||||
@param DateFormat
|
||||
Date format used in the imput format
|
||||
Date format used in the input format
|
||||
*/
|
||||
public void setDateFormat (String DateFormat)
|
||||
{
|
||||
|
@ -136,7 +136,7 @@ public class X_EXP_FormatLine extends PO implements I_EXP_FormatLine, I_Persiste
|
|||
}
|
||||
|
||||
/** Get Date Format.
|
||||
@return Date format used in the imput format
|
||||
@return Date format used in the input format
|
||||
*/
|
||||
public String getDateFormat ()
|
||||
{
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for EXP_Processor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_EXP_Processor extends PO implements I_EXP_Processor, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_EXP_Processor (Properties ctx, int EXP_Processor_ID, String trxName)
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for EXP_ProcessorParameter
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_EXP_ProcessorParameter extends PO implements I_EXP_ProcessorParameter, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_EXP_ProcessorParameter (Properties ctx, int EXP_ProcessorParameter_ID, String trxName)
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for EXP_Processor_Type
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_EXP_Processor_Type extends PO implements I_EXP_Processor_Type, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_EXP_Processor_Type (Properties ctx, int EXP_Processor_Type_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for Fact_Acct
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_Fact_Acct extends PO implements I_Fact_Acct, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_Fact_Acct (Properties ctx, int Fact_Acct_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for Fact_Acct_Summary
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_Fact_Acct_Summary extends PO implements I_Fact_Acct_Summary, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_Fact_Acct_Summary (Properties ctx, int Fact_Acct_Summary_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_Budget
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_Budget extends PO implements I_GL_Budget, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_Budget (Properties ctx, int GL_Budget_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_BudgetControl
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_BudgetControl extends PO implements I_GL_BudgetControl, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_BudgetControl (Properties ctx, int GL_BudgetControl_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_Category
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_Category extends PO implements I_GL_Category, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_Category (Properties ctx, int GL_Category_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_Distribution
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_Distribution extends PO implements I_GL_Distribution, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_Distribution (Properties ctx, int GL_Distribution_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_DistributionLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_DistributionLine extends PO implements I_GL_DistributionLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_DistributionLine (Properties ctx, int GL_DistributionLine_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_Fund
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_Fund extends PO implements I_GL_Fund, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_Fund (Properties ctx, int GL_Fund_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_FundRestriction
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_FundRestriction extends PO implements I_GL_FundRestriction, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_FundRestriction (Properties ctx, int GL_FundRestriction_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_Journal
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_Journal extends PO implements I_GL_Journal, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20100302L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_Journal (Properties ctx, int GL_Journal_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_JournalBatch
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_JournalBatch extends PO implements I_GL_JournalBatch, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_JournalBatch (Properties ctx, int GL_JournalBatch_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for GL_JournalLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_GL_JournalLine (Properties ctx, int GL_JournalLine_ID, String trxName)
|
||||
|
@ -247,15 +247,15 @@ public class X_GL_JournalLine extends PO implements I_GL_JournalLine, I_Persiste
|
|||
return bd;
|
||||
}
|
||||
|
||||
/** Set A_Processed.
|
||||
@param A_Processed A_Processed */
|
||||
/** Set Processed.
|
||||
@param A_Processed Processed */
|
||||
public void setA_Processed (boolean A_Processed)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Processed, Boolean.valueOf(A_Processed));
|
||||
}
|
||||
|
||||
/** Get A_Processed.
|
||||
@return A_Processed */
|
||||
/** Get Processed.
|
||||
@return Processed */
|
||||
public boolean isA_Processed ()
|
||||
{
|
||||
Object oo = get_Value(COLUMNNAME_A_Processed);
|
||||
|
|
|
@ -23,14 +23,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for IMP_Processor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_IMP_Processor extends PO implements I_IMP_Processor, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_IMP_Processor (Properties ctx, int IMP_Processor_ID, String trxName)
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for IMP_ProcessorLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_IMP_ProcessorLog (Properties ctx, int IMP_ProcessorLog_ID, String trxName)
|
||||
|
@ -72,7 +72,7 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** Set BinaryData.
|
||||
/** Set Binary Data.
|
||||
@param BinaryData
|
||||
Binary Data
|
||||
*/
|
||||
|
@ -81,7 +81,7 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers
|
|||
set_Value (COLUMNNAME_BinaryData, BinaryData);
|
||||
}
|
||||
|
||||
/** Get BinaryData.
|
||||
/** Get Binary Data.
|
||||
@return Binary Data
|
||||
*/
|
||||
public byte[] getBinaryData ()
|
||||
|
@ -170,7 +170,7 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers
|
|||
|
||||
/** Set Error.
|
||||
@param IsError
|
||||
An Error occured in the execution
|
||||
An Error occurred in the execution
|
||||
*/
|
||||
public void setIsError (boolean IsError)
|
||||
{
|
||||
|
@ -178,7 +178,7 @@ public class X_IMP_ProcessorLog extends PO implements I_IMP_ProcessorLog, I_Pers
|
|||
}
|
||||
|
||||
/** Get Error.
|
||||
@return An Error occured in the execution
|
||||
@return An Error occurred in the execution
|
||||
*/
|
||||
public boolean isError ()
|
||||
{
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for IMP_ProcessorParameter
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_IMP_ProcessorParameter extends PO implements I_IMP_ProcessorParameter, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_IMP_ProcessorParameter (Properties ctx, int IMP_ProcessorParameter_ID, String trxName)
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for IMP_Processor_Type
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_IMP_Processor_Type extends PO implements I_IMP_Processor_Type, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_IMP_Processor_Type (Properties ctx, int IMP_Processor_Type_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_Asset
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_Asset (Properties ctx, int I_Asset_ID, String trxName)
|
||||
|
@ -95,15 +95,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set A_Accumulated_Depr.
|
||||
@param A_Accumulated_Depr A_Accumulated_Depr */
|
||||
/** Set Accumulated Depreciation.
|
||||
@param A_Accumulated_Depr Accumulated Depreciation */
|
||||
public void setA_Accumulated_Depr (BigDecimal A_Accumulated_Depr)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Accumulated_Depr, A_Accumulated_Depr);
|
||||
}
|
||||
|
||||
/** Get A_Accumulated_Depr.
|
||||
@return A_Accumulated_Depr */
|
||||
/** Get Accumulated Depreciation.
|
||||
@return Accumulated Depreciation */
|
||||
public BigDecimal getA_Accumulated_Depr ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Accumulated_Depr);
|
||||
|
@ -134,15 +134,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set A_Asset_Cost.
|
||||
@param A_Asset_Cost A_Asset_Cost */
|
||||
/** Set Asset Cost.
|
||||
@param A_Asset_Cost Asset Cost */
|
||||
public void setA_Asset_Cost (BigDecimal A_Asset_Cost)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Asset_Cost, A_Asset_Cost);
|
||||
}
|
||||
|
||||
/** Get A_Asset_Cost.
|
||||
@return A_Asset_Cost */
|
||||
/** Get Asset Cost.
|
||||
@return Asset Cost */
|
||||
public BigDecimal getA_Asset_Cost ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Asset_Cost);
|
||||
|
@ -202,15 +202,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set A_Asset_Life_Current_Year.
|
||||
@param A_Asset_Life_Current_Year A_Asset_Life_Current_Year */
|
||||
/** Set Asset Life Current Year.
|
||||
@param A_Asset_Life_Current_Year Asset Life Current Year */
|
||||
public void setA_Asset_Life_Current_Year (int A_Asset_Life_Current_Year)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Asset_Life_Current_Year, Integer.valueOf(A_Asset_Life_Current_Year));
|
||||
}
|
||||
|
||||
/** Get A_Asset_Life_Current_Year.
|
||||
@return A_Asset_Life_Current_Year */
|
||||
/** Get Asset Life Current Year.
|
||||
@return Asset Life Current Year */
|
||||
public int getA_Asset_Life_Current_Year ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Life_Current_Year);
|
||||
|
@ -219,15 +219,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set A_Asset_Life_Years.
|
||||
@param A_Asset_Life_Years A_Asset_Life_Years */
|
||||
/** Set Asset Life Years.
|
||||
@param A_Asset_Life_Years Asset Life Years */
|
||||
public void setA_Asset_Life_Years (int A_Asset_Life_Years)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Asset_Life_Years, Integer.valueOf(A_Asset_Life_Years));
|
||||
}
|
||||
|
||||
/** Get A_Asset_Life_Years.
|
||||
@return A_Asset_Life_Years */
|
||||
/** Get Asset Life Years.
|
||||
@return Asset Life Years */
|
||||
public int getA_Asset_Life_Years ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Life_Years);
|
||||
|
@ -241,15 +241,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return (I_A_Asset_Spread)MTable.get(getCtx(), I_A_Asset_Spread.Table_Name)
|
||||
.getPO(getA_Asset_Spread_Type(), get_TrxName()); }
|
||||
|
||||
/** Set A_Asset_Spread_Type.
|
||||
@param A_Asset_Spread_Type A_Asset_Spread_Type */
|
||||
/** Set Asset Spread Type.
|
||||
@param A_Asset_Spread_Type Asset Spread Type */
|
||||
public void setA_Asset_Spread_Type (int A_Asset_Spread_Type)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Asset_Spread_Type, Integer.valueOf(A_Asset_Spread_Type));
|
||||
}
|
||||
|
||||
/** Get A_Asset_Spread_Type.
|
||||
@return A_Asset_Spread_Type */
|
||||
/** Get Asset Spread Type.
|
||||
@return Asset Spread Type */
|
||||
public int getA_Asset_Spread_Type ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_A_Asset_Spread_Type);
|
||||
|
@ -258,15 +258,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set A_Base_Amount.
|
||||
@param A_Base_Amount A_Base_Amount */
|
||||
/** Set Base Amount.
|
||||
@param A_Base_Amount Base Amount */
|
||||
public void setA_Base_Amount (BigDecimal A_Base_Amount)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Base_Amount, A_Base_Amount);
|
||||
}
|
||||
|
||||
/** Get A_Base_Amount.
|
||||
@return A_Base_Amount */
|
||||
/** Get Base Amount.
|
||||
@return Base Amount */
|
||||
public BigDecimal getA_Base_Amount ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Base_Amount);
|
||||
|
@ -275,15 +275,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return bd;
|
||||
}
|
||||
|
||||
/** Set A_Calc_Accumulated_Depr.
|
||||
@param A_Calc_Accumulated_Depr A_Calc_Accumulated_Depr */
|
||||
/** Set Calc. Accumulated Depr..
|
||||
@param A_Calc_Accumulated_Depr Calc. Accumulated Depr. */
|
||||
public void setA_Calc_Accumulated_Depr (BigDecimal A_Calc_Accumulated_Depr)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Calc_Accumulated_Depr, A_Calc_Accumulated_Depr);
|
||||
}
|
||||
|
||||
/** Get A_Calc_Accumulated_Depr.
|
||||
@return A_Calc_Accumulated_Depr */
|
||||
/** Get Calc. Accumulated Depr..
|
||||
@return Calc. Accumulated Depr. */
|
||||
public BigDecimal getA_Calc_Accumulated_Depr ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Calc_Accumulated_Depr);
|
||||
|
@ -292,15 +292,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return bd;
|
||||
}
|
||||
|
||||
/** Set A_Curr_Dep_Exp.
|
||||
@param A_Curr_Dep_Exp A_Curr_Dep_Exp */
|
||||
/** Set Curr. Dep. Exp..
|
||||
@param A_Curr_Dep_Exp Curr. Dep. Exp. */
|
||||
public void setA_Curr_Dep_Exp (BigDecimal A_Curr_Dep_Exp)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Curr_Dep_Exp, A_Curr_Dep_Exp);
|
||||
}
|
||||
|
||||
/** Get A_Curr_Dep_Exp.
|
||||
@return A_Curr_Dep_Exp */
|
||||
/** Get Curr. Dep. Exp..
|
||||
@return Curr. Dep. Exp. */
|
||||
public BigDecimal getA_Curr_Dep_Exp ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Curr_Dep_Exp);
|
||||
|
@ -309,15 +309,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return bd;
|
||||
}
|
||||
|
||||
/** Set A_Current_Period.
|
||||
@param A_Current_Period A_Current_Period */
|
||||
/** Set Current Period.
|
||||
@param A_Current_Period Current Period */
|
||||
public void setA_Current_Period (int A_Current_Period)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Current_Period, Integer.valueOf(A_Current_Period));
|
||||
}
|
||||
|
||||
/** Get A_Current_Period.
|
||||
@return A_Current_Period */
|
||||
/** Get Current Period.
|
||||
@return Current Period */
|
||||
public int getA_Current_Period ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_A_Current_Period);
|
||||
|
@ -370,15 +370,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set A_Depreciation_Manual_Amount.
|
||||
@param A_Depreciation_Manual_Amount A_Depreciation_Manual_Amount */
|
||||
/** Set Depreciation Manual Amount.
|
||||
@param A_Depreciation_Manual_Amount Depreciation Manual Amount */
|
||||
public void setA_Depreciation_Manual_Amount (BigDecimal A_Depreciation_Manual_Amount)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Depreciation_Manual_Amount, A_Depreciation_Manual_Amount);
|
||||
}
|
||||
|
||||
/** Get A_Depreciation_Manual_Amount.
|
||||
@return A_Depreciation_Manual_Amount */
|
||||
/** Get Depreciation Manual Amount.
|
||||
@return Depreciation Manual Amount */
|
||||
public BigDecimal getA_Depreciation_Manual_Amount ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Manual_Amount);
|
||||
|
@ -393,16 +393,16 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
public static final String A_DEPRECIATION_MANUAL_PERIOD_Period = "PR";
|
||||
/** Yearly = YR */
|
||||
public static final String A_DEPRECIATION_MANUAL_PERIOD_Yearly = "YR";
|
||||
/** Set A_Depreciation_Manual_Period.
|
||||
@param A_Depreciation_Manual_Period A_Depreciation_Manual_Period */
|
||||
/** Set Depreciation Manual Period.
|
||||
@param A_Depreciation_Manual_Period Depreciation Manual Period */
|
||||
public void setA_Depreciation_Manual_Period (String A_Depreciation_Manual_Period)
|
||||
{
|
||||
|
||||
set_Value (COLUMNNAME_A_Depreciation_Manual_Period, A_Depreciation_Manual_Period);
|
||||
}
|
||||
|
||||
/** Get A_Depreciation_Manual_Period.
|
||||
@return A_Depreciation_Manual_Period */
|
||||
/** Get Depreciation Manual Period.
|
||||
@return Depreciation Manual Period */
|
||||
public String getA_Depreciation_Manual_Period ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_A_Depreciation_Manual_Period);
|
||||
|
@ -413,8 +413,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return (I_A_Depreciation_Table_Header)MTable.get(getCtx(), I_A_Depreciation_Table_Header.Table_Name)
|
||||
.getPO(getA_Depreciation_Table_Header_ID(), get_TrxName()); }
|
||||
|
||||
/** Set A_Depreciation_Table_Header_ID.
|
||||
@param A_Depreciation_Table_Header_ID A_Depreciation_Table_Header_ID */
|
||||
/** Set Depreciation Table Header.
|
||||
@param A_Depreciation_Table_Header_ID Depreciation Table Header */
|
||||
public void setA_Depreciation_Table_Header_ID (int A_Depreciation_Table_Header_ID)
|
||||
{
|
||||
if (A_Depreciation_Table_Header_ID < 1)
|
||||
|
@ -423,8 +423,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
set_Value (COLUMNNAME_A_Depreciation_Table_Header_ID, Integer.valueOf(A_Depreciation_Table_Header_ID));
|
||||
}
|
||||
|
||||
/** Get A_Depreciation_Table_Header_ID.
|
||||
@return A_Depreciation_Table_Header_ID */
|
||||
/** Get Depreciation Table Header.
|
||||
@return Depreciation Table Header */
|
||||
public int getA_Depreciation_Table_Header_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_A_Depreciation_Table_Header_ID);
|
||||
|
@ -433,15 +433,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set A_Depreciation_Variable_Perc.
|
||||
@param A_Depreciation_Variable_Perc A_Depreciation_Variable_Perc */
|
||||
/** Set Depreciation Variable Perc..
|
||||
@param A_Depreciation_Variable_Perc Depreciation Variable Perc. */
|
||||
public void setA_Depreciation_Variable_Perc (BigDecimal A_Depreciation_Variable_Perc)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Depreciation_Variable_Perc, A_Depreciation_Variable_Perc);
|
||||
}
|
||||
|
||||
/** Get A_Depreciation_Variable_Perc.
|
||||
@return A_Depreciation_Variable_Perc */
|
||||
/** Get Depreciation Variable Perc..
|
||||
@return Depreciation Variable Perc. */
|
||||
public BigDecimal getA_Depreciation_Variable_Perc ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Depreciation_Variable_Perc);
|
||||
|
@ -571,15 +571,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set A_Period_Posted.
|
||||
@param A_Period_Posted A_Period_Posted */
|
||||
/** Set Period Posted.
|
||||
@param A_Period_Posted Period Posted */
|
||||
public void setA_Period_Posted (int A_Period_Posted)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Period_Posted, Integer.valueOf(A_Period_Posted));
|
||||
}
|
||||
|
||||
/** Get A_Period_Posted.
|
||||
@return A_Period_Posted */
|
||||
/** Get Period Posted.
|
||||
@return Period Posted */
|
||||
public int getA_Period_Posted ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_A_Period_Posted);
|
||||
|
@ -605,15 +605,15 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** Set A_Prior_Year_Accumulated_Depr.
|
||||
@param A_Prior_Year_Accumulated_Depr A_Prior_Year_Accumulated_Depr */
|
||||
/** Set Prior. Year Accumulated Depr..
|
||||
@param A_Prior_Year_Accumulated_Depr Prior. Year Accumulated Depr. */
|
||||
public void setA_Prior_Year_Accumulated_Depr (BigDecimal A_Prior_Year_Accumulated_Depr)
|
||||
{
|
||||
set_Value (COLUMNNAME_A_Prior_Year_Accumulated_Depr, A_Prior_Year_Accumulated_Depr);
|
||||
}
|
||||
|
||||
/** Get A_Prior_Year_Accumulated_Depr.
|
||||
@return A_Prior_Year_Accumulated_Depr */
|
||||
/** Get Prior. Year Accumulated Depr..
|
||||
@return Prior. Year Accumulated Depr. */
|
||||
public BigDecimal getA_Prior_Year_Accumulated_Depr ()
|
||||
{
|
||||
BigDecimal bd = (BigDecimal)get_Value(COLUMNNAME_A_Prior_Year_Accumulated_Depr);
|
||||
|
@ -1101,8 +1101,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_Help);
|
||||
}
|
||||
|
||||
/** Set I_Asset_ID.
|
||||
@param I_Asset_ID I_Asset_ID */
|
||||
/** Set Asset.
|
||||
@param I_Asset_ID Asset */
|
||||
public void setI_Asset_ID (int I_Asset_ID)
|
||||
{
|
||||
if (I_Asset_ID < 1)
|
||||
|
@ -1111,8 +1111,8 @@ public class X_I_Asset extends PO implements I_I_Asset, I_Persistent
|
|||
set_ValueNoCheck (COLUMNNAME_I_Asset_ID, Integer.valueOf(I_Asset_ID));
|
||||
}
|
||||
|
||||
/** Get I_Asset_ID.
|
||||
@return I_Asset_ID */
|
||||
/** Get Asset.
|
||||
@return Asset */
|
||||
public int getI_Asset_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_I_Asset_ID);
|
||||
|
|
|
@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_BPartner
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_BPartner (Properties ctx, int I_BPartner_ID, String trxName)
|
||||
|
@ -776,7 +776,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_Postal);
|
||||
}
|
||||
|
||||
/** Set -.
|
||||
/** Set Additional Zip.
|
||||
@param Postal_Add
|
||||
Additional ZIP or Postal code
|
||||
*/
|
||||
|
@ -785,7 +785,7 @@ public class X_I_BPartner extends PO implements I_I_BPartner, I_Persistent
|
|||
set_Value (COLUMNNAME_Postal_Add, Postal_Add);
|
||||
}
|
||||
|
||||
/** Get -.
|
||||
/** Get Additional Zip.
|
||||
@return Additional ZIP or Postal code
|
||||
*/
|
||||
public String getPostal_Add ()
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for I_BankStatement
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_BankStatement (Properties ctx, int I_BankStatement_ID, String trxName)
|
||||
|
@ -506,7 +506,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis
|
|||
|
||||
/** Set EFT Payee Account.
|
||||
@param EftPayeeAccount
|
||||
Electronic Funds Transfer Payyee Account Information
|
||||
Electronic Funds Transfer Payee Account Information
|
||||
*/
|
||||
public void setEftPayeeAccount (String EftPayeeAccount)
|
||||
{
|
||||
|
@ -514,7 +514,7 @@ public class X_I_BankStatement extends PO implements I_I_BankStatement, I_Persis
|
|||
}
|
||||
|
||||
/** Get EFT Payee Account.
|
||||
@return Electronic Funds Transfer Payyee Account Information
|
||||
@return Electronic Funds Transfer Payee Account Information
|
||||
*/
|
||||
public String getEftPayeeAccount ()
|
||||
{
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_Conversion_Rate
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_Conversion_Rate extends PO implements I_I_Conversion_Rate, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_Conversion_Rate (Properties ctx, int I_Conversion_Rate_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_ElementValue
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_ElementValue extends PO implements I_I_ElementValue, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_ElementValue (Properties ctx, int I_ElementValue_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_FAJournal
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_FAJournal (Properties ctx, int I_FAJournal_ID, String trxName)
|
||||
|
@ -1062,8 +1062,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
|
|||
return (String)get_Value(COLUMNNAME_I_ErrorMsg);
|
||||
}
|
||||
|
||||
/** Set I_FAJournal_ID.
|
||||
@param I_FAJournal_ID I_FAJournal_ID */
|
||||
/** Set FA Journal.
|
||||
@param I_FAJournal_ID FA Journal */
|
||||
public void setI_FAJournal_ID (int I_FAJournal_ID)
|
||||
{
|
||||
if (I_FAJournal_ID < 1)
|
||||
|
@ -1072,8 +1072,8 @@ public class X_I_FAJournal extends PO implements I_I_FAJournal, I_Persistent
|
|||
set_ValueNoCheck (COLUMNNAME_I_FAJournal_ID, Integer.valueOf(I_FAJournal_ID));
|
||||
}
|
||||
|
||||
/** Get I_FAJournal_ID.
|
||||
@return I_FAJournal_ID */
|
||||
/** Get FA Journal.
|
||||
@return FA Journal */
|
||||
public int getI_FAJournal_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_I_FAJournal_ID);
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_GLJournal
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_GLJournal extends PO implements I_I_GLJournal, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_GLJournal (Properties ctx, int I_GLJournal_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_InOutLineConfirm
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_InOutLineConfirm extends PO implements I_I_InOutLineConfirm, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_InOutLineConfirm (Properties ctx, int I_InOutLineConfirm_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_Inventory
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_Inventory extends PO implements I_I_Inventory, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_Inventory (Properties ctx, int I_Inventory_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for I_Invoice
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_Invoice (Properties ctx, int I_Invoice_ID, String trxName)
|
||||
|
@ -73,15 +73,15 @@ public class X_I_Invoice extends PO implements I_I_Invoice, I_Persistent
|
|||
return sb.toString();
|
||||
}
|
||||
|
||||
/** Set ActivityValue.
|
||||
@param ActivityValue ActivityValue */
|
||||
/** Set Activity Value.
|
||||
@param ActivityValue Activity Value */
|
||||
public void setActivityValue (String ActivityValue)
|
||||
{
|
||||
set_Value (COLUMNNAME_ActivityValue, ActivityValue);
|
||||
}
|
||||
|
||||
/** Get ActivityValue.
|
||||
@return ActivityValue */
|
||||
/** Get Activity Value.
|
||||
@return Activity Value */
|
||||
public String getActivityValue ()
|
||||
{
|
||||
return (String)get_Value(COLUMNNAME_ActivityValue);
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for I_Order
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_Order extends PO implements I_I_Order, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20100315L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_Order (Properties ctx, int I_Order_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for I_Payment
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_Payment extends PO implements I_I_Payment, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_Payment (Properties ctx, int I_Payment_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for I_PriceList
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_PriceList extends PO implements I_I_PriceList, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_PriceList (Properties ctx, int I_PriceList_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_Product
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_Product extends PO implements I_I_Product, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_Product (Properties ctx, int I_Product_ID, String trxName)
|
||||
|
@ -292,15 +292,15 @@ public class X_I_Product extends PO implements I_I_Product, I_Persistent
|
|||
|
||||
/** Set Discontinued At.
|
||||
@param DiscontinuedAt
|
||||
Discontinued At
|
||||
Discontinued At indicates Date when product was discontinued
|
||||
*/
|
||||
public void setDiscontinuedAt (Timestamp DiscontinuedAt)
|
||||
{
|
||||
set_Value (COLUMNNAME_DiscontinuedAt, DiscontinuedAt);
|
||||
}
|
||||
|
||||
/** Get Discontinued at.
|
||||
@return Discontinued At
|
||||
/** Get Discontinued At.
|
||||
@return Discontinued At indicates Date when product was discontinued
|
||||
*/
|
||||
public Timestamp getDiscontinuedAt ()
|
||||
{
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for I_ReportLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_I_ReportLine extends PO implements I_I_ReportLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20100201L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_I_ReportLine (Properties ctx, int I_ReportLine_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_Category
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_Category extends PO implements I_K_Category, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_Category (Properties ctx, int K_Category_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_CategoryValue
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_CategoryValue extends PO implements I_K_CategoryValue, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_CategoryValue (Properties ctx, int K_CategoryValue_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_Comment
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_Comment extends PO implements I_K_Comment, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_Comment (Properties ctx, int K_Comment_ID, String trxName)
|
||||
|
|
|
@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_Entry
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_Entry extends PO implements I_K_Entry, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_Entry (Properties ctx, int K_Entry_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_EntryCategory
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_EntryCategory extends PO implements I_K_EntryCategory, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_EntryCategory (Properties ctx, int K_EntryCategory_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_EntryRelated
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_EntryRelated (Properties ctx, int K_EntryRelated_ID, String trxName)
|
||||
|
@ -101,7 +101,7 @@ public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persiste
|
|||
|
||||
/** Set Related Entry.
|
||||
@param K_EntryRelated_ID
|
||||
Related Entry for this Enntry
|
||||
Related Entry for this Entry
|
||||
*/
|
||||
public void setK_EntryRelated_ID (int K_EntryRelated_ID)
|
||||
{
|
||||
|
@ -112,7 +112,7 @@ public class X_K_EntryRelated extends PO implements I_K_EntryRelated, I_Persiste
|
|||
}
|
||||
|
||||
/** Get Related Entry.
|
||||
@return Related Entry for this Enntry
|
||||
@return Related Entry for this Entry
|
||||
*/
|
||||
public int getK_EntryRelated_ID ()
|
||||
{
|
||||
|
|
|
@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_Index
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_Index extends PO implements I_K_Index, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_Index (Properties ctx, int K_Index_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_IndexLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_IndexLog extends PO implements I_K_IndexLog, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_IndexLog (Properties ctx, int K_IndexLog_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_IndexStop
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_IndexStop extends PO implements I_K_IndexStop, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_IndexStop (Properties ctx, int K_IndexStop_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_Source
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_Source extends PO implements I_K_Source, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_Source (Properties ctx, int K_Source_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_Synonym
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_Synonym extends PO implements I_K_Synonym, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_Synonym (Properties ctx, int K_Synonym_ID, String trxName)
|
||||
|
@ -95,7 +95,7 @@ public class X_K_Synonym extends PO implements I_K_Synonym, I_Persistent
|
|||
|
||||
/** Set Knowledge Synonym.
|
||||
@param K_Synonym_ID
|
||||
Knowlege Keyword Synonym
|
||||
Knowledge Keyword Synonym
|
||||
*/
|
||||
public void setK_Synonym_ID (int K_Synonym_ID)
|
||||
{
|
||||
|
@ -106,7 +106,7 @@ public class X_K_Synonym extends PO implements I_K_Synonym, I_Persistent
|
|||
}
|
||||
|
||||
/** Get Knowledge Synonym.
|
||||
@return Knowlege Keyword Synonym
|
||||
@return Knowledge Keyword Synonym
|
||||
*/
|
||||
public int getK_Synonym_ID ()
|
||||
{
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_Topic
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_Topic extends PO implements I_K_Topic, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_Topic (Properties ctx, int K_Topic_ID, String trxName)
|
||||
|
@ -186,7 +186,7 @@ public class X_K_Topic extends PO implements I_K_Topic, I_Persistent
|
|||
return (I_K_Type)MTable.get(getCtx(), I_K_Type.Table_Name)
|
||||
.getPO(getK_Type_ID(), get_TrxName()); }
|
||||
|
||||
/** Set Knowldge Type.
|
||||
/** Set Knowledge Type.
|
||||
@param K_Type_ID
|
||||
Knowledge Type
|
||||
*/
|
||||
|
@ -198,7 +198,7 @@ public class X_K_Topic extends PO implements I_K_Topic, I_Persistent
|
|||
set_ValueNoCheck (COLUMNNAME_K_Type_ID, Integer.valueOf(K_Type_ID));
|
||||
}
|
||||
|
||||
/** Get Knowldge Type.
|
||||
/** Get Knowledge Type.
|
||||
@return Knowledge Type
|
||||
*/
|
||||
public int getK_Type_ID ()
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for K_Type
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_K_Type extends PO implements I_K_Type, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_K_Type (Properties ctx, int K_Type_ID, String trxName)
|
||||
|
@ -157,7 +157,7 @@ public class X_K_Type extends PO implements I_K_Type, I_Persistent
|
|||
return false;
|
||||
}
|
||||
|
||||
/** Set Knowldge Type.
|
||||
/** Set Knowledge Type.
|
||||
@param K_Type_ID
|
||||
Knowledge Type
|
||||
*/
|
||||
|
@ -169,7 +169,7 @@ public class X_K_Type extends PO implements I_K_Type, I_Persistent
|
|||
set_ValueNoCheck (COLUMNNAME_K_Type_ID, Integer.valueOf(K_Type_ID));
|
||||
}
|
||||
|
||||
/** Get Knowldge Type.
|
||||
/** Get Knowledge Type.
|
||||
@return Knowledge Type
|
||||
*/
|
||||
public int getK_Type_ID ()
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_Attribute
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_Attribute extends PO implements I_M_Attribute, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_Attribute (Properties ctx, int M_Attribute_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_AttributeInstance
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_AttributeInstance extends PO implements I_M_AttributeInstance, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_AttributeInstance (Properties ctx, int M_AttributeInstance_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_AttributeSearch
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_AttributeSearch extends PO implements I_M_AttributeSearch, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_AttributeSearch (Properties ctx, int M_AttributeSearch_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_AttributeSet
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_AttributeSet extends PO implements I_M_AttributeSet, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_AttributeSet (Properties ctx, int M_AttributeSet_ID, String trxName)
|
||||
|
|
|
@ -22,14 +22,14 @@ import java.util.Properties;
|
|||
|
||||
/** Generated Model for M_AttributeSetExclude
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_AttributeSetExclude extends PO implements I_M_AttributeSetExclude, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_AttributeSetExclude (Properties ctx, int M_AttributeSetExclude_ID, String trxName)
|
||||
|
|
|
@ -24,14 +24,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_AttributeSetInstance
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_AttributeSetInstance extends PO implements I_M_AttributeSetInstance, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_AttributeSetInstance (Properties ctx, int M_AttributeSetInstance_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_AttributeUse
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_AttributeUse extends PO implements I_M_AttributeUse, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_AttributeUse (Properties ctx, int M_AttributeUse_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_AttributeValue
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_AttributeValue extends PO implements I_M_AttributeValue, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_AttributeValue (Properties ctx, int M_AttributeValue_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_BOM
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_BOM extends PO implements I_M_BOM, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_BOM (Properties ctx, int M_BOM_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_BOMAlternative
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_BOMAlternative extends PO implements I_M_BOMAlternative, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_BOMAlternative (Properties ctx, int M_BOMAlternative_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_BOMProduct
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_BOMProduct (Properties ctx, int M_BOMProduct_ID, String trxName)
|
||||
|
@ -191,7 +191,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
|
|||
|
||||
/** Set Lead Time Offset.
|
||||
@param LeadTimeOffset
|
||||
Optional Lead Time offest before starting production
|
||||
Optional Lead Time offset before starting production
|
||||
*/
|
||||
public void setLeadTimeOffset (int LeadTimeOffset)
|
||||
{
|
||||
|
@ -199,7 +199,7 @@ public class X_M_BOMProduct extends PO implements I_M_BOMProduct, I_Persistent
|
|||
}
|
||||
|
||||
/** Get Lead Time Offset.
|
||||
@return Optional Lead Time offest before starting production
|
||||
@return Optional Lead Time offset before starting production
|
||||
*/
|
||||
public int getLeadTimeOffset ()
|
||||
{
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_ChangeNotice
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_ChangeNotice extends PO implements I_M_ChangeNotice, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_ChangeNotice (Properties ctx, int M_ChangeNotice_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_ChangeRequest
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_ChangeRequest extends PO implements I_M_ChangeRequest, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_ChangeRequest (Properties ctx, int M_ChangeRequest_ID, String trxName)
|
||||
|
|
|
@ -24,14 +24,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for M_Cost
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_Cost extends PO implements I_M_Cost, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_Cost (Properties ctx, int M_Cost_ID, String trxName)
|
||||
|
|
|
@ -24,14 +24,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for M_CostDetail
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_CostDetail extends PO implements I_M_CostDetail, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20100407L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_CostDetail (Properties ctx, int M_CostDetail_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_CostElement
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_CostElement extends PO implements I_M_CostElement, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_CostElement (Properties ctx, int M_CostElement_ID, String trxName)
|
||||
|
|
|
@ -24,14 +24,14 @@ import org.compiere.util.Env;
|
|||
|
||||
/** Generated Model for M_CostQueue
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_CostQueue extends PO implements I_M_CostQueue, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_CostQueue (Properties ctx, int M_CostQueue_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_CostType
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_CostType extends PO implements I_M_CostType, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_CostType (Properties ctx, int M_CostType_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_Demand
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_Demand extends PO implements I_M_Demand, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_Demand (Properties ctx, int M_Demand_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_DemandDetail
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_DemandDetail extends PO implements I_M_DemandDetail, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_DemandDetail (Properties ctx, int M_DemandDetail_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_DemandLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_DemandLine extends PO implements I_M_DemandLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_DemandLine (Properties ctx, int M_DemandLine_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_DiscountSchema
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_DiscountSchema extends PO implements I_M_DiscountSchema, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_DiscountSchema (Properties ctx, int M_DiscountSchema_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_DiscountSchemaBreak
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_DiscountSchemaBreak extends PO implements I_M_DiscountSchemaBreak, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_DiscountSchemaBreak (Properties ctx, int M_DiscountSchemaBreak_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_DiscountSchemaLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_DiscountSchemaLine extends PO implements I_M_DiscountSchemaLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_DiscountSchemaLine (Properties ctx, int M_DiscountSchemaLine_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_DistributionList
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_DistributionList extends PO implements I_M_DistributionList, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_DistributionList (Properties ctx, int M_DistributionList_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_DistributionListLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_DistributionListLine extends PO implements I_M_DistributionListLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_DistributionListLine (Properties ctx, int M_DistributionListLine_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_DistributionRun
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_DistributionRun extends PO implements I_M_DistributionRun, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_DistributionRun (Properties ctx, int M_DistributionRun_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_DistributionRunLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_DistributionRunLine (Properties ctx, int M_DistributionRunLine_ID, String trxName)
|
||||
|
@ -183,7 +183,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi
|
|||
|
||||
/** Set Distribution Run Line.
|
||||
@param M_DistributionRunLine_ID
|
||||
Distribution Run Lines define Distribution List, the Product and Quantiries
|
||||
Distribution Run Lines define Distribution List, the Product and Quantities
|
||||
*/
|
||||
public void setM_DistributionRunLine_ID (int M_DistributionRunLine_ID)
|
||||
{
|
||||
|
@ -194,7 +194,7 @@ public class X_M_DistributionRunLine extends PO implements I_M_DistributionRunLi
|
|||
}
|
||||
|
||||
/** Get Distribution Run Line.
|
||||
@return Distribution Run Lines define Distribution List, the Product and Quantiries
|
||||
@return Distribution Run Lines define Distribution List, the Product and Quantities
|
||||
*/
|
||||
public int getM_DistributionRunLine_ID ()
|
||||
{
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_Forecast
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_Forecast extends PO implements I_M_Forecast, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_Forecast (Properties ctx, int M_Forecast_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_ForecastLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_ForecastLine extends PO implements I_M_ForecastLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_ForecastLine (Properties ctx, int M_ForecastLine_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_Freight
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_Freight extends PO implements I_M_Freight, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_Freight (Properties ctx, int M_Freight_ID, String trxName)
|
||||
|
|
|
@ -23,14 +23,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_FreightCategory
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_FreightCategory extends PO implements I_M_FreightCategory, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_FreightCategory (Properties ctx, int M_FreightCategory_ID, String trxName)
|
||||
|
|
|
@ -26,14 +26,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_InOut
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_InOut extends PO implements I_M_InOut, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20100302L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_InOut (Properties ctx, int M_InOut_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_InOutConfirm
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_InOutConfirm extends PO implements I_M_InOutConfirm, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_InOutConfirm (Properties ctx, int M_InOutConfirm_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_InOutLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_InOutLine extends PO implements I_M_InOutLine, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_InOutLine (Properties ctx, int M_InOutLine_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_InOutLineConfirm
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_InOutLineConfirm extends PO implements I_M_InOutLineConfirm, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_InOutLineConfirm (Properties ctx, int M_InOutLineConfirm_ID, String trxName)
|
||||
|
|
|
@ -25,14 +25,14 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Model for M_InOutLineMA
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a - $Id$ */
|
||||
* @version Release 3.6.0LTS - $Id$ */
|
||||
public class X_M_InOutLineMA extends PO implements I_M_InOutLineMA, I_Persistent
|
||||
{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 20090915L;
|
||||
private static final long serialVersionUID = 20100614L;
|
||||
|
||||
/** Standard Constructor */
|
||||
public X_M_InOutLineMA (Properties ctx, int M_InOutLineMA_ID, String trxName)
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue