Merge Revision 12585 from /release to /trunk

r12585
Steps to release -> generate complete model for new version (official tables) part 2/5

***** Please note: trunk may have build problems till this series of commits are completed
***** Each merge is taking about 1/2 an hour to complete !!!

Regards,
Tony
This commit is contained in:
tspc 2010-06-15 05:22:08 +00:00
parent de1049eb4a
commit 59e9167d17
250 changed files with 804 additions and 804 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for CM_CStage /** Generated Interface for CM_CStage
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_CM_CStage public interface I_CM_CStage
{ {
@ -124,12 +124,12 @@ public interface I_CM_CStage
public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL"; public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL";
/** Set External Link (URL). /** Set External Link (URL).
* External Link (IRL) for the Container * External Link (URL) for the Container
*/ */
public void setContainerLinkURL (String ContainerLinkURL); public void setContainerLinkURL (String ContainerLinkURL);
/** Get External Link (URL). /** Get External Link (URL).
* External Link (IRL) for the Container * External Link (URL) for the Container
*/ */
public String getContainerLinkURL(); public String getContainerLinkURL();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for CM_CStageTTable /** Generated Interface for CM_CStageTTable
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_CM_CStageTTable public interface I_CM_CStageTTable
{ {
@ -81,12 +81,12 @@ public interface I_CM_CStageTTable
public static final String COLUMNNAME_CM_CStageTTable_ID = "CM_CStageTTable_ID"; public static final String COLUMNNAME_CM_CStageTTable_ID = "CM_CStageTTable_ID";
/** Set Stage T.Table. /** Set Stage T.Table.
* Containet Stage Template Table * Container Stage Template Table
*/ */
public void setCM_CStageTTable_ID (int CM_CStageTTable_ID); public void setCM_CStageTTable_ID (int CM_CStageTTable_ID);
/** Get Stage T.Table. /** Get Stage T.Table.
* Containet Stage Template Table * Container Stage Template Table
*/ */
public int getCM_CStageTTable_ID(); public int getCM_CStageTTable_ID();

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for CM_Container /** Generated Interface for CM_Container
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_CM_Container public interface I_CM_Container
{ {
@ -124,12 +124,12 @@ public interface I_CM_Container
public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL"; public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL";
/** Set External Link (URL). /** Set External Link (URL).
* External Link (IRL) for the Container * External Link (URL) for the Container
*/ */
public void setContainerLinkURL (String ContainerLinkURL); public void setContainerLinkURL (String ContainerLinkURL);
/** Get External Link (URL). /** Get External Link (URL).
* External Link (IRL) for the Container * External Link (URL) for the Container
*/ */
public String getContainerLinkURL(); public String getContainerLinkURL();

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for CM_Template /** Generated Interface for CM_Template
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_CM_Template public interface I_CM_Template
{ {
@ -123,12 +123,12 @@ public interface I_CM_Template
public static final String COLUMNNAME_Elements = "Elements"; public static final String COLUMNNAME_Elements = "Elements";
/** Set Elements. /** Set Elements.
* Contains list of elements seperated by CR * Contains list of elements separated by CR
*/ */
public void setElements (String Elements); public void setElements (String Elements);
/** Get Elements. /** Get Elements.
* Contains list of elements seperated by CR * Contains list of elements separated by CR
*/ */
public String getElements(); public String getElements();

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,451 +1,451 @@
/****************************************************************************** /******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution * * Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* This program is free software, you can redistribute it and/or modify it * * This program is free software, you can redistribute it and/or modify it *
* under the terms version 2 of the GNU General Public License as published * * under the terms version 2 of the GNU General Public License as published *
* by the Free Software Foundation. This program is distributed in the hope * * by the Free Software Foundation. This program is distributed in the hope *
* that it will be useful, but WITHOUT ANY WARRANTY, without even the implied * * that it will be useful, but WITHOUT ANY WARRANTY, without even the implied *
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* See the GNU General Public License for more details. * * See the GNU General Public License for more details. *
* You should have received a copy of the GNU General Public License along * * You should have received a copy of the GNU General Public License along *
* with this program, if not, write to the Free Software Foundation, Inc., * * with this program, if not, write to the Free Software Foundation, Inc., *
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* For the text or an alternative of this public license, you may reach us * * For the text or an alternative of this public license, you may reach us *
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA * * ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
* or via info@compiere.org or http://www.compiere.org/license.html * * or via info@compiere.org or http://www.compiere.org/license.html *
*****************************************************************************/ *****************************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.sql.Timestamp; import java.sql.Timestamp;
import org.compiere.util.KeyNamePair; import org.compiere.util.KeyNamePair;
/** Generated Interface for C_Country /** Generated Interface for C_Country
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_C_Country public interface I_C_Country
{ {
/** TableName=C_Country */ /** TableName=C_Country */
public static final String Table_Name = "C_Country"; public static final String Table_Name = "C_Country";
/** AD_Table_ID=170 */ /** AD_Table_ID=170 */
public static final int Table_ID = MTable.getTable_ID(Table_Name); public static final int Table_ID = MTable.getTable_ID(Table_Name);
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name); KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
/** AccessLevel = 6 - System - Client /** AccessLevel = 6 - System - Client
*/ */
BigDecimal accessLevel = BigDecimal.valueOf(6); BigDecimal accessLevel = BigDecimal.valueOf(6);
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Client_ID */ /** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client. /** Get Client.
* Client/Tenant for this installation. * Client/Tenant for this installation.
*/ */
public int getAD_Client_ID(); public int getAD_Client_ID();
/** Column name AD_Language */ /** Column name AD_Language */
public static final String COLUMNNAME_AD_Language = "AD_Language"; public static final String COLUMNNAME_AD_Language = "AD_Language";
/** Set Language. /** Set Language.
* Language for this entity * Language for this entity
*/ */
public void setAD_Language (String AD_Language); public void setAD_Language (String AD_Language);
/** Get Language. /** Get Language.
* Language for this entity * Language for this entity
*/ */
public String getAD_Language(); public String getAD_Language();
/** Column name AD_Org_ID */ /** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization. /** Set Organization.
* Organizational entity within client * Organizational entity within client
*/ */
public void setAD_Org_ID (int AD_Org_ID); public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization. /** Get Organization.
* Organizational entity within client * Organizational entity within client
*/ */
public int getAD_Org_ID(); public int getAD_Org_ID();
/** Column name AllowCitiesOutOfList */ /** Column name AllowCitiesOutOfList */
public static final String COLUMNNAME_AllowCitiesOutOfList = "AllowCitiesOutOfList"; public static final String COLUMNNAME_AllowCitiesOutOfList = "AllowCitiesOutOfList";
/** Set AllowCitiesOutOfList. /** Set Allow Cities out of List.
* A flag which tells if a country accept or not new cities * A flag to allow cities, currently not in the list, to be entered
*/ */
public void setAllowCitiesOutOfList (boolean AllowCitiesOutOfList); public void setAllowCitiesOutOfList (boolean AllowCitiesOutOfList);
/** Get AllowCitiesOutOfList. /** Get Allow Cities out of List.
* A flag which tells if a country accept or not new cities * A flag to allow cities, currently not in the list, to be entered
*/ */
public boolean isAllowCitiesOutOfList(); public boolean isAllowCitiesOutOfList();
/** Column name CaptureSequence */ /** Column name CaptureSequence */
public static final String COLUMNNAME_CaptureSequence = "CaptureSequence"; public static final String COLUMNNAME_CaptureSequence = "CaptureSequence";
/** Set CaptureSequence */ /** Set Capture Sequence */
public void setCaptureSequence (String CaptureSequence); public void setCaptureSequence (String CaptureSequence);
/** Get CaptureSequence */ /** Get Capture Sequence */
public String getCaptureSequence(); public String getCaptureSequence();
/** Column name C_Country_ID */ /** Column name C_Country_ID */
public static final String COLUMNNAME_C_Country_ID = "C_Country_ID"; public static final String COLUMNNAME_C_Country_ID = "C_Country_ID";
/** Set Country. /** Set Country.
* Country * Country
*/ */
public void setC_Country_ID (int C_Country_ID); public void setC_Country_ID (int C_Country_ID);
/** Get Country. /** Get Country.
* Country * Country
*/ */
public int getC_Country_ID(); public int getC_Country_ID();
/** Column name C_Currency_ID */ /** Column name C_Currency_ID */
public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID"; public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID";
/** Set Currency. /** Set Currency.
* The Currency for this record * The Currency for this record
*/ */
public void setC_Currency_ID (int C_Currency_ID); public void setC_Currency_ID (int C_Currency_ID);
/** Get Currency. /** Get Currency.
* The Currency for this record * The Currency for this record
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws RuntimeException; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name CountryCode */ /** Column name CountryCode */
public static final String COLUMNNAME_CountryCode = "CountryCode"; public static final String COLUMNNAME_CountryCode = "CountryCode";
/** Set ISO Country Code. /** Set ISO Country Code.
* Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html * Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html
*/ */
public void setCountryCode (String CountryCode); public void setCountryCode (String CountryCode);
/** Get ISO Country Code. /** Get ISO Country Code.
* Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html * Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html
*/ */
public String getCountryCode(); public String getCountryCode();
/** Column name Created */ /** Column name Created */
public static final String COLUMNNAME_Created = "Created"; public static final String COLUMNNAME_Created = "Created";
/** Get Created. /** Get Created.
* Date this record was created * Date this record was created
*/ */
public Timestamp getCreated(); public Timestamp getCreated();
/** Column name CreatedBy */ /** Column name CreatedBy */
public static final String COLUMNNAME_CreatedBy = "CreatedBy"; public static final String COLUMNNAME_CreatedBy = "CreatedBy";
/** Get Created By. /** Get Created By.
* User who created this records * User who created this records
*/ */
public int getCreatedBy(); public int getCreatedBy();
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
/** Set Description. /** Set Description.
* Optional short description of the record * Optional short description of the record
*/ */
public void setDescription (String Description); public void setDescription (String Description);
/** Get Description. /** Get Description.
* Optional short description of the record * Optional short description of the record
*/ */
public String getDescription(); public String getDescription();
/** Column name DisplaySequence */ /** Column name DisplaySequence */
public static final String COLUMNNAME_DisplaySequence = "DisplaySequence"; public static final String COLUMNNAME_DisplaySequence = "DisplaySequence";
/** Set Address Print Format. /** Set Address Print Format.
* Format for printing this Address * Format for printing this Address
*/ */
public void setDisplaySequence (String DisplaySequence); public void setDisplaySequence (String DisplaySequence);
/** Get Address Print Format. /** Get Address Print Format.
* Format for printing this Address * Format for printing this Address
*/ */
public String getDisplaySequence(); public String getDisplaySequence();
/** Column name DisplaySequenceLocal */ /** Column name DisplaySequenceLocal */
public static final String COLUMNNAME_DisplaySequenceLocal = "DisplaySequenceLocal"; public static final String COLUMNNAME_DisplaySequenceLocal = "DisplaySequenceLocal";
/** Set Local Address Format. /** Set Local Address Format.
* Format for printing this Address locally * Format for printing this Address locally
*/ */
public void setDisplaySequenceLocal (String DisplaySequenceLocal); public void setDisplaySequenceLocal (String DisplaySequenceLocal);
/** Get Local Address Format. /** Get Local Address Format.
* Format for printing this Address locally * Format for printing this Address locally
*/ */
public String getDisplaySequenceLocal(); public String getDisplaySequenceLocal();
/** Column name ExpressionBankAccountNo */ /** Column name ExpressionBankAccountNo */
public static final String COLUMNNAME_ExpressionBankAccountNo = "ExpressionBankAccountNo"; public static final String COLUMNNAME_ExpressionBankAccountNo = "ExpressionBankAccountNo";
/** Set Bank Account No Format. /** Set Bank Account No Format.
* Format of the Bank Account * Format of the Bank Account
*/ */
public void setExpressionBankAccountNo (String ExpressionBankAccountNo); public void setExpressionBankAccountNo (String ExpressionBankAccountNo);
/** Get Bank Account No Format. /** Get Bank Account No Format.
* Format of the Bank Account * Format of the Bank Account
*/ */
public String getExpressionBankAccountNo(); public String getExpressionBankAccountNo();
/** Column name ExpressionBankRoutingNo */ /** Column name ExpressionBankRoutingNo */
public static final String COLUMNNAME_ExpressionBankRoutingNo = "ExpressionBankRoutingNo"; public static final String COLUMNNAME_ExpressionBankRoutingNo = "ExpressionBankRoutingNo";
/** Set Bank Routing No Format. /** Set Bank Routing No Format.
* Format of the Bank Routing Number * Format of the Bank Routing Number
*/ */
public void setExpressionBankRoutingNo (String ExpressionBankRoutingNo); public void setExpressionBankRoutingNo (String ExpressionBankRoutingNo);
/** Get Bank Routing No Format. /** Get Bank Routing No Format.
* Format of the Bank Routing Number * Format of the Bank Routing Number
*/ */
public String getExpressionBankRoutingNo(); public String getExpressionBankRoutingNo();
/** Column name ExpressionPhone */ /** Column name ExpressionPhone */
public static final String COLUMNNAME_ExpressionPhone = "ExpressionPhone"; public static final String COLUMNNAME_ExpressionPhone = "ExpressionPhone";
/** Set Phone Format. /** Set Phone Format.
* Format of the phone; * Format of the phone;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" Can contain fixed format elements, Variables: "_lLoOaAcCa09"
*/ */
public void setExpressionPhone (String ExpressionPhone); public void setExpressionPhone (String ExpressionPhone);
/** Get Phone Format. /** Get Phone Format.
* Format of the phone; * Format of the phone;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" Can contain fixed format elements, Variables: "_lLoOaAcCa09"
*/ */
public String getExpressionPhone(); public String getExpressionPhone();
/** Column name ExpressionPostal */ /** Column name ExpressionPostal */
public static final String COLUMNNAME_ExpressionPostal = "ExpressionPostal"; public static final String COLUMNNAME_ExpressionPostal = "ExpressionPostal";
/** Set Postal Code Format. /** Set Postal Code Format.
* Format of the postal code; * Format of the postal code;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" Can contain fixed format elements, Variables: "_lLoOaAcCa09"
*/ */
public void setExpressionPostal (String ExpressionPostal); public void setExpressionPostal (String ExpressionPostal);
/** Get Postal Code Format. /** Get Postal Code Format.
* Format of the postal code; * Format of the postal code;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" Can contain fixed format elements, Variables: "_lLoOaAcCa09"
*/ */
public String getExpressionPostal(); public String getExpressionPostal();
/** Column name ExpressionPostal_Add */ /** Column name ExpressionPostal_Add */
public static final String COLUMNNAME_ExpressionPostal_Add = "ExpressionPostal_Add"; public static final String COLUMNNAME_ExpressionPostal_Add = "ExpressionPostal_Add";
/** Set Additional Postal Format. /** Set Additional Postal Format.
* Format of the value; * Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" Can contain fixed format elements, Variables: "_lLoOaAcCa09"
*/ */
public void setExpressionPostal_Add (String ExpressionPostal_Add); public void setExpressionPostal_Add (String ExpressionPostal_Add);
/** Get Additional Postal Format. /** Get Additional Postal Format.
* Format of the value; * Format of the value;
Can contain fixed format elements, Variables: "_lLoOaAcCa09" Can contain fixed format elements, Variables: "_lLoOaAcCa09"
*/ */
public String getExpressionPostal_Add(); public String getExpressionPostal_Add();
/** Column name HasPostal_Add */ /** Column name HasPostal_Add */
public static final String COLUMNNAME_HasPostal_Add = "HasPostal_Add"; public static final String COLUMNNAME_HasPostal_Add = "HasPostal_Add";
/** Set Additional Postal code. /** Set Additional Postal code.
* Has Additional Postal Code * Has Additional Postal Code
*/ */
public void setHasPostal_Add (boolean HasPostal_Add); public void setHasPostal_Add (boolean HasPostal_Add);
/** Get Additional Postal code. /** Get Additional Postal code.
* Has Additional Postal Code * Has Additional Postal Code
*/ */
public boolean isHasPostal_Add(); public boolean isHasPostal_Add();
/** Column name HasRegion */ /** Column name HasRegion */
public static final String COLUMNNAME_HasRegion = "HasRegion"; public static final String COLUMNNAME_HasRegion = "HasRegion";
/** Set Country has Region. /** Set Country has Region.
* Country contains Regions * Country contains Regions
*/ */
public void setHasRegion (boolean HasRegion); public void setHasRegion (boolean HasRegion);
/** Get Country has Region. /** Get Country has Region.
* Country contains Regions * Country contains Regions
*/ */
public boolean isHasRegion(); public boolean isHasRegion();
/** Column name IsActive */ /** Column name IsActive */
public static final String COLUMNNAME_IsActive = "IsActive"; public static final String COLUMNNAME_IsActive = "IsActive";
/** Set Active. /** Set Active.
* The record is active in the system * The record is active in the system
*/ */
public void setIsActive (boolean IsActive); public void setIsActive (boolean IsActive);
/** Get Active. /** Get Active.
* The record is active in the system * The record is active in the system
*/ */
public boolean isActive(); public boolean isActive();
/** Column name IsAddressLinesLocalReverse */ /** Column name IsAddressLinesLocalReverse */
public static final String COLUMNNAME_IsAddressLinesLocalReverse = "IsAddressLinesLocalReverse"; public static final String COLUMNNAME_IsAddressLinesLocalReverse = "IsAddressLinesLocalReverse";
/** Set Reverse Local Address Lines. /** Set Reverse Local Address Lines.
* Print Local Address in reverse Order * Print Local Address in reverse Order
*/ */
public void setIsAddressLinesLocalReverse (boolean IsAddressLinesLocalReverse); public void setIsAddressLinesLocalReverse (boolean IsAddressLinesLocalReverse);
/** Get Reverse Local Address Lines. /** Get Reverse Local Address Lines.
* Print Local Address in reverse Order * Print Local Address in reverse Order
*/ */
public boolean isAddressLinesLocalReverse(); public boolean isAddressLinesLocalReverse();
/** Column name IsAddressLinesReverse */ /** Column name IsAddressLinesReverse */
public static final String COLUMNNAME_IsAddressLinesReverse = "IsAddressLinesReverse"; public static final String COLUMNNAME_IsAddressLinesReverse = "IsAddressLinesReverse";
/** Set Reverse Address Lines. /** Set Reverse Address Lines.
* Print Address in reverse Order * Print Address in reverse Order
*/ */
public void setIsAddressLinesReverse (boolean IsAddressLinesReverse); public void setIsAddressLinesReverse (boolean IsAddressLinesReverse);
/** Get Reverse Address Lines. /** Get Reverse Address Lines.
* Print Address in reverse Order * Print Address in reverse Order
*/ */
public boolean isAddressLinesReverse(); public boolean isAddressLinesReverse();
/** Column name IsPostcodeLookup */ /** Column name IsPostcodeLookup */
public static final String COLUMNNAME_IsPostcodeLookup = "IsPostcodeLookup"; public static final String COLUMNNAME_IsPostcodeLookup = "IsPostcodeLookup";
/** Set IsPostcodeLookup. /** Set Use Postcode Lookup.
* Does this country have a post code web service * Does this country have a post code web service
*/ */
public void setIsPostcodeLookup (boolean IsPostcodeLookup); public void setIsPostcodeLookup (boolean IsPostcodeLookup);
/** Get IsPostcodeLookup. /** Get Use Postcode Lookup.
* Does this country have a post code web service * Does this country have a post code web service
*/ */
public boolean isPostcodeLookup(); public boolean isPostcodeLookup();
/** Column name LookupClassName */ /** Column name LookupClassName */
public static final String COLUMNNAME_LookupClassName = "LookupClassName"; public static final String COLUMNNAME_LookupClassName = "LookupClassName";
/** Set LookupClassName. /** Set Lookup ClassName.
* The class name of the postcode lookup plugin * The class name of the postcode lookup plugin
*/ */
public void setLookupClassName (String LookupClassName); public void setLookupClassName (String LookupClassName);
/** Get LookupClassName. /** Get Lookup ClassName.
* The class name of the postcode lookup plugin * The class name of the postcode lookup plugin
*/ */
public String getLookupClassName(); public String getLookupClassName();
/** Column name LookupClientID */ /** Column name LookupClientID */
public static final String COLUMNNAME_LookupClientID = "LookupClientID"; public static final String COLUMNNAME_LookupClientID = "LookupClientID";
/** Set LookupClientID. /** Set Lookup Client ID.
* The ClientID or Login submitted to the Lookup URL * The ClientID or Login submitted to the Lookup URL
*/ */
public void setLookupClientID (String LookupClientID); public void setLookupClientID (String LookupClientID);
/** Get LookupClientID. /** Get Lookup Client ID.
* The ClientID or Login submitted to the Lookup URL * The ClientID or Login submitted to the Lookup URL
*/ */
public String getLookupClientID(); public String getLookupClientID();
/** Column name LookupPassword */ /** Column name LookupPassword */
public static final String COLUMNNAME_LookupPassword = "LookupPassword"; public static final String COLUMNNAME_LookupPassword = "LookupPassword";
/** Set LookupPassword. /** Set Lookup Password.
* The password submitted to the Lookup URL * The password submitted to the Lookup URL
*/ */
public void setLookupPassword (String LookupPassword); public void setLookupPassword (String LookupPassword);
/** Get LookupPassword. /** Get Lookup Password.
* The password submitted to the Lookup URL * The password submitted to the Lookup URL
*/ */
public String getLookupPassword(); public String getLookupPassword();
/** Column name LookupUrl */ /** Column name LookupUrl */
public static final String COLUMNNAME_LookupUrl = "LookupUrl"; public static final String COLUMNNAME_LookupUrl = "LookupUrl";
/** Set LookupUrl. /** Set Lookup URL.
* The URL of the web service that the plugin connects to in order to retrieve postcode data * The URL of the web service that the plugin connects to in order to retrieve postcode data
*/ */
public void setLookupUrl (String LookupUrl); public void setLookupUrl (String LookupUrl);
/** Get LookupUrl. /** Get Lookup URL.
* The URL of the web service that the plugin connects to in order to retrieve postcode data * The URL of the web service that the plugin connects to in order to retrieve postcode data
*/ */
public String getLookupUrl(); public String getLookupUrl();
/** Column name MediaSize */ /** Column name MediaSize */
public static final String COLUMNNAME_MediaSize = "MediaSize"; public static final String COLUMNNAME_MediaSize = "MediaSize";
/** Set Media Size. /** Set Media Size.
* Java Media Size * Java Media Size
*/ */
public void setMediaSize (String MediaSize); public void setMediaSize (String MediaSize);
/** Get Media Size. /** Get Media Size.
* Java Media Size * Java Media Size
*/ */
public String getMediaSize(); public String getMediaSize();
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";
/** Set Name. /** Set Name.
* Alphanumeric identifier of the entity * Alphanumeric identifier of the entity
*/ */
public void setName (String Name); public void setName (String Name);
/** Get Name. /** Get Name.
* Alphanumeric identifier of the entity * Alphanumeric identifier of the entity
*/ */
public String getName(); public String getName();
/** Column name RegionName */ /** Column name RegionName */
public static final String COLUMNNAME_RegionName = "RegionName"; public static final String COLUMNNAME_RegionName = "RegionName";
/** Set Region. /** Set Region.
* Name of the Region * Name of the Region
*/ */
public void setRegionName (String RegionName); public void setRegionName (String RegionName);
/** Get Region. /** Get Region.
* Name of the Region * Name of the Region
*/ */
public String getRegionName(); public String getRegionName();
/** Column name Updated */ /** Column name Updated */
public static final String COLUMNNAME_Updated = "Updated"; public static final String COLUMNNAME_Updated = "Updated";
/** Get Updated. /** Get Updated.
* Date this record was updated * Date this record was updated
*/ */
public Timestamp getUpdated(); public Timestamp getUpdated();
/** Column name UpdatedBy */ /** Column name UpdatedBy */
public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; public static final String COLUMNNAME_UpdatedBy = "UpdatedBy";
/** Get Updated By. /** Get Updated By.
* User who updated this records * User who updated this records
*/ */
public int getUpdatedBy(); public int getUpdatedBy();
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_DocType /** Generated Interface for C_DocType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_C_DocType public interface I_C_DocType
{ {
@ -77,19 +77,6 @@ public interface I_C_DocType
public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException; public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
/** Column name C_DocType_ID */
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
/** Set Document Type.
* Document type or rules
*/
public void setC_DocType_ID (int C_DocType_ID);
/** Get Document Type.
* Document type or rules
*/
public int getC_DocType_ID();
/** Column name C_DocTypeDifference_ID */ /** Column name C_DocTypeDifference_ID */
public static final String COLUMNNAME_C_DocTypeDifference_ID = "C_DocTypeDifference_ID"; public static final String COLUMNNAME_C_DocTypeDifference_ID = "C_DocTypeDifference_ID";
@ -105,6 +92,19 @@ public interface I_C_DocType
public I_C_DocType getC_DocTypeDifference() throws RuntimeException; public I_C_DocType getC_DocTypeDifference() throws RuntimeException;
/** Column name C_DocType_ID */
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
/** Set Document Type.
* Document type or rules
*/
public void setC_DocType_ID (int C_DocType_ID);
/** Get Document Type.
* Document type or rules
*/
public int getC_DocType_ID();
/** Column name C_DocTypeInvoice_ID */ /** Column name C_DocTypeInvoice_ID */
public static final String COLUMNNAME_C_DocTypeInvoice_ID = "C_DocTypeInvoice_ID"; public static final String COLUMNNAME_C_DocTypeInvoice_ID = "C_DocTypeInvoice_ID";

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_InvoiceLine /** Generated Interface for C_InvoiceLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_C_InvoiceLine public interface I_C_InvoiceLine
{ {
@ -126,10 +126,10 @@ public interface I_C_InvoiceLine
/** Column name A_Processed */ /** Column name A_Processed */
public static final String COLUMNNAME_A_Processed = "A_Processed"; public static final String COLUMNNAME_A_Processed = "A_Processed";
/** Set A_Processed */ /** Set Processed */
public void setA_Processed (boolean A_Processed); public void setA_Processed (boolean A_Processed);
/** Get A_Processed */ /** Get Processed */
public boolean isA_Processed(); public boolean isA_Processed();
/** Column name C_Activity_ID */ /** Column name C_Activity_ID */

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_JobAssignment /** Generated Interface for C_JobAssignment
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_C_JobAssignment public interface I_C_JobAssignment
{ {
@ -81,12 +81,12 @@ public interface I_C_JobAssignment
public static final String COLUMNNAME_C_JobAssignment_ID = "C_JobAssignment_ID"; public static final String COLUMNNAME_C_JobAssignment_ID = "C_JobAssignment_ID";
/** Set Position Assignment. /** Set Position Assignment.
* Assignemt of Employee (User) to Job Position * Assignment of Employee (User) to Job Position
*/ */
public void setC_JobAssignment_ID (int C_JobAssignment_ID); public void setC_JobAssignment_ID (int C_JobAssignment_ID);
/** Get Position Assignment. /** Get Position Assignment.
* Assignemt of Employee (User) to Job Position * Assignment of Employee (User) to Job Position
*/ */
public int getC_JobAssignment_ID(); public int getC_JobAssignment_ID();

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_Location /** Generated Interface for C_Location
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_C_Location public interface I_C_Location
{ {
@ -230,12 +230,12 @@ public interface I_C_Location
/** Column name Postal_Add */ /** Column name Postal_Add */
public static final String COLUMNNAME_Postal_Add = "Postal_Add"; public static final String COLUMNNAME_Postal_Add = "Postal_Add";
/** Set -. /** Set Additional Zip.
* Additional ZIP or Postal code * Additional ZIP or Postal code
*/ */
public void setPostal_Add (String Postal_Add); public void setPostal_Add (String Postal_Add);
/** Get -. /** Get Additional Zip.
* Additional ZIP or Postal code * Additional ZIP or Postal code
*/ */
public String getPostal_Add(); public String getPostal_Add();

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_OrgAssignment /** Generated Interface for C_OrgAssignment
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_C_OrgAssignment public interface I_C_OrgAssignment
{ {
@ -81,12 +81,12 @@ public interface I_C_OrgAssignment
public static final String COLUMNNAME_C_OrgAssignment_ID = "C_OrgAssignment_ID"; public static final String COLUMNNAME_C_OrgAssignment_ID = "C_OrgAssignment_ID";
/** Set Org Assignment. /** Set Org Assignment.
* Assigment to (transaction) Organization * Assignment to (transaction) Organization
*/ */
public void setC_OrgAssignment_ID (int C_OrgAssignment_ID); public void setC_OrgAssignment_ID (int C_OrgAssignment_ID);
/** Get Org Assignment. /** Get Org Assignment.
* Assigment to (transaction) Organization * Assignment to (transaction) Organization
*/ */
public int getC_OrgAssignment_ID(); public int getC_OrgAssignment_ID();

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_PaymentProcessor /** Generated Interface for C_PaymentProcessor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_C_PaymentProcessor public interface I_C_PaymentProcessor
{ {
@ -348,12 +348,12 @@ public interface I_C_PaymentProcessor
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 C_PaymentTerm /** Generated Interface for C_PaymentTerm
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.4a * @version Release 3.6.0LTS
*/ */
public interface I_C_PaymentTerm public interface I_C_PaymentTerm
{ {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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