Merge Revision 12586 from /release to /trunk

r12586
Steps to release -> generate complete model for new version (official tables) part 3/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:
tspc 2010-06-15 06:15:19 +00:00
parent 59e9167d17
commit 53eb16c257
249 changed files with 1085 additions and 1026 deletions

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Product /** Generated Interface for M_Product
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Product public interface I_M_Product
{ {
@ -251,12 +251,12 @@ public interface I_M_Product
public static final String COLUMNNAME_GuaranteeDaysMin = "GuaranteeDaysMin"; public static final String COLUMNNAME_GuaranteeDaysMin = "GuaranteeDaysMin";
/** Set Min Guarantee Days. /** Set Min Guarantee Days.
* Minumum number of guarantee days * Minimum number of guarantee days
*/ */
public void setGuaranteeDaysMin (int GuaranteeDaysMin); public void setGuaranteeDaysMin (int GuaranteeDaysMin);
/** Get Min Guarantee Days. /** Get Min Guarantee Days.
* Minumum number of guarantee days * Minimum number of guarantee days
*/ */
public int getGuaranteeDaysMin(); public int getGuaranteeDaysMin();
@ -446,22 +446,26 @@ public interface I_M_Product
public static final String COLUMNNAME_IsWebStoreFeatured = "IsWebStoreFeatured"; public static final String COLUMNNAME_IsWebStoreFeatured = "IsWebStoreFeatured";
/** Set Featured in Web Store. /** Set Featured in Web Store.
* If selected, the product is displayed in the inital or any empy search * If selected, the product is displayed in the initial or any empty search
*/ */
public void setIsWebStoreFeatured (boolean IsWebStoreFeatured); public void setIsWebStoreFeatured (boolean IsWebStoreFeatured);
/** Get Featured in Web Store. /** Get Featured in Web Store.
* If selected, the product is displayed in the inital or any empy search * If selected, the product is displayed in the initial or any empty search
*/ */
public boolean isWebStoreFeatured(); public boolean isWebStoreFeatured();
/** Column name LowLevel */ /** Column name LowLevel */
public static final String COLUMNNAME_LowLevel = "LowLevel"; public static final String COLUMNNAME_LowLevel = "LowLevel";
/** Set Low Level */ /** Set Low Level.
* The Low Level is used to calculate the material plan and determines if a net requirement should be exploited
*/
public void setLowLevel (int LowLevel); public void setLowLevel (int LowLevel);
/** Get Low Level */ /** Get Low Level.
* The Low Level is used to calculate the material plan and determines if a net requirement should be exploited
*/
public int getLowLevel(); public int getLowLevel();
/** Column name M_AttributeSet_ID */ /** Column name M_AttributeSet_ID */

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_ProductDownload /** Generated Interface for M_ProductDownload
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_ProductDownload public interface I_M_ProductDownload
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_ProductOperation /** Generated Interface for M_ProductOperation
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_ProductOperation public interface I_M_ProductOperation
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_ProductPrice /** Generated Interface for M_ProductPrice
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_ProductPrice public interface I_M_ProductPrice
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_ProductPriceVendorBreak /** Generated Interface for M_ProductPriceVendorBreak
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_ProductPriceVendorBreak public interface I_M_ProductPriceVendorBreak
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Product_BOM /** Generated Interface for M_Product_BOM
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Product_BOM public interface I_M_Product_BOM
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Product_Category /** Generated Interface for M_Product_Category
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Product_Category public interface I_M_Product_Category
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Product_Category_Acct /** Generated Interface for M_Product_Category_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Product_Category_Acct public interface I_M_Product_Category_Acct
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Product_Costing /** Generated Interface for M_Product_Costing
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Product_Costing public interface I_M_Product_Costing
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Product_PO /** Generated Interface for M_Product_PO
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Product_PO public interface I_M_Product_PO
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Production /** Generated Interface for M_Production
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Production public interface I_M_Production
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_ProductionLine /** Generated Interface for M_ProductionLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_ProductionLine public interface I_M_ProductionLine
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_ProductionLineMA /** Generated Interface for M_ProductionLineMA
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_ProductionLineMA public interface I_M_ProductionLineMA
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_ProductionPlan /** Generated Interface for M_ProductionPlan
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_ProductionPlan public interface I_M_ProductionPlan
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Promotion /** Generated Interface for M_Promotion
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Promotion public interface I_M_Promotion
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_PromotionDistribution /** Generated Interface for M_PromotionDistribution
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_PromotionDistribution public interface I_M_PromotionDistribution
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_PromotionGroup /** Generated Interface for M_PromotionGroup
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_PromotionGroup public interface I_M_PromotionGroup
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_PromotionGroupLine /** Generated Interface for M_PromotionGroupLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_PromotionGroupLine public interface I_M_PromotionGroupLine
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_PromotionLine /** Generated Interface for M_PromotionLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_PromotionLine public interface I_M_PromotionLine
{ {
@ -108,12 +108,12 @@ public interface I_M_PromotionLine
public static final String COLUMNNAME_MinimumAmt = "MinimumAmt"; public static final String COLUMNNAME_MinimumAmt = "MinimumAmt";
/** Set Minimum Amt. /** Set Minimum Amt.
* Minumum Amout in Document Currency * Minimum Amount in Document Currency
*/ */
public void setMinimumAmt (BigDecimal MinimumAmt); public void setMinimumAmt (BigDecimal MinimumAmt);
/** Get Minimum Amt. /** Get Minimum Amt.
* Minumum Amout in Document Currency * Minimum Amount in Document Currency
*/ */
public BigDecimal getMinimumAmt(); public BigDecimal getMinimumAmt();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_PromotionPreCondition /** Generated Interface for M_PromotionPreCondition
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_PromotionPreCondition public interface I_M_PromotionPreCondition
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_PromotionReward /** Generated Interface for M_PromotionReward
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_PromotionReward public interface I_M_PromotionReward
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_RMA /** Generated Interface for M_RMA
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_RMA public interface I_M_RMA
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_RMALine /** Generated Interface for M_RMALine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_RMALine public interface I_M_RMALine
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_RMAType /** Generated Interface for M_RMAType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_RMAType public interface I_M_RMAType
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_RelatedProduct /** Generated Interface for M_RelatedProduct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_RelatedProduct public interface I_M_RelatedProduct
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Replenish /** Generated Interface for M_Replenish
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Replenish public interface I_M_Replenish
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Requisition /** Generated Interface for M_Requisition
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Requisition public interface I_M_Requisition
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_RequisitionLine /** Generated Interface for M_RequisitionLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_RequisitionLine public interface I_M_RequisitionLine
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_SerNoCtl /** Generated Interface for M_SerNoCtl
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_SerNoCtl public interface I_M_SerNoCtl
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_SerNoCtlExclude /** Generated Interface for M_SerNoCtlExclude
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_SerNoCtlExclude public interface I_M_SerNoCtlExclude
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Shipper /** Generated Interface for M_Shipper
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Shipper public interface I_M_Shipper
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Storage /** Generated Interface for M_Storage
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Storage public interface I_M_Storage
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Substitute /** Generated Interface for M_Substitute
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Substitute public interface I_M_Substitute
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Transaction /** Generated Interface for M_Transaction
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Transaction public interface I_M_Transaction
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_TransactionAllocation /** Generated Interface for M_TransactionAllocation
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_TransactionAllocation public interface I_M_TransactionAllocation
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Warehouse /** Generated Interface for M_Warehouse
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Warehouse public interface I_M_Warehouse
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for M_Warehouse_Acct /** Generated Interface for M_Warehouse_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_M_Warehouse_Acct public interface I_M_Warehouse_Acct
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_Achievement /** Generated Interface for PA_Achievement
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_Achievement public interface I_PA_Achievement
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_Benchmark /** Generated Interface for PA_Benchmark
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_Benchmark public interface I_PA_Benchmark
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_BenchmarkData /** Generated Interface for PA_BenchmarkData
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_BenchmarkData public interface I_PA_BenchmarkData
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_ColorSchema /** Generated Interface for PA_ColorSchema
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_ColorSchema public interface I_PA_ColorSchema
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_DashboardContent /** Generated Interface for PA_DashboardContent
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_DashboardContent public interface I_PA_DashboardContent
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_Goal /** Generated Interface for PA_Goal
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_Goal public interface I_PA_Goal
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_GoalRestriction /** Generated Interface for PA_GoalRestriction
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_GoalRestriction public interface I_PA_GoalRestriction
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_Hierarchy /** Generated Interface for PA_Hierarchy
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_Hierarchy public interface I_PA_Hierarchy
{ {
@ -81,12 +81,12 @@ public interface I_PA_Hierarchy
public static final String COLUMNNAME_AD_Tree_Activity_ID = "AD_Tree_Activity_ID"; public static final String COLUMNNAME_AD_Tree_Activity_ID = "AD_Tree_Activity_ID";
/** Set Activity Tree. /** Set Activity Tree.
* Tree to determine activity hierarchy * Trees are used for (financial) reporting
*/ */
public void setAD_Tree_Activity_ID (int AD_Tree_Activity_ID); public void setAD_Tree_Activity_ID (int AD_Tree_Activity_ID);
/** Get Activity Tree. /** Get Activity Tree.
* Tree to determine activity hierarchy * Trees are used for (financial) reporting
*/ */
public int getAD_Tree_Activity_ID(); public int getAD_Tree_Activity_ID();
@ -96,12 +96,12 @@ public interface I_PA_Hierarchy
public static final String COLUMNNAME_AD_Tree_BPartner_ID = "AD_Tree_BPartner_ID"; public static final String COLUMNNAME_AD_Tree_BPartner_ID = "AD_Tree_BPartner_ID";
/** Set BPartner Tree. /** Set BPartner Tree.
* Tree to determine business partner hierarchy * Trees are used for (financial) reporting
*/ */
public void setAD_Tree_BPartner_ID (int AD_Tree_BPartner_ID); public void setAD_Tree_BPartner_ID (int AD_Tree_BPartner_ID);
/** Get BPartner Tree. /** Get BPartner Tree.
* Tree to determine business partner hierarchy * Trees are used for (financial) reporting
*/ */
public int getAD_Tree_BPartner_ID(); public int getAD_Tree_BPartner_ID();
@ -111,12 +111,12 @@ public interface I_PA_Hierarchy
public static final String COLUMNNAME_AD_Tree_Campaign_ID = "AD_Tree_Campaign_ID"; public static final String COLUMNNAME_AD_Tree_Campaign_ID = "AD_Tree_Campaign_ID";
/** Set Campaign Tree. /** Set Campaign Tree.
* Tree to determine marketing campaign hierarchy * Trees are used for (financial) reporting
*/ */
public void setAD_Tree_Campaign_ID (int AD_Tree_Campaign_ID); public void setAD_Tree_Campaign_ID (int AD_Tree_Campaign_ID);
/** Get Campaign Tree. /** Get Campaign Tree.
* Tree to determine marketing campaign hierarchy * Trees are used for (financial) reporting
*/ */
public int getAD_Tree_Campaign_ID(); public int getAD_Tree_Campaign_ID();
@ -126,12 +126,12 @@ public interface I_PA_Hierarchy
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID"; public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
/** Set Organization Tree. /** Set Organization Tree.
* Tree to determine organizational hierarchy * Trees are used for (financial) reporting and security access (via role)
*/ */
public void setAD_Tree_Org_ID (int AD_Tree_Org_ID); public void setAD_Tree_Org_ID (int AD_Tree_Org_ID);
/** Get Organization Tree. /** Get Organization Tree.
* Tree to determine organizational hierarchy * Trees are used for (financial) reporting and security access (via role)
*/ */
public int getAD_Tree_Org_ID(); public int getAD_Tree_Org_ID();
@ -141,12 +141,12 @@ public interface I_PA_Hierarchy
public static final String COLUMNNAME_AD_Tree_Product_ID = "AD_Tree_Product_ID"; public static final String COLUMNNAME_AD_Tree_Product_ID = "AD_Tree_Product_ID";
/** Set Product Tree. /** Set Product Tree.
* Tree to determine product hierarchy * Trees are used for (financial) reporting
*/ */
public void setAD_Tree_Product_ID (int AD_Tree_Product_ID); public void setAD_Tree_Product_ID (int AD_Tree_Product_ID);
/** Get Product Tree. /** Get Product Tree.
* Tree to determine product hierarchy * Trees are used for (financial) reporting
*/ */
public int getAD_Tree_Product_ID(); public int getAD_Tree_Product_ID();
@ -156,12 +156,12 @@ public interface I_PA_Hierarchy
public static final String COLUMNNAME_AD_Tree_Project_ID = "AD_Tree_Project_ID"; public static final String COLUMNNAME_AD_Tree_Project_ID = "AD_Tree_Project_ID";
/** Set Project Tree. /** Set Project Tree.
* Tree to determine project hierarchy * Trees are used for (financial) reporting
*/ */
public void setAD_Tree_Project_ID (int AD_Tree_Project_ID); public void setAD_Tree_Project_ID (int AD_Tree_Project_ID);
/** Get Project Tree. /** Get Project Tree.
* Tree to determine project hierarchy * Trees are used for (financial) reporting
*/ */
public int getAD_Tree_Project_ID(); public int getAD_Tree_Project_ID();
@ -171,12 +171,12 @@ public interface I_PA_Hierarchy
public static final String COLUMNNAME_AD_Tree_SalesRegion_ID = "AD_Tree_SalesRegion_ID"; public static final String COLUMNNAME_AD_Tree_SalesRegion_ID = "AD_Tree_SalesRegion_ID";
/** Set Sales Region Tree. /** Set Sales Region Tree.
* Tree to determine sales regional hierarchy * Trees are used for (financial) reporting
*/ */
public void setAD_Tree_SalesRegion_ID (int AD_Tree_SalesRegion_ID); public void setAD_Tree_SalesRegion_ID (int AD_Tree_SalesRegion_ID);
/** Get Sales Region Tree. /** Get Sales Region Tree.
* Tree to determine sales regional hierarchy * Trees are used for (financial) reporting
*/ */
public int getAD_Tree_SalesRegion_ID(); public int getAD_Tree_SalesRegion_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_Measure /** Generated Interface for PA_Measure
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_Measure public interface I_PA_Measure
{ {
@ -259,12 +259,12 @@ public interface I_PA_Measure
public static final String COLUMNNAME_PA_Ratio_ID = "PA_Ratio_ID"; public static final String COLUMNNAME_PA_Ratio_ID = "PA_Ratio_ID";
/** Set Ratio. /** Set Ratio.
* Performace Ratio * Performance Ratio
*/ */
public void setPA_Ratio_ID (int PA_Ratio_ID); public void setPA_Ratio_ID (int PA_Ratio_ID);
/** Get Ratio. /** Get Ratio.
* Performace Ratio * Performance Ratio
*/ */
public int getPA_Ratio_ID(); public int getPA_Ratio_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_MeasureCalc /** Generated Interface for PA_MeasureCalc
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_MeasureCalc public interface I_PA_MeasureCalc
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_Ratio /** Generated Interface for PA_Ratio
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_Ratio public interface I_PA_Ratio
{ {
@ -149,12 +149,12 @@ public interface I_PA_Ratio
public static final String COLUMNNAME_PA_Ratio_ID = "PA_Ratio_ID"; public static final String COLUMNNAME_PA_Ratio_ID = "PA_Ratio_ID";
/** Set Ratio. /** Set Ratio.
* Performace Ratio * Performance Ratio
*/ */
public void setPA_Ratio_ID (int PA_Ratio_ID); public void setPA_Ratio_ID (int PA_Ratio_ID);
/** Get Ratio. /** Get Ratio.
* Performace Ratio * Performance Ratio
*/ */
public int getPA_Ratio_ID(); public int getPA_Ratio_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_RatioElement /** Generated Interface for PA_RatioElement
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_RatioElement public interface I_PA_RatioElement
{ {
@ -177,12 +177,12 @@ public interface I_PA_RatioElement
public static final String COLUMNNAME_PA_Ratio_ID = "PA_Ratio_ID"; public static final String COLUMNNAME_PA_Ratio_ID = "PA_Ratio_ID";
/** Set Ratio. /** Set Ratio.
* Performace Ratio * Performance Ratio
*/ */
public void setPA_Ratio_ID (int PA_Ratio_ID); public void setPA_Ratio_ID (int PA_Ratio_ID);
/** Get Ratio. /** Get Ratio.
* Performace Ratio * Performance Ratio
*/ */
public int getPA_Ratio_ID(); public int getPA_Ratio_ID();
@ -192,12 +192,12 @@ public interface I_PA_RatioElement
public static final String COLUMNNAME_PA_RatioUsed_ID = "PA_RatioUsed_ID"; public static final String COLUMNNAME_PA_RatioUsed_ID = "PA_RatioUsed_ID";
/** Set Ratio Used. /** Set Ratio Used.
* Performace Ratio Used * Performance Ratio Used
*/ */
public void setPA_RatioUsed_ID (int PA_RatioUsed_ID); public void setPA_RatioUsed_ID (int PA_RatioUsed_ID);
/** Get Ratio Used. /** Get Ratio Used.
* Performace Ratio Used * Performance Ratio Used
*/ */
public int getPA_RatioUsed_ID(); public int getPA_RatioUsed_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_Report /** Generated Interface for PA_Report
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_Report public interface I_PA_Report
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_ReportColumn /** Generated Interface for PA_ReportColumn
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_ReportColumn public interface I_PA_ReportColumn
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_ReportColumnSet /** Generated Interface for PA_ReportColumnSet
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_ReportColumnSet public interface I_PA_ReportColumnSet
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_ReportCube /** Generated Interface for PA_ReportCube
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_ReportCube public interface I_PA_ReportCube
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_ReportLine /** Generated Interface for PA_ReportLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_ReportLine public interface I_PA_ReportLine
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_ReportLineSet /** Generated Interface for PA_ReportLineSet
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_ReportLineSet public interface I_PA_ReportLineSet
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_ReportSource /** Generated Interface for PA_ReportSource
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_ReportSource public interface I_PA_ReportSource
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_SLA_Criteria /** Generated Interface for PA_SLA_Criteria
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_SLA_Criteria public interface I_PA_SLA_Criteria
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_SLA_Goal /** Generated Interface for PA_SLA_Goal
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_SLA_Goal public interface I_PA_SLA_Goal
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for PA_SLA_Measure /** Generated Interface for PA_SLA_Measure
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_PA_SLA_Measure public interface I_PA_SLA_Measure
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for RV_BPartner /** Generated Interface for RV_BPartner
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_RV_BPartner public interface I_RV_BPartner
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for RV_WarehousePrice /** Generated Interface for RV_WarehousePrice
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_RV_WarehousePrice public interface I_RV_WarehousePrice
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_Category /** Generated Interface for R_Category
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_Category public interface I_R_Category
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_CategoryUpdates /** Generated Interface for R_CategoryUpdates
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_CategoryUpdates public interface I_R_CategoryUpdates
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_ContactInterest /** Generated Interface for R_ContactInterest
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_ContactInterest public interface I_R_ContactInterest
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_Group /** Generated Interface for R_Group
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_Group public interface I_R_Group
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_GroupUpdates /** Generated Interface for R_GroupUpdates
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_GroupUpdates public interface I_R_GroupUpdates
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_InterestArea /** Generated Interface for R_InterestArea
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_InterestArea public interface I_R_InterestArea
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_IssueKnown /** Generated Interface for R_IssueKnown
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_IssueKnown public interface I_R_IssueKnown
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_IssueProject /** Generated Interface for R_IssueProject
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_IssueProject public interface I_R_IssueProject
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_IssueRecommendation /** Generated Interface for R_IssueRecommendation
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_IssueRecommendation public interface I_R_IssueRecommendation
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_IssueStatus /** Generated Interface for R_IssueStatus
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_IssueStatus public interface I_R_IssueStatus
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_IssueSystem /** Generated Interface for R_IssueSystem
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_IssueSystem public interface I_R_IssueSystem
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_IssueUser /** Generated Interface for R_IssueUser
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_IssueUser public interface I_R_IssueUser
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_MailText /** Generated Interface for R_MailText
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_MailText public interface I_R_MailText
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_Request /** Generated Interface for R_Request
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_Request public interface I_R_Request
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_RequestAction /** Generated Interface for R_RequestAction
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_RequestAction public interface I_R_RequestAction
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_RequestProcessor /** Generated Interface for R_RequestProcessor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_RequestProcessor public interface I_R_RequestProcessor
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_RequestProcessorLog /** Generated Interface for R_RequestProcessorLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_RequestProcessorLog public interface I_R_RequestProcessorLog
{ {
@ -121,12 +121,12 @@ public interface I_R_RequestProcessorLog
public static final String COLUMNNAME_IsError = "IsError"; public static final String COLUMNNAME_IsError = "IsError";
/** Set Error. /** Set Error.
* An Error occured in the execution * An Error occurred in the execution
*/ */
public void setIsError (boolean IsError); public void setIsError (boolean IsError);
/** Get Error. /** Get Error.
* An Error occured in the execution * An Error occurred in the execution
*/ */
public boolean isError(); public boolean isError();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_RequestProcessor_Route /** Generated Interface for R_RequestProcessor_Route
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_RequestProcessor_Route public interface I_R_RequestProcessor_Route
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_RequestType /** Generated Interface for R_RequestType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_RequestType public interface I_R_RequestType
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_RequestTypeUpdates /** Generated Interface for R_RequestTypeUpdates
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_RequestTypeUpdates public interface I_R_RequestTypeUpdates
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_RequestUpdate /** Generated Interface for R_RequestUpdate
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_RequestUpdate public interface I_R_RequestUpdate
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_RequestUpdates /** Generated Interface for R_RequestUpdates
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_RequestUpdates public interface I_R_RequestUpdates
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_Resolution /** Generated Interface for R_Resolution
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_Resolution public interface I_R_Resolution
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_StandardResponse /** Generated Interface for R_StandardResponse
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_StandardResponse public interface I_R_StandardResponse
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_Status /** Generated Interface for R_Status
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_Status public interface I_R_Status
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for R_StatusCategory /** Generated Interface for R_StatusCategory
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_R_StatusCategory public interface I_R_StatusCategory
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_ExpenseType /** Generated Interface for S_ExpenseType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_ExpenseType public interface I_S_ExpenseType
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_Resource /** Generated Interface for S_Resource
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_Resource public interface I_S_Resource
{ {
@ -221,10 +221,14 @@ public interface I_S_Resource
/** Column name QueuingTime */ /** Column name QueuingTime */
public static final String COLUMNNAME_QueuingTime = "QueuingTime"; public static final String COLUMNNAME_QueuingTime = "QueuingTime";
/** Set Queuing Time */ /** Set Queuing Time.
* Queue time is the time a job waits at a work center before begin handled.
*/
public void setQueuingTime (BigDecimal QueuingTime); public void setQueuingTime (BigDecimal QueuingTime);
/** Get Queuing Time */ /** Get Queuing Time.
* Queue time is the time a job waits at a work center before begin handled.
*/
public BigDecimal getQueuingTime(); public BigDecimal getQueuingTime();
/** Column name S_Resource_ID */ /** Column name S_Resource_ID */

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_ResourceAssignment /** Generated Interface for S_ResourceAssignment
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_ResourceAssignment public interface I_S_ResourceAssignment
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_ResourceType /** Generated Interface for S_ResourceType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_ResourceType public interface I_S_ResourceType
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_ResourceUnAvailable /** Generated Interface for S_ResourceUnAvailable
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_ResourceUnAvailable public interface I_S_ResourceUnAvailable
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_TimeExpense /** Generated Interface for S_TimeExpense
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_TimeExpense public interface I_S_TimeExpense
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_TimeExpenseLine /** Generated Interface for S_TimeExpenseLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_TimeExpenseLine public interface I_S_TimeExpenseLine
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_TimeType /** Generated Interface for S_TimeType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_TimeType public interface I_S_TimeType
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_Training /** Generated Interface for S_Training
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_Training public interface I_S_Training
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for S_Training_Class /** Generated Interface for S_Training_Class
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_S_Training_Class public interface I_S_Training_Class
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for T_Aging /** Generated Interface for T_Aging
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_T_Aging public interface I_T_Aging
{ {

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for T_DistributionRunDetail /** Generated Interface for T_DistributionRunDetail
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_T_DistributionRunDetail public interface I_T_DistributionRunDetail
{ {
@ -170,12 +170,12 @@ public interface I_T_DistributionRunDetail
public static final String COLUMNNAME_M_DistributionRunLine_ID = "M_DistributionRunLine_ID"; public static final String COLUMNNAME_M_DistributionRunLine_ID = "M_DistributionRunLine_ID";
/** Set Distribution Run Line. /** Set Distribution Run Line.
* 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); public void setM_DistributionRunLine_ID (int M_DistributionRunLine_ID);
/** Get Distribution Run Line. /** Get Distribution Run Line.
* Distribution Run Lines define Distribution List, the Product and Quantiries * Distribution Run Lines define Distribution List, the Product and Quantities
*/ */
public int getM_DistributionRunLine_ID(); public int getM_DistributionRunLine_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for T_InventoryValue /** Generated Interface for T_InventoryValue
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_T_InventoryValue public interface I_T_InventoryValue
{ {

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