Generate complete model for version 3.5.3a - partial upload

This commit is contained in:
Carlos Ruiz 2008-12-21 11:42:58 +00:00
parent dad3c5de07
commit 6dba1b6d44
198 changed files with 7253 additions and 6473 deletions

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for B_Buyer /** Generated Interface for B_Buyer
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_B_Buyer public interface I_B_Buyer
{ {
@ -53,6 +44,19 @@ public interface I_B_Buyer
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -66,7 +70,7 @@ public interface I_B_Buyer
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for B_BuyerFunds /** Generated Interface for B_BuyerFunds
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_B_BuyerFunds public interface I_B_BuyerFunds
{ {
@ -52,6 +43,19 @@ public interface I_B_BuyerFunds
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -65,7 +69,7 @@ public interface I_B_BuyerFunds
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name B_BuyerFunds_ID */ /** Column name B_BuyerFunds_ID */
public static final String COLUMNNAME_B_BuyerFunds_ID = "B_BuyerFunds_ID"; public static final String COLUMNNAME_B_BuyerFunds_ID = "B_BuyerFunds_ID";
@ -106,7 +110,7 @@ public interface I_B_BuyerFunds
*/ */
public int getC_Order_ID(); public int getC_Order_ID();
public I_C_Order getC_Order() throws Exception; public I_C_Order getC_Order() throws RuntimeException;
/** Column name C_Payment_ID */ /** Column name C_Payment_ID */
public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID";
@ -121,7 +125,7 @@ public interface I_B_BuyerFunds
*/ */
public int getC_Payment_ID(); public int getC_Payment_ID();
public I_C_Payment getC_Payment() throws Exception; public I_C_Payment getC_Payment() throws RuntimeException;
/** Column name NonCommittedAmt */ /** Column name NonCommittedAmt */
public static final String COLUMNNAME_NonCommittedAmt = "NonCommittedAmt"; public static final String COLUMNNAME_NonCommittedAmt = "NonCommittedAmt";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for B_Offer /** Generated Interface for B_Offer
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_B_Offer public interface I_B_Offer
{ {
@ -52,6 +43,19 @@ public interface I_B_Offer
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -65,7 +69,7 @@ public interface I_B_Offer
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name B_Offer_ID */ /** Column name B_Offer_ID */
public static final String COLUMNNAME_B_Offer_ID = "B_Offer_ID"; public static final String COLUMNNAME_B_Offer_ID = "B_Offer_ID";
@ -93,7 +97,7 @@ public interface I_B_Offer
*/ */
public int getB_SellerFunds_ID(); public int getB_SellerFunds_ID();
public I_B_SellerFunds getB_SellerFunds() throws Exception; public I_B_SellerFunds getB_SellerFunds() throws RuntimeException;
/** Column name B_Topic_ID */ /** Column name B_Topic_ID */
public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID"; public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID";
@ -108,7 +112,7 @@ public interface I_B_Offer
*/ */
public int getB_Topic_ID(); public int getB_Topic_ID();
public I_B_Topic getB_Topic() throws Exception; public I_B_Topic getB_Topic() throws RuntimeException;
/** Column name IsWillingToCommit */ /** Column name IsWillingToCommit */
public static final String COLUMNNAME_IsWillingToCommit = "IsWillingToCommit"; public static final String COLUMNNAME_IsWillingToCommit = "IsWillingToCommit";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for B_Seller /** Generated Interface for B_Seller
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_B_Seller public interface I_B_Seller
{ {
@ -53,6 +44,19 @@ public interface I_B_Seller
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -66,7 +70,7 @@ public interface I_B_Seller
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for B_SellerFunds /** Generated Interface for B_SellerFunds
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_B_SellerFunds public interface I_B_SellerFunds
{ {
@ -52,6 +43,19 @@ public interface I_B_SellerFunds
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -65,7 +69,7 @@ public interface I_B_SellerFunds
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name B_SellerFunds_ID */ /** Column name B_SellerFunds_ID */
public static final String COLUMNNAME_B_SellerFunds_ID = "B_SellerFunds_ID"; public static final String COLUMNNAME_B_SellerFunds_ID = "B_SellerFunds_ID";
@ -106,7 +110,7 @@ public interface I_B_SellerFunds
*/ */
public int getC_Order_ID(); public int getC_Order_ID();
public I_C_Order getC_Order() throws Exception; public I_C_Order getC_Order() throws RuntimeException;
/** Column name C_Payment_ID */ /** Column name C_Payment_ID */
public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID";
@ -121,7 +125,7 @@ public interface I_B_SellerFunds
*/ */
public int getC_Payment_ID(); public int getC_Payment_ID();
public I_C_Payment getC_Payment() throws Exception; public I_C_Payment getC_Payment() throws RuntimeException;
/** Column name NonCommittedAmt */ /** Column name NonCommittedAmt */
public static final String COLUMNNAME_NonCommittedAmt = "NonCommittedAmt"; public static final String COLUMNNAME_NonCommittedAmt = "NonCommittedAmt";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for B_Topic /** Generated Interface for B_Topic
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_B_Topic public interface I_B_Topic
{ {
@ -53,6 +44,19 @@ public interface I_B_Topic
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name B_TopicCategory_ID */ /** Column name B_TopicCategory_ID */
public static final String COLUMNNAME_B_TopicCategory_ID = "B_TopicCategory_ID"; public static final String COLUMNNAME_B_TopicCategory_ID = "B_TopicCategory_ID";
@ -66,7 +70,7 @@ public interface I_B_Topic
*/ */
public int getB_TopicCategory_ID(); public int getB_TopicCategory_ID();
public I_B_TopicCategory getB_TopicCategory() throws Exception; public I_B_TopicCategory getB_TopicCategory() throws RuntimeException;
/** Column name B_Topic_ID */ /** Column name B_Topic_ID */
public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID"; public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID";
@ -94,7 +98,7 @@ public interface I_B_Topic
*/ */
public int getB_TopicType_ID(); public int getB_TopicType_ID();
public I_B_TopicType getB_TopicType() throws Exception; public I_B_TopicType getB_TopicType() throws RuntimeException;
/** Column name DecisionDate */ /** Column name DecisionDate */
public static final String COLUMNNAME_DecisionDate = "DecisionDate"; public static final String COLUMNNAME_DecisionDate = "DecisionDate";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for B_TopicCategory /** Generated Interface for B_TopicCategory
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_B_TopicCategory public interface I_B_TopicCategory
{ {
@ -52,6 +43,19 @@ public interface I_B_TopicCategory
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name B_TopicCategory_ID */ /** Column name B_TopicCategory_ID */
public static final String COLUMNNAME_B_TopicCategory_ID = "B_TopicCategory_ID"; public static final String COLUMNNAME_B_TopicCategory_ID = "B_TopicCategory_ID";
@ -78,7 +82,7 @@ public interface I_B_TopicCategory
*/ */
public int getB_TopicType_ID(); public int getB_TopicType_ID();
public I_B_TopicType getB_TopicType() throws Exception; public I_B_TopicType getB_TopicType() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for B_TopicType /** Generated Interface for B_TopicType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_B_TopicType public interface I_B_TopicType
{ {
@ -52,6 +43,19 @@ public interface I_B_TopicType
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AuctionType */ /** Column name AuctionType */
public static final String COLUMNNAME_AuctionType = "AuctionType"; public static final String COLUMNNAME_AuctionType = "AuctionType";
@ -113,7 +117,7 @@ public interface I_B_TopicType
*/ */
public int getM_PriceList_ID(); public int getM_PriceList_ID();
public I_M_PriceList getM_PriceList() throws Exception; public I_M_PriceList getM_PriceList() throws RuntimeException;
/** Column name M_Product_ID */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
@ -128,7 +132,7 @@ public interface I_B_TopicType
*/ */
public int getM_Product_ID(); public int getM_Product_ID();
public I_M_Product getM_Product() throws Exception; public I_M_Product getM_Product() throws RuntimeException;
/** Column name M_ProductMember_ID */ /** Column name M_ProductMember_ID */
public static final String COLUMNNAME_M_ProductMember_ID = "M_ProductMember_ID"; public static final String COLUMNNAME_M_ProductMember_ID = "M_ProductMember_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_AccessContainer public interface I_CM_AccessContainer
{ {
@ -52,6 +43,19 @@ public interface I_CM_AccessContainer
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_AccessProfile_ID */ /** Column name CM_AccessProfile_ID */
public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID";
@ -65,7 +69,7 @@ public interface I_CM_AccessContainer
*/ */
public int getCM_AccessProfile_ID(); public int getCM_AccessProfile_ID();
public I_CM_AccessProfile getCM_AccessProfile() throws Exception; public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException;
/** Column name CM_Container_ID */ /** Column name CM_Container_ID */
public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID"; public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID";
@ -80,5 +84,5 @@ public interface I_CM_AccessContainer
*/ */
public int getCM_Container_ID(); public int getCM_Container_ID();
public I_CM_Container getCM_Container() throws Exception; public I_CM_Container getCM_Container() throws RuntimeException;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_AccessListBPGroup public interface I_CM_AccessListBPGroup
{ {
@ -52,6 +43,19 @@ public interface I_CM_AccessListBPGroup
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BP_Group_ID */ /** Column name C_BP_Group_ID */
public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID";
@ -65,7 +69,7 @@ public interface I_CM_AccessListBPGroup
*/ */
public int getC_BP_Group_ID(); public int getC_BP_Group_ID();
public I_C_BP_Group getC_BP_Group() throws Exception; public I_C_BP_Group getC_BP_Group() throws RuntimeException;
/** Column name CM_AccessProfile_ID */ /** Column name CM_AccessProfile_ID */
public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID";
@ -80,5 +84,5 @@ public interface I_CM_AccessListBPGroup
*/ */
public int getCM_AccessProfile_ID(); public int getCM_AccessProfile_ID();
public I_CM_AccessProfile getCM_AccessProfile() throws Exception; public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_AccessListRole public interface I_CM_AccessListRole
{ {
@ -52,6 +43,19 @@ public interface I_CM_AccessListRole
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_Role_ID */ /** Column name AD_Role_ID */
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID"; public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
@ -65,7 +69,7 @@ public interface I_CM_AccessListRole
*/ */
public int getAD_Role_ID(); public int getAD_Role_ID();
public I_AD_Role getAD_Role() throws Exception; public I_AD_Role getAD_Role() throws RuntimeException;
/** Column name CM_AccessProfile_ID */ /** Column name CM_AccessProfile_ID */
public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID";
@ -80,5 +84,5 @@ public interface I_CM_AccessListRole
*/ */
public int getCM_AccessProfile_ID(); public int getCM_AccessProfile_ID();
public I_CM_AccessProfile getCM_AccessProfile() throws Exception; public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_AccessMedia public interface I_CM_AccessMedia
{ {
@ -52,6 +43,19 @@ public interface I_CM_AccessMedia
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_AccessProfile_ID */ /** Column name CM_AccessProfile_ID */
public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID";
@ -65,7 +69,7 @@ public interface I_CM_AccessMedia
*/ */
public int getCM_AccessProfile_ID(); public int getCM_AccessProfile_ID();
public I_CM_AccessProfile getCM_AccessProfile() throws Exception; public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException;
/** Column name CM_Media_ID */ /** Column name CM_Media_ID */
public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID"; public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID";
@ -80,5 +84,5 @@ public interface I_CM_AccessMedia
*/ */
public int getCM_Media_ID(); public int getCM_Media_ID();
public I_CM_Media getCM_Media() throws Exception; public I_CM_Media getCM_Media() throws RuntimeException;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_AccessNewsChannel public interface I_CM_AccessNewsChannel
{ {
@ -52,6 +43,19 @@ public interface I_CM_AccessNewsChannel
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_AccessProfile_ID */ /** Column name CM_AccessProfile_ID */
public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID";
@ -65,7 +69,7 @@ public interface I_CM_AccessNewsChannel
*/ */
public int getCM_AccessProfile_ID(); public int getCM_AccessProfile_ID();
public I_CM_AccessProfile getCM_AccessProfile() throws Exception; public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException;
/** Column name CM_NewsChannel_ID */ /** Column name CM_NewsChannel_ID */
public static final String COLUMNNAME_CM_NewsChannel_ID = "CM_NewsChannel_ID"; public static final String COLUMNNAME_CM_NewsChannel_ID = "CM_NewsChannel_ID";
@ -80,5 +84,5 @@ public interface I_CM_AccessNewsChannel
*/ */
public int getCM_NewsChannel_ID(); public int getCM_NewsChannel_ID();
public I_CM_NewsChannel getCM_NewsChannel() throws Exception; public I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_AccessProfile public interface I_CM_AccessProfile
{ {
@ -52,6 +43,19 @@ public interface I_CM_AccessProfile
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_AccessProfile_ID */ /** Column name CM_AccessProfile_ID */
public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_AccessStage public interface I_CM_AccessStage
{ {
@ -52,6 +43,19 @@ public interface I_CM_AccessStage
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_AccessProfile_ID */ /** Column name CM_AccessProfile_ID */
public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID"; public static final String COLUMNNAME_CM_AccessProfile_ID = "CM_AccessProfile_ID";
@ -65,7 +69,7 @@ public interface I_CM_AccessStage
*/ */
public int getCM_AccessProfile_ID(); public int getCM_AccessProfile_ID();
public I_CM_AccessProfile getCM_AccessProfile() throws Exception; public I_CM_AccessProfile getCM_AccessProfile() throws RuntimeException;
/** Column name CM_CStage_ID */ /** Column name CM_CStage_ID */
public static final String COLUMNNAME_CM_CStage_ID = "CM_CStage_ID"; public static final String COLUMNNAME_CM_CStage_ID = "CM_CStage_ID";
@ -80,5 +84,5 @@ public interface I_CM_AccessStage
*/ */
public int getCM_CStage_ID(); public int getCM_CStage_ID();
public I_CM_CStage getCM_CStage() throws Exception; public I_CM_CStage getCM_CStage() throws RuntimeException;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Ad public interface I_CM_Ad
{ {
@ -79,6 +70,19 @@ public interface I_CM_Ad
*/ */
public int getActualImpression(); public int getActualImpression();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Ad_Cat_ID */ /** Column name CM_Ad_Cat_ID */
public static final String COLUMNNAME_CM_Ad_Cat_ID = "CM_Ad_Cat_ID"; public static final String COLUMNNAME_CM_Ad_Cat_ID = "CM_Ad_Cat_ID";
@ -92,7 +96,7 @@ public interface I_CM_Ad
*/ */
public int getCM_Ad_Cat_ID(); public int getCM_Ad_Cat_ID();
public I_CM_Ad_Cat getCM_Ad_Cat() throws Exception; public I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException;
/** Column name CM_Ad_ID */ /** Column name CM_Ad_ID */
public static final String COLUMNNAME_CM_Ad_ID = "CM_Ad_ID"; public static final String COLUMNNAME_CM_Ad_ID = "CM_Ad_ID";
@ -120,7 +124,7 @@ public interface I_CM_Ad
*/ */
public int getCM_Media_ID(); public int getCM_Media_ID();
public I_CM_Media getCM_Media() throws Exception; public I_CM_Media getCM_Media() throws RuntimeException;
/** Column name ContentHTML */ /** Column name ContentHTML */
public static final String COLUMNNAME_ContentHTML = "ContentHTML"; public static final String COLUMNNAME_ContentHTML = "ContentHTML";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Ad_Cat public interface I_CM_Ad_Cat
{ {
@ -52,6 +43,19 @@ public interface I_CM_Ad_Cat
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Ad_Cat_ID */ /** Column name CM_Ad_Cat_ID */
public static final String COLUMNNAME_CM_Ad_Cat_ID = "CM_Ad_Cat_ID"; public static final String COLUMNNAME_CM_Ad_Cat_ID = "CM_Ad_Cat_ID";
@ -78,7 +82,7 @@ public interface I_CM_Ad_Cat
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_BroadcastServer public interface I_CM_BroadcastServer
{ {
@ -53,6 +44,19 @@ public interface I_CM_BroadcastServer
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_BroadcastServer_ID */ /** Column name CM_BroadcastServer_ID */
public static final String COLUMNNAME_CM_BroadcastServer_ID = "CM_BroadcastServer_ID"; public static final String COLUMNNAME_CM_BroadcastServer_ID = "CM_BroadcastServer_ID";
@ -79,7 +83,7 @@ public interface I_CM_BroadcastServer
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_CStage public interface I_CM_CStage
{ {
@ -52,6 +43,19 @@ public interface I_CM_CStage
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_CStage_ID */ /** Column name CM_CStage_ID */
public static final String COLUMNNAME_CM_CStage_ID = "CM_CStage_ID"; public static final String COLUMNNAME_CM_CStage_ID = "CM_CStage_ID";
@ -91,7 +95,7 @@ public interface I_CM_CStage
*/ */
public int getCM_Template_ID(); public int getCM_Template_ID();
public I_CM_Template getCM_Template() throws Exception; public I_CM_Template getCM_Template() throws RuntimeException;
/** Column name CM_WebProject_ID */ /** Column name CM_WebProject_ID */
public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID";
@ -106,7 +110,7 @@ public interface I_CM_CStage
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name ContainerLinkURL */ /** Column name ContainerLinkURL */
public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL"; public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_CStageTTable public interface I_CM_CStageTTable
{ {
@ -52,6 +43,19 @@ public interface I_CM_CStageTTable
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_CStage_ID */ /** Column name CM_CStage_ID */
public static final String COLUMNNAME_CM_CStage_ID = "CM_CStage_ID"; public static final String COLUMNNAME_CM_CStage_ID = "CM_CStage_ID";
@ -65,7 +69,7 @@ public interface I_CM_CStageTTable
*/ */
public int getCM_CStage_ID(); public int getCM_CStage_ID();
public I_CM_CStage getCM_CStage() throws Exception; public I_CM_CStage getCM_CStage() throws RuntimeException;
/** Column name CM_CStageTTable_ID */ /** Column name CM_CStageTTable_ID */
public static final String COLUMNNAME_CM_CStageTTable_ID = "CM_CStageTTable_ID"; public static final String COLUMNNAME_CM_CStageTTable_ID = "CM_CStageTTable_ID";
@ -93,7 +97,7 @@ public interface I_CM_CStageTTable
*/ */
public int getCM_TemplateTable_ID(); public int getCM_TemplateTable_ID();
public I_CM_TemplateTable getCM_TemplateTable() throws Exception; public I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_CStage_Element public interface I_CM_CStage_Element
{ {
@ -52,6 +43,19 @@ public interface I_CM_CStage_Element
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_CStage_Element_ID */ /** Column name CM_CStage_Element_ID */
public static final String COLUMNNAME_CM_CStage_Element_ID = "CM_CStage_Element_ID"; public static final String COLUMNNAME_CM_CStage_Element_ID = "CM_CStage_Element_ID";
@ -78,7 +82,7 @@ public interface I_CM_CStage_Element
*/ */
public int getCM_CStage_ID(); public int getCM_CStage_ID();
public I_CM_CStage getCM_CStage() throws Exception; public I_CM_CStage getCM_CStage() throws RuntimeException;
/** Column name ContentHTML */ /** Column name ContentHTML */
public static final String COLUMNNAME_ContentHTML = "ContentHTML"; public static final String COLUMNNAME_ContentHTML = "ContentHTML";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Chat public interface I_CM_Chat
{ {
@ -52,6 +43,19 @@ public interface I_CM_Chat
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_Table_ID */ /** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
@ -65,7 +69,7 @@ public interface I_CM_Chat
*/ */
public int getAD_Table_ID(); public int getAD_Table_ID();
public I_AD_Table getAD_Table() throws Exception; public I_AD_Table getAD_Table() throws RuntimeException;
/** Column name CM_Chat_ID */ /** Column name CM_Chat_ID */
public static final String COLUMNNAME_CM_Chat_ID = "CM_Chat_ID"; public static final String COLUMNNAME_CM_Chat_ID = "CM_Chat_ID";
@ -93,7 +97,7 @@ public interface I_CM_Chat
*/ */
public int getCM_ChatType_ID(); public int getCM_ChatType_ID();
public I_CM_ChatType getCM_ChatType() throws Exception; public I_CM_ChatType getCM_ChatType() throws RuntimeException;
/** Column name ConfidentialType */ /** Column name ConfidentialType */
public static final String COLUMNNAME_ConfidentialType = "ConfidentialType"; public static final String COLUMNNAME_ConfidentialType = "ConfidentialType";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_ChatEntry public interface I_CM_ChatEntry
{ {
@ -52,6 +43,19 @@ public interface I_CM_ChatEntry
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -65,7 +69,7 @@ public interface I_CM_ChatEntry
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name CharacterData */ /** Column name CharacterData */
public static final String COLUMNNAME_CharacterData = "CharacterData"; public static final String COLUMNNAME_CharacterData = "CharacterData";
@ -145,7 +149,7 @@ public interface I_CM_ChatEntry
*/ */
public int getCM_Chat_ID(); public int getCM_Chat_ID();
public I_CM_Chat getCM_Chat() throws Exception; public I_CM_Chat getCM_Chat() throws RuntimeException;
/** Column name ConfidentialType */ /** Column name ConfidentialType */
public static final String COLUMNNAME_ConfidentialType = "ConfidentialType"; public static final String COLUMNNAME_ConfidentialType = "ConfidentialType";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_ChatType public interface I_CM_ChatType
{ {
@ -52,6 +43,19 @@ public interface I_CM_ChatType
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_Table_ID */ /** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
@ -65,7 +69,7 @@ public interface I_CM_ChatType
*/ */
public int getAD_Table_ID(); public int getAD_Table_ID();
public I_AD_Table getAD_Table() throws Exception; public I_AD_Table getAD_Table() throws RuntimeException;
/** Column name CM_ChatType_ID */ /** Column name CM_ChatType_ID */
public static final String COLUMNNAME_CM_ChatType_ID = "CM_ChatType_ID"; public static final String COLUMNNAME_CM_ChatType_ID = "CM_ChatType_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_ChatTypeUpdate public interface I_CM_ChatTypeUpdate
{ {
@ -52,6 +43,19 @@ public interface I_CM_ChatTypeUpdate
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -65,7 +69,7 @@ public interface I_CM_ChatTypeUpdate
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name CM_ChatType_ID */ /** Column name CM_ChatType_ID */
public static final String COLUMNNAME_CM_ChatType_ID = "CM_ChatType_ID"; public static final String COLUMNNAME_CM_ChatType_ID = "CM_ChatType_ID";
@ -80,7 +84,7 @@ public interface I_CM_ChatTypeUpdate
*/ */
public int getCM_ChatType_ID(); public int getCM_ChatType_ID();
public I_CM_ChatType getCM_ChatType() throws Exception; public I_CM_ChatType getCM_ChatType() throws RuntimeException;
/** Column name IsSelfService */ /** Column name IsSelfService */
public static final String COLUMNNAME_IsSelfService = "IsSelfService"; public static final String COLUMNNAME_IsSelfService = "IsSelfService";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_ChatUpdate public interface I_CM_ChatUpdate
{ {
@ -52,6 +43,19 @@ public interface I_CM_ChatUpdate
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -65,7 +69,7 @@ public interface I_CM_ChatUpdate
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name CM_Chat_ID */ /** Column name CM_Chat_ID */
public static final String COLUMNNAME_CM_Chat_ID = "CM_Chat_ID"; public static final String COLUMNNAME_CM_Chat_ID = "CM_Chat_ID";
@ -80,7 +84,7 @@ public interface I_CM_ChatUpdate
*/ */
public int getCM_Chat_ID(); public int getCM_Chat_ID();
public I_CM_Chat getCM_Chat() throws Exception; public I_CM_Chat getCM_Chat() throws RuntimeException;
/** Column name IsSelfService */ /** Column name IsSelfService */
public static final String COLUMNNAME_IsSelfService = "IsSelfService"; public static final String COLUMNNAME_IsSelfService = "IsSelfService";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Container public interface I_CM_Container
{ {
@ -52,6 +43,19 @@ public interface I_CM_Container
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Container_ID */ /** Column name CM_Container_ID */
public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID"; public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID";
@ -91,7 +95,7 @@ public interface I_CM_Container
*/ */
public int getCM_Template_ID(); public int getCM_Template_ID();
public I_CM_Template getCM_Template() throws Exception; public I_CM_Template getCM_Template() throws RuntimeException;
/** Column name CM_WebProject_ID */ /** Column name CM_WebProject_ID */
public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID"; public static final String COLUMNNAME_CM_WebProject_ID = "CM_WebProject_ID";
@ -106,7 +110,7 @@ public interface I_CM_Container
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name ContainerLinkURL */ /** Column name ContainerLinkURL */
public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL"; public static final String COLUMNNAME_ContainerLinkURL = "ContainerLinkURL";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_ContainerTTable public interface I_CM_ContainerTTable
{ {
@ -52,6 +43,19 @@ public interface I_CM_ContainerTTable
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Container_ID */ /** Column name CM_Container_ID */
public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID"; public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID";
@ -65,7 +69,7 @@ public interface I_CM_ContainerTTable
*/ */
public int getCM_Container_ID(); public int getCM_Container_ID();
public I_CM_Container getCM_Container() throws Exception; public I_CM_Container getCM_Container() throws RuntimeException;
/** Column name CM_ContainerTTable_ID */ /** Column name CM_ContainerTTable_ID */
public static final String COLUMNNAME_CM_ContainerTTable_ID = "CM_ContainerTTable_ID"; public static final String COLUMNNAME_CM_ContainerTTable_ID = "CM_ContainerTTable_ID";
@ -93,7 +97,7 @@ public interface I_CM_ContainerTTable
*/ */
public int getCM_TemplateTable_ID(); public int getCM_TemplateTable_ID();
public I_CM_TemplateTable getCM_TemplateTable() throws Exception; public I_CM_TemplateTable getCM_TemplateTable() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Container_Element public interface I_CM_Container_Element
{ {
@ -52,6 +43,19 @@ public interface I_CM_Container_Element
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Container_Element_ID */ /** Column name CM_Container_Element_ID */
public static final String COLUMNNAME_CM_Container_Element_ID = "CM_Container_Element_ID"; public static final String COLUMNNAME_CM_Container_Element_ID = "CM_Container_Element_ID";
@ -78,7 +82,7 @@ public interface I_CM_Container_Element
*/ */
public int getCM_Container_ID(); public int getCM_Container_ID();
public I_CM_Container getCM_Container() throws Exception; public I_CM_Container getCM_Container() throws RuntimeException;
/** Column name ContentHTML */ /** Column name ContentHTML */
public static final String COLUMNNAME_ContentHTML = "ContentHTML"; public static final String COLUMNNAME_ContentHTML = "ContentHTML";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Container_URL public interface I_CM_Container_URL
{ {
@ -53,6 +44,19 @@ public interface I_CM_Container_URL
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name Checked */ /** Column name Checked */
public static final String COLUMNNAME_Checked = "Checked"; public static final String COLUMNNAME_Checked = "Checked";
@ -79,7 +83,7 @@ public interface I_CM_Container_URL
*/ */
public int getCM_Container_ID(); public int getCM_Container_ID();
public I_CM_Container getCM_Container() throws Exception; public I_CM_Container getCM_Container() throws RuntimeException;
/** Column name CM_Container_URL_ID */ /** Column name CM_Container_URL_ID */
public static final String COLUMNNAME_CM_Container_URL_ID = "CM_Container_URL_ID"; public static final String COLUMNNAME_CM_Container_URL_ID = "CM_Container_URL_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Media public interface I_CM_Media
{ {
@ -65,6 +56,19 @@ public interface I_CM_Media
*/ */
public int getAD_Image_ID(); public int getAD_Image_ID();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Media_ID */ /** Column name CM_Media_ID */
public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID"; public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID";
@ -91,7 +95,7 @@ public interface I_CM_Media
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name ContentText */ /** Column name ContentText */
public static final String COLUMNNAME_ContentText = "ContentText"; public static final String COLUMNNAME_ContentText = "ContentText";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_MediaDeploy public interface I_CM_MediaDeploy
{ {
@ -53,6 +44,19 @@ public interface I_CM_MediaDeploy
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_MediaDeploy_ID */ /** Column name CM_MediaDeploy_ID */
public static final String COLUMNNAME_CM_MediaDeploy_ID = "CM_MediaDeploy_ID"; public static final String COLUMNNAME_CM_MediaDeploy_ID = "CM_MediaDeploy_ID";
@ -79,7 +83,7 @@ public interface I_CM_MediaDeploy
*/ */
public int getCM_Media_ID(); public int getCM_Media_ID();
public I_CM_Media getCM_Media() throws Exception; public I_CM_Media getCM_Media() throws RuntimeException;
/** Column name CM_Media_Server_ID */ /** Column name CM_Media_Server_ID */
public static final String COLUMNNAME_CM_Media_Server_ID = "CM_Media_Server_ID"; public static final String COLUMNNAME_CM_Media_Server_ID = "CM_Media_Server_ID";
@ -94,7 +98,7 @@ public interface I_CM_MediaDeploy
*/ */
public int getCM_Media_Server_ID(); public int getCM_Media_Server_ID();
public I_CM_Media_Server getCM_Media_Server() throws Exception; public I_CM_Media_Server getCM_Media_Server() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Media_Server public interface I_CM_Media_Server
{ {
@ -52,6 +43,19 @@ public interface I_CM_Media_Server
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Media_Server_ID */ /** Column name CM_Media_Server_ID */
public static final String COLUMNNAME_CM_Media_Server_ID = "CM_Media_Server_ID"; public static final String COLUMNNAME_CM_Media_Server_ID = "CM_Media_Server_ID";
@ -78,7 +82,7 @@ public interface I_CM_Media_Server
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_NewsChannel public interface I_CM_NewsChannel
{ {
@ -65,6 +56,19 @@ public interface I_CM_NewsChannel
*/ */
public String getAD_Language(); public String getAD_Language();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_NewsChannel_ID */ /** Column name CM_NewsChannel_ID */
public static final String COLUMNNAME_CM_NewsChannel_ID = "CM_NewsChannel_ID"; public static final String COLUMNNAME_CM_NewsChannel_ID = "CM_NewsChannel_ID";
@ -91,7 +95,7 @@ public interface I_CM_NewsChannel
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_NewsItem public interface I_CM_NewsItem
{ {
@ -53,6 +44,19 @@ public interface I_CM_NewsItem
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name Author */ /** Column name Author */
public static final String COLUMNNAME_Author = "Author"; public static final String COLUMNNAME_Author = "Author";
@ -79,7 +83,7 @@ public interface I_CM_NewsItem
*/ */
public int getCM_NewsChannel_ID(); public int getCM_NewsChannel_ID();
public I_CM_NewsChannel getCM_NewsChannel() throws Exception; public I_CM_NewsChannel getCM_NewsChannel() throws RuntimeException;
/** Column name CM_NewsItem_ID */ /** Column name CM_NewsItem_ID */
public static final String COLUMNNAME_CM_NewsItem_ID = "CM_NewsItem_ID"; public static final String COLUMNNAME_CM_NewsItem_ID = "CM_NewsItem_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Template public interface I_CM_Template
{ {
@ -52,6 +43,19 @@ public interface I_CM_Template
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Template_ID */ /** Column name CM_Template_ID */
public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID"; public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID";
@ -78,7 +82,7 @@ public interface I_CM_Template
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_TemplateTable public interface I_CM_TemplateTable
{ {
@ -52,6 +43,19 @@ public interface I_CM_TemplateTable
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_Table_ID */ /** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
@ -65,7 +69,7 @@ public interface I_CM_TemplateTable
*/ */
public int getAD_Table_ID(); public int getAD_Table_ID();
public I_AD_Table getAD_Table() throws Exception; public I_AD_Table getAD_Table() throws RuntimeException;
/** Column name CM_Template_ID */ /** Column name CM_Template_ID */
public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID"; public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID";
@ -80,7 +84,7 @@ public interface I_CM_TemplateTable
*/ */
public int getCM_Template_ID(); public int getCM_Template_ID();
public I_CM_Template getCM_Template() throws Exception; public I_CM_Template getCM_Template() throws RuntimeException;
/** Column name CM_TemplateTable_ID */ /** Column name CM_TemplateTable_ID */
public static final String COLUMNNAME_CM_TemplateTable_ID = "CM_TemplateTable_ID"; public static final String COLUMNNAME_CM_TemplateTable_ID = "CM_TemplateTable_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_Template_Ad_Cat public interface I_CM_Template_Ad_Cat
{ {
@ -52,6 +43,19 @@ public interface I_CM_Template_Ad_Cat
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Ad_Cat_ID */ /** Column name CM_Ad_Cat_ID */
public static final String COLUMNNAME_CM_Ad_Cat_ID = "CM_Ad_Cat_ID"; public static final String COLUMNNAME_CM_Ad_Cat_ID = "CM_Ad_Cat_ID";
@ -65,7 +69,7 @@ public interface I_CM_Template_Ad_Cat
*/ */
public int getCM_Ad_Cat_ID(); public int getCM_Ad_Cat_ID();
public I_CM_Ad_Cat getCM_Ad_Cat() throws Exception; public I_CM_Ad_Cat getCM_Ad_Cat() throws RuntimeException;
/** Column name CM_Template_ID */ /** Column name CM_Template_ID */
public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID"; public static final String COLUMNNAME_CM_Template_ID = "CM_Template_ID";
@ -80,7 +84,7 @@ public interface I_CM_Template_Ad_Cat
*/ */
public int getCM_Template_ID(); public int getCM_Template_ID();
public I_CM_Template getCM_Template() throws Exception; public I_CM_Template getCM_Template() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_WebAccessLog public interface I_CM_WebAccessLog
{ {
@ -65,6 +56,19 @@ public interface I_CM_WebAccessLog
*/ */
public String getAcceptLanguage(); public String getAcceptLanguage();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -78,7 +82,7 @@ public interface I_CM_WebAccessLog
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name CM_BroadcastServer_ID */ /** Column name CM_BroadcastServer_ID */
public static final String COLUMNNAME_CM_BroadcastServer_ID = "CM_BroadcastServer_ID"; public static final String COLUMNNAME_CM_BroadcastServer_ID = "CM_BroadcastServer_ID";
@ -93,7 +97,7 @@ public interface I_CM_WebAccessLog
*/ */
public int getCM_BroadcastServer_ID(); public int getCM_BroadcastServer_ID();
public I_CM_BroadcastServer getCM_BroadcastServer() throws Exception; public I_CM_BroadcastServer getCM_BroadcastServer() throws RuntimeException;
/** Column name CM_Media_ID */ /** Column name CM_Media_ID */
public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID"; public static final String COLUMNNAME_CM_Media_ID = "CM_Media_ID";
@ -108,7 +112,7 @@ public interface I_CM_WebAccessLog
*/ */
public int getCM_Media_ID(); public int getCM_Media_ID();
public I_CM_Media getCM_Media() throws Exception; public I_CM_Media getCM_Media() throws RuntimeException;
/** Column name CM_WebAccessLog_ID */ /** Column name CM_WebAccessLog_ID */
public static final String COLUMNNAME_CM_WebAccessLog_ID = "CM_WebAccessLog_ID"; public static final String COLUMNNAME_CM_WebAccessLog_ID = "CM_WebAccessLog_ID";
@ -136,7 +140,7 @@ public interface I_CM_WebAccessLog
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name FileSize */ /** Column name FileSize */
public static final String COLUMNNAME_FileSize = "FileSize"; public static final String COLUMNNAME_FileSize = "FileSize";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_WebProject public interface I_CM_WebProject
{ {
@ -52,6 +43,19 @@ public interface I_CM_WebProject
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_TreeCMC_ID */ /** Column name AD_TreeCMC_ID */
public static final String COLUMNNAME_AD_TreeCMC_ID = "AD_TreeCMC_ID"; public static final String COLUMNNAME_AD_TreeCMC_ID = "AD_TreeCMC_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_WebProject_Domain public interface I_CM_WebProject_Domain
{ {
@ -52,6 +43,19 @@ public interface I_CM_WebProject_Domain
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name CM_Container_ID */ /** Column name CM_Container_ID */
public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID"; public static final String COLUMNNAME_CM_Container_ID = "CM_Container_ID";
@ -65,7 +69,7 @@ public interface I_CM_WebProject_Domain
*/ */
public int getCM_Container_ID(); public int getCM_Container_ID();
public I_CM_Container getCM_Container() throws Exception; public I_CM_Container getCM_Container() throws RuntimeException;
/** Column name CM_WebProject_Domain_ID */ /** Column name CM_WebProject_Domain_ID */
public static final String COLUMNNAME_CM_WebProject_Domain_ID = "CM_WebProject_Domain_ID"; public static final String COLUMNNAME_CM_WebProject_Domain_ID = "CM_WebProject_Domain_ID";
@ -93,7 +97,7 @@ public interface I_CM_WebProject_Domain
*/ */
public int getCM_WebProject_ID(); public int getCM_WebProject_ID();
public I_CM_WebProject getCM_WebProject() throws Exception; public I_CM_WebProject getCM_WebProject() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_CM_WikiToken public interface I_CM_WikiToken
{ {
@ -52,6 +43,19 @@ public interface I_CM_WikiToken
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_Table_ID */ /** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
@ -65,7 +69,7 @@ public interface I_CM_WikiToken
*/ */
public int getAD_Table_ID(); public int getAD_Table_ID();
public I_AD_Table getAD_Table() throws Exception; public I_AD_Table getAD_Table() throws RuntimeException;
/** Column name CM_WikiToken_ID */ /** Column name CM_WikiToken_ID */
public static final String COLUMNNAME_CM_WikiToken_ID = "CM_WikiToken_ID"; public static final String COLUMNNAME_CM_WikiToken_ID = "CM_WikiToken_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_AcctProcessor /** Generated Interface for C_AcctProcessor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_AcctProcessor public interface I_C_AcctProcessor
{ {
@ -53,6 +44,19 @@ public interface I_C_AcctProcessor
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_Table_ID */ /** Column name AD_Table_ID */
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID"; public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
@ -66,7 +70,7 @@ public interface I_C_AcctProcessor
*/ */
public int getAD_Table_ID(); public int getAD_Table_ID();
public I_AD_Table getAD_Table() throws Exception; public I_AD_Table getAD_Table() throws RuntimeException;
/** Column name C_AcctProcessor_ID */ /** Column name C_AcctProcessor_ID */
public static final String COLUMNNAME_C_AcctProcessor_ID = "C_AcctProcessor_ID"; public static final String COLUMNNAME_C_AcctProcessor_ID = "C_AcctProcessor_ID";
@ -94,7 +98,7 @@ public interface I_C_AcctProcessor
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name DateLastRun */ /** Column name DateLastRun */
public static final String COLUMNNAME_DateLastRun = "DateLastRun"; public static final String COLUMNNAME_DateLastRun = "DateLastRun";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_AcctProcessorLog /** Generated Interface for C_AcctProcessorLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_AcctProcessorLog public interface I_C_AcctProcessorLog
{ {
@ -52,6 +43,19 @@ public interface I_C_AcctProcessorLog
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name BinaryData */ /** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData"; public static final String COLUMNNAME_BinaryData = "BinaryData";
@ -78,7 +82,7 @@ public interface I_C_AcctProcessorLog
*/ */
public int getC_AcctProcessor_ID(); public int getC_AcctProcessor_ID();
public I_C_AcctProcessor getC_AcctProcessor() throws Exception; public I_C_AcctProcessor getC_AcctProcessor() throws RuntimeException;
/** Column name C_AcctProcessorLog_ID */ /** Column name C_AcctProcessorLog_ID */
public static final String COLUMNNAME_C_AcctProcessorLog_ID = "C_AcctProcessorLog_ID"; public static final String COLUMNNAME_C_AcctProcessorLog_ID = "C_AcctProcessorLog_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_AcctSchema /** Generated Interface for C_AcctSchema
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_AcctSchema public interface I_C_AcctSchema
{ {
@ -52,6 +43,19 @@ public interface I_C_AcctSchema
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_OrgOnly_ID */ /** Column name AD_OrgOnly_ID */
public static final String COLUMNNAME_AD_OrgOnly_ID = "AD_OrgOnly_ID"; public static final String COLUMNNAME_AD_OrgOnly_ID = "AD_OrgOnly_ID";
@ -104,7 +108,7 @@ public interface I_C_AcctSchema
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name CommitmentType */ /** Column name CommitmentType */
public static final String COLUMNNAME_CommitmentType = "CommitmentType"; public static final String COLUMNNAME_CommitmentType = "CommitmentType";
@ -158,7 +162,7 @@ public interface I_C_AcctSchema
*/ */
public int getC_Period_ID(); public int getC_Period_ID();
public I_C_Period getC_Period() throws Exception; public I_C_Period getC_Period() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -329,7 +333,7 @@ public interface I_C_AcctSchema
*/ */
public int getM_CostType_ID(); public int getM_CostType_ID();
public I_M_CostType getM_CostType() throws Exception; public I_M_CostType getM_CostType() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_AcctSchema_Default /** Generated Interface for C_AcctSchema_Default
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_AcctSchema_Default public interface I_C_AcctSchema_Default
{ {
@ -52,6 +43,19 @@ public interface I_C_AcctSchema_Default
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name B_Asset_Acct */ /** Column name B_Asset_Acct */
public static final String COLUMNNAME_B_Asset_Acct = "B_Asset_Acct"; public static final String COLUMNNAME_B_Asset_Acct = "B_Asset_Acct";
@ -221,7 +225,7 @@ public interface I_C_AcctSchema_Default
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name CB_Asset_Acct */ /** Column name CB_Asset_Acct */
public static final String COLUMNNAME_CB_Asset_Acct = "CB_Asset_Acct"; public static final String COLUMNNAME_CB_Asset_Acct = "CB_Asset_Acct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_AcctSchema_Element /** Generated Interface for C_AcctSchema_Element
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_AcctSchema_Element public interface I_C_AcctSchema_Element
{ {
@ -65,7 +56,20 @@ public interface I_C_AcctSchema_Element
*/ */
public int getAD_Column_ID(); public int getAD_Column_ID();
public I_AD_Column getAD_Column() throws Exception; public I_AD_Column getAD_Column() throws RuntimeException;
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_AcctSchema_Element_ID */ /** Column name C_AcctSchema_Element_ID */
public static final String COLUMNNAME_C_AcctSchema_Element_ID = "C_AcctSchema_Element_ID"; public static final String COLUMNNAME_C_AcctSchema_Element_ID = "C_AcctSchema_Element_ID";
@ -89,7 +93,7 @@ public interface I_C_AcctSchema_Element
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name C_Activity_ID */ /** Column name C_Activity_ID */
public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID";
@ -104,7 +108,7 @@ public interface I_C_AcctSchema_Element
*/ */
public int getC_Activity_ID(); public int getC_Activity_ID();
public I_C_Activity getC_Activity() throws Exception; public I_C_Activity getC_Activity() throws RuntimeException;
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -119,7 +123,7 @@ public interface I_C_AcctSchema_Element
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_Campaign_ID */ /** Column name C_Campaign_ID */
public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID";
@ -134,7 +138,7 @@ public interface I_C_AcctSchema_Element
*/ */
public int getC_Campaign_ID(); public int getC_Campaign_ID();
public I_C_Campaign getC_Campaign() throws Exception; public I_C_Campaign getC_Campaign() throws RuntimeException;
/** Column name C_Element_ID */ /** Column name C_Element_ID */
public static final String COLUMNNAME_C_Element_ID = "C_Element_ID"; public static final String COLUMNNAME_C_Element_ID = "C_Element_ID";
@ -149,7 +153,7 @@ public interface I_C_AcctSchema_Element
*/ */
public int getC_Element_ID(); public int getC_Element_ID();
public I_C_Element getC_Element() throws Exception; public I_C_Element getC_Element() throws RuntimeException;
/** Column name C_ElementValue_ID */ /** Column name C_ElementValue_ID */
public static final String COLUMNNAME_C_ElementValue_ID = "C_ElementValue_ID"; public static final String COLUMNNAME_C_ElementValue_ID = "C_ElementValue_ID";
@ -164,7 +168,7 @@ public interface I_C_AcctSchema_Element
*/ */
public int getC_ElementValue_ID(); public int getC_ElementValue_ID();
public I_C_ElementValue getC_ElementValue() throws Exception; public I_C_ElementValue getC_ElementValue() throws RuntimeException;
/** Column name C_Location_ID */ /** Column name C_Location_ID */
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID"; public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
@ -192,7 +196,7 @@ public interface I_C_AcctSchema_Element
*/ */
public int getC_Project_ID(); public int getC_Project_ID();
public I_C_Project getC_Project() throws Exception; public I_C_Project getC_Project() throws RuntimeException;
/** Column name C_SalesRegion_ID */ /** Column name C_SalesRegion_ID */
public static final String COLUMNNAME_C_SalesRegion_ID = "C_SalesRegion_ID"; public static final String COLUMNNAME_C_SalesRegion_ID = "C_SalesRegion_ID";
@ -207,7 +211,7 @@ public interface I_C_AcctSchema_Element
*/ */
public int getC_SalesRegion_ID(); public int getC_SalesRegion_ID();
public I_C_SalesRegion getC_SalesRegion() throws Exception; public I_C_SalesRegion getC_SalesRegion() throws RuntimeException;
/** Column name ElementType */ /** Column name ElementType */
public static final String COLUMNNAME_ElementType = "ElementType"; public static final String COLUMNNAME_ElementType = "ElementType";
@ -257,7 +261,7 @@ public interface I_C_AcctSchema_Element
*/ */
public int getM_Product_ID(); public int getM_Product_ID();
public I_M_Product getM_Product() throws Exception; public I_M_Product getM_Product() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_AcctSchema_GL /** Generated Interface for C_AcctSchema_GL
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_AcctSchema_GL public interface I_C_AcctSchema_GL
{ {
@ -52,6 +43,19 @@ public interface I_C_AcctSchema_GL
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
@ -65,7 +69,7 @@ public interface I_C_AcctSchema_GL
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name CommitmentOffset_Acct */ /** Column name CommitmentOffset_Acct */
public static final String COLUMNNAME_CommitmentOffset_Acct = "CommitmentOffset_Acct"; public static final String COLUMNNAME_CommitmentOffset_Acct = "CommitmentOffset_Acct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_Activity /** Generated Interface for C_Activity
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_Activity public interface I_C_Activity
{ {
@ -52,6 +43,19 @@ public interface I_C_Activity
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_Activity_ID */ /** Column name C_Activity_ID */
public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID"; public static final String COLUMNNAME_C_Activity_ID = "C_Activity_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_AllocationHdr /** Generated Interface for C_AllocationHdr
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_AllocationHdr public interface I_C_AllocationHdr
{ {
@ -53,6 +44,19 @@ public interface I_C_AllocationHdr
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name ApprovalAmt */ /** Column name ApprovalAmt */
public static final String COLUMNNAME_ApprovalAmt = "ApprovalAmt"; public static final String COLUMNNAME_ApprovalAmt = "ApprovalAmt";
@ -92,7 +96,7 @@ public interface I_C_AllocationHdr
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name DateAcct */ /** Column name DateAcct */
public static final String COLUMNNAME_DateAcct = "DateAcct"; public static final String COLUMNNAME_DateAcct = "DateAcct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_AllocationLine /** Generated Interface for C_AllocationLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_AllocationLine public interface I_C_AllocationLine
{ {
@ -53,6 +44,19 @@ public interface I_C_AllocationLine
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name Amount */ /** Column name Amount */
public static final String COLUMNNAME_Amount = "Amount"; public static final String COLUMNNAME_Amount = "Amount";
@ -79,7 +83,7 @@ public interface I_C_AllocationLine
*/ */
public int getC_AllocationHdr_ID(); public int getC_AllocationHdr_ID();
public I_C_AllocationHdr getC_AllocationHdr() throws Exception; public I_C_AllocationHdr getC_AllocationHdr() throws RuntimeException;
/** Column name C_AllocationLine_ID */ /** Column name C_AllocationLine_ID */
public static final String COLUMNNAME_C_AllocationLine_ID = "C_AllocationLine_ID"; public static final String COLUMNNAME_C_AllocationLine_ID = "C_AllocationLine_ID";
@ -107,7 +111,7 @@ public interface I_C_AllocationLine
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_CashLine_ID */ /** Column name C_CashLine_ID */
public static final String COLUMNNAME_C_CashLine_ID = "C_CashLine_ID"; public static final String COLUMNNAME_C_CashLine_ID = "C_CashLine_ID";
@ -122,7 +126,7 @@ public interface I_C_AllocationLine
*/ */
public int getC_CashLine_ID(); public int getC_CashLine_ID();
public I_C_CashLine getC_CashLine() throws Exception; public I_C_CashLine getC_CashLine() throws RuntimeException;
/** Column name C_Invoice_ID */ /** Column name C_Invoice_ID */
public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID";
@ -137,7 +141,7 @@ public interface I_C_AllocationLine
*/ */
public int getC_Invoice_ID(); public int getC_Invoice_ID();
public I_C_Invoice getC_Invoice() throws Exception; public I_C_Invoice getC_Invoice() throws RuntimeException;
/** Column name C_Order_ID */ /** Column name C_Order_ID */
public static final String COLUMNNAME_C_Order_ID = "C_Order_ID"; public static final String COLUMNNAME_C_Order_ID = "C_Order_ID";
@ -152,7 +156,7 @@ public interface I_C_AllocationLine
*/ */
public int getC_Order_ID(); public int getC_Order_ID();
public I_C_Order getC_Order() throws Exception; public I_C_Order getC_Order() throws RuntimeException;
/** Column name C_Payment_ID */ /** Column name C_Payment_ID */
public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID";
@ -167,7 +171,7 @@ public interface I_C_AllocationLine
*/ */
public int getC_Payment_ID(); public int getC_Payment_ID();
public I_C_Payment getC_Payment() throws Exception; public I_C_Payment getC_Payment() throws RuntimeException;
/** Column name DateTrx */ /** Column name DateTrx */
public static final String COLUMNNAME_DateTrx = "DateTrx"; public static final String COLUMNNAME_DateTrx = "DateTrx";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BP_BankAccount /** Generated Interface for C_BP_BankAccount
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BP_BankAccount public interface I_C_BP_BankAccount
{ {
@ -91,6 +82,19 @@ public interface I_C_BP_BankAccount
*/ */
public String getA_Country(); public String getA_Country();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -104,7 +108,7 @@ public interface I_C_BP_BankAccount
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name A_EMail */ /** Column name A_EMail */
public static final String COLUMNNAME_A_EMail = "A_EMail"; public static final String COLUMNNAME_A_EMail = "A_EMail";
@ -236,7 +240,7 @@ public interface I_C_BP_BankAccount
*/ */
public int getC_Bank_ID(); public int getC_Bank_ID();
public I_C_Bank getC_Bank() throws Exception; public I_C_Bank getC_Bank() throws RuntimeException;
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -251,7 +255,7 @@ public interface I_C_BP_BankAccount
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_BP_BankAccount_ID */ /** Column name C_BP_BankAccount_ID */
public static final String COLUMNNAME_C_BP_BankAccount_ID = "C_BP_BankAccount_ID"; public static final String COLUMNNAME_C_BP_BankAccount_ID = "C_BP_BankAccount_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BP_Customer_Acct /** Generated Interface for C_BP_Customer_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BP_Customer_Acct public interface I_C_BP_Customer_Acct
{ {
@ -52,6 +43,19 @@ public interface I_C_BP_Customer_Acct
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
@ -65,7 +69,7 @@ public interface I_C_BP_Customer_Acct
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -80,7 +84,7 @@ public interface I_C_BP_Customer_Acct
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_Prepayment_Acct */ /** Column name C_Prepayment_Acct */
public static final String COLUMNNAME_C_Prepayment_Acct = "C_Prepayment_Acct"; public static final String COLUMNNAME_C_Prepayment_Acct = "C_Prepayment_Acct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BP_EDI /** Generated Interface for C_BP_EDI
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BP_EDI public interface I_C_BP_EDI
{ {
@ -52,6 +43,19 @@ public interface I_C_BP_EDI
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_Sequence_ID */ /** Column name AD_Sequence_ID */
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID"; public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
@ -78,7 +82,7 @@ public interface I_C_BP_EDI
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_BP_EDI_ID */ /** Column name C_BP_EDI_ID */
public static final String COLUMNNAME_C_BP_EDI_ID = "C_BP_EDI_ID"; public static final String COLUMNNAME_C_BP_EDI_ID = "C_BP_EDI_ID";
@ -245,7 +249,7 @@ public interface I_C_BP_EDI
*/ */
public int getM_Warehouse_ID(); public int getM_Warehouse_ID();
public I_M_Warehouse getM_Warehouse() throws Exception; public I_M_Warehouse getM_Warehouse() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BP_Employee_Acct /** Generated Interface for C_BP_Employee_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BP_Employee_Acct public interface I_C_BP_Employee_Acct
{ {
@ -52,6 +43,19 @@ public interface I_C_BP_Employee_Acct
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
@ -65,7 +69,7 @@ public interface I_C_BP_Employee_Acct
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -80,7 +84,7 @@ public interface I_C_BP_Employee_Acct
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name E_Expense_Acct */ /** Column name E_Expense_Acct */
public static final String COLUMNNAME_E_Expense_Acct = "E_Expense_Acct"; public static final String COLUMNNAME_E_Expense_Acct = "E_Expense_Acct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BP_Group /** Generated Interface for C_BP_Group
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BP_Group public interface I_C_BP_Group
{ {
@ -52,6 +43,19 @@ public interface I_C_BP_Group
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_PrintColor_ID */ /** Column name AD_PrintColor_ID */
public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID"; public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID";
@ -65,7 +69,7 @@ public interface I_C_BP_Group
*/ */
public int getAD_PrintColor_ID(); public int getAD_PrintColor_ID();
public I_AD_PrintColor getAD_PrintColor() throws Exception; public I_AD_PrintColor getAD_PrintColor() throws RuntimeException;
/** Column name C_BP_Group_ID */ /** Column name C_BP_Group_ID */
public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID";
@ -93,7 +97,7 @@ public interface I_C_BP_Group
*/ */
public int getC_Dunning_ID(); public int getC_Dunning_ID();
public I_C_Dunning getC_Dunning() throws Exception; public I_C_Dunning getC_Dunning() throws RuntimeException;
/** Column name CreditWatchPercent */ /** Column name CreditWatchPercent */
public static final String COLUMNNAME_CreditWatchPercent = "CreditWatchPercent"; public static final String COLUMNNAME_CreditWatchPercent = "CreditWatchPercent";
@ -173,7 +177,7 @@ public interface I_C_BP_Group
*/ */
public int getM_PriceList_ID(); public int getM_PriceList_ID();
public I_M_PriceList getM_PriceList() throws Exception; public I_M_PriceList getM_PriceList() throws RuntimeException;
/** Column name Name */ /** Column name Name */
public static final String COLUMNNAME_Name = "Name"; public static final String COLUMNNAME_Name = "Name";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BP_Group_Acct /** Generated Interface for C_BP_Group_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BP_Group_Acct public interface I_C_BP_Group_Acct
{ {
@ -52,6 +43,19 @@ public interface I_C_BP_Group_Acct
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
@ -65,7 +69,7 @@ public interface I_C_BP_Group_Acct
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name C_BP_Group_ID */ /** Column name C_BP_Group_ID */
public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID";
@ -80,7 +84,7 @@ public interface I_C_BP_Group_Acct
*/ */
public int getC_BP_Group_ID(); public int getC_BP_Group_ID();
public I_C_BP_Group getC_BP_Group() throws Exception; public I_C_BP_Group getC_BP_Group() throws RuntimeException;
/** Column name C_Prepayment_Acct */ /** Column name C_Prepayment_Acct */
public static final String COLUMNNAME_C_Prepayment_Acct = "C_Prepayment_Acct"; public static final String COLUMNNAME_C_Prepayment_Acct = "C_Prepayment_Acct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BP_Relation /** Generated Interface for C_BP_Relation
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BP_Relation public interface I_C_BP_Relation
{ {
@ -52,6 +43,19 @@ public interface I_C_BP_Relation
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -65,7 +69,7 @@ public interface I_C_BP_Relation
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_BPartner_Location_ID */ /** Column name C_BPartner_Location_ID */
public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID";
@ -80,7 +84,7 @@ public interface I_C_BP_Relation
*/ */
public int getC_BPartner_Location_ID(); public int getC_BPartner_Location_ID();
public I_C_BPartner_Location getC_BPartner_Location() throws Exception; public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException;
/** Column name C_BPartnerRelation_ID */ /** Column name C_BPartnerRelation_ID */
public static final String COLUMNNAME_C_BPartnerRelation_ID = "C_BPartnerRelation_ID"; public static final String COLUMNNAME_C_BPartnerRelation_ID = "C_BPartnerRelation_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BP_Vendor_Acct /** Generated Interface for C_BP_Vendor_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BP_Vendor_Acct public interface I_C_BP_Vendor_Acct
{ {
@ -52,6 +43,19 @@ public interface I_C_BP_Vendor_Acct
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
@ -65,7 +69,7 @@ public interface I_C_BP_Vendor_Acct
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -80,7 +84,7 @@ public interface I_C_BP_Vendor_Acct
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name V_Liability_Acct */ /** Column name V_Liability_Acct */
public static final String COLUMNNAME_V_Liability_Acct = "V_Liability_Acct"; public static final String COLUMNNAME_V_Liability_Acct = "V_Liability_Acct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BP_Withholding /** Generated Interface for C_BP_Withholding
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BP_Withholding public interface I_C_BP_Withholding
{ {
@ -52,6 +43,19 @@ public interface I_C_BP_Withholding
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -65,7 +69,7 @@ public interface I_C_BP_Withholding
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_Withholding_ID */ /** Column name C_Withholding_ID */
public static final String COLUMNNAME_C_Withholding_ID = "C_Withholding_ID"; public static final String COLUMNNAME_C_Withholding_ID = "C_Withholding_ID";
@ -80,7 +84,7 @@ public interface I_C_BP_Withholding
*/ */
public int getC_Withholding_ID(); public int getC_Withholding_ID();
public I_C_Withholding getC_Withholding() throws Exception; public I_C_Withholding getC_Withholding() throws RuntimeException;
/** Column name ExemptReason */ /** Column name ExemptReason */
public static final String COLUMNNAME_ExemptReason = "ExemptReason"; public static final String COLUMNNAME_ExemptReason = "ExemptReason";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BPartner /** Generated Interface for C_BPartner
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BPartner public interface I_C_BPartner
{ {
@ -105,6 +96,19 @@ public interface I_C_BPartner
*/ */
public String getAD_OrgBP_ID(); public String getAD_OrgBP_ID();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name BPartner_Parent_ID */ /** Column name BPartner_Parent_ID */
public static final String COLUMNNAME_BPartner_Parent_ID = "BPartner_Parent_ID"; public static final String COLUMNNAME_BPartner_Parent_ID = "BPartner_Parent_ID";
@ -144,7 +148,7 @@ public interface I_C_BPartner
*/ */
public int getC_BP_Group_ID(); public int getC_BP_Group_ID();
public I_C_BP_Group getC_BP_Group() throws Exception; public I_C_BP_Group getC_BP_Group() throws RuntimeException;
/** Column name C_Dunning_ID */ /** Column name C_Dunning_ID */
public static final String COLUMNNAME_C_Dunning_ID = "C_Dunning_ID"; public static final String COLUMNNAME_C_Dunning_ID = "C_Dunning_ID";
@ -159,7 +163,7 @@ public interface I_C_BPartner
*/ */
public int getC_Dunning_ID(); public int getC_Dunning_ID();
public I_C_Dunning getC_Dunning() throws Exception; public I_C_Dunning getC_Dunning() throws RuntimeException;
/** Column name C_Greeting_ID */ /** Column name C_Greeting_ID */
public static final String COLUMNNAME_C_Greeting_ID = "C_Greeting_ID"; public static final String COLUMNNAME_C_Greeting_ID = "C_Greeting_ID";
@ -174,7 +178,7 @@ public interface I_C_BPartner
*/ */
public int getC_Greeting_ID(); public int getC_Greeting_ID();
public I_C_Greeting getC_Greeting() throws Exception; public I_C_Greeting getC_Greeting() throws RuntimeException;
/** Column name C_InvoiceSchedule_ID */ /** Column name C_InvoiceSchedule_ID */
public static final String COLUMNNAME_C_InvoiceSchedule_ID = "C_InvoiceSchedule_ID"; public static final String COLUMNNAME_C_InvoiceSchedule_ID = "C_InvoiceSchedule_ID";
@ -189,7 +193,7 @@ public interface I_C_BPartner
*/ */
public int getC_InvoiceSchedule_ID(); public int getC_InvoiceSchedule_ID();
public I_C_InvoiceSchedule getC_InvoiceSchedule() throws Exception; public I_C_InvoiceSchedule getC_InvoiceSchedule() throws RuntimeException;
/** Column name C_PaymentTerm_ID */ /** Column name C_PaymentTerm_ID */
public static final String COLUMNNAME_C_PaymentTerm_ID = "C_PaymentTerm_ID"; public static final String COLUMNNAME_C_PaymentTerm_ID = "C_PaymentTerm_ID";
@ -204,7 +208,7 @@ public interface I_C_BPartner
*/ */
public int getC_PaymentTerm_ID(); public int getC_PaymentTerm_ID();
public I_C_PaymentTerm getC_PaymentTerm() throws Exception; public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException;
/** Column name C_TaxGroup_ID */ /** Column name C_TaxGroup_ID */
public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID"; public static final String COLUMNNAME_C_TaxGroup_ID = "C_TaxGroup_ID";
@ -215,7 +219,7 @@ public interface I_C_BPartner
/** Get Tax Group */ /** Get Tax Group */
public int getC_TaxGroup_ID(); public int getC_TaxGroup_ID();
public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws Exception; public org.eevolution.model.I_C_TaxGroup getC_TaxGroup() throws RuntimeException;
/** Column name DeliveryRule */ /** Column name DeliveryRule */
public static final String COLUMNNAME_DeliveryRule = "DeliveryRule"; public static final String COLUMNNAME_DeliveryRule = "DeliveryRule";
@ -495,7 +499,7 @@ public interface I_C_BPartner
*/ */
public int getM_PriceList_ID(); public int getM_PriceList_ID();
public I_M_PriceList getM_PriceList() throws Exception; public I_M_PriceList getM_PriceList() throws RuntimeException;
/** Column name NAICS */ /** Column name NAICS */
public static final String COLUMNNAME_NAICS = "NAICS"; public static final String COLUMNNAME_NAICS = "NAICS";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BPartner_Location /** Generated Interface for C_BPartner_Location
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BPartner_Location public interface I_C_BPartner_Location
{ {
@ -52,6 +43,19 @@ public interface I_C_BPartner_Location
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -65,7 +69,7 @@ public interface I_C_BPartner_Location
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_BPartner_Location_ID */ /** Column name C_BPartner_Location_ID */
public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID";
@ -106,7 +110,7 @@ public interface I_C_BPartner_Location
*/ */
public int getC_SalesRegion_ID(); public int getC_SalesRegion_ID();
public I_C_SalesRegion getC_SalesRegion() throws Exception; public I_C_SalesRegion getC_SalesRegion() throws RuntimeException;
/** Column name Fax */ /** Column name Fax */
public static final String COLUMNNAME_Fax = "Fax"; public static final String COLUMNNAME_Fax = "Fax";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BPartner_Product /** Generated Interface for C_BPartner_Product
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BPartner_Product public interface I_C_BPartner_Product
{ {
@ -52,6 +43,19 @@ public interface I_C_BPartner_Product
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -65,7 +69,7 @@ public interface I_C_BPartner_Product
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -106,7 +110,7 @@ public interface I_C_BPartner_Product
*/ */
public int getM_Product_ID(); public int getM_Product_ID();
public I_M_Product getM_Product() throws Exception; public I_M_Product getM_Product() throws RuntimeException;
/** Column name QualityRating */ /** Column name QualityRating */
public static final String COLUMNNAME_QualityRating = "QualityRating"; public static final String COLUMNNAME_QualityRating = "QualityRating";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_Bank /** Generated Interface for C_Bank
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_Bank public interface I_C_Bank
{ {
@ -52,6 +43,19 @@ public interface I_C_Bank
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_Bank_ID */ /** Column name C_Bank_ID */
public static final String COLUMNNAME_C_Bank_ID = "C_Bank_ID"; public static final String COLUMNNAME_C_Bank_ID = "C_Bank_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BankAccount /** Generated Interface for C_BankAccount
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BankAccount public interface I_C_BankAccount
{ {
@ -65,6 +56,19 @@ public interface I_C_BankAccount
*/ */
public String getAccountNo(); public String getAccountNo();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name BankAccountType */ /** Column name BankAccountType */
public static final String COLUMNNAME_BankAccountType = "BankAccountType"; public static final String COLUMNNAME_BankAccountType = "BankAccountType";
@ -117,7 +121,7 @@ public interface I_C_BankAccount
*/ */
public int getC_Bank_ID(); public int getC_Bank_ID();
public I_C_Bank getC_Bank() throws Exception; public I_C_Bank getC_Bank() throws RuntimeException;
/** 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";
@ -132,7 +136,7 @@ public interface I_C_BankAccount
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name CreditLimit */ /** Column name CreditLimit */
public static final String COLUMNNAME_CreditLimit = "CreditLimit"; public static final String COLUMNNAME_CreditLimit = "CreditLimit";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BankAccountDoc /** Generated Interface for C_BankAccountDoc
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BankAccountDoc public interface I_C_BankAccountDoc
{ {
@ -52,6 +43,19 @@ public interface I_C_BankAccountDoc
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BankAccountDoc_ID */ /** Column name C_BankAccountDoc_ID */
public static final String COLUMNNAME_C_BankAccountDoc_ID = "C_BankAccountDoc_ID"; public static final String COLUMNNAME_C_BankAccountDoc_ID = "C_BankAccountDoc_ID";
@ -78,7 +82,7 @@ public interface I_C_BankAccountDoc
*/ */
public int getC_BankAccount_ID(); public int getC_BankAccount_ID();
public I_C_BankAccount getC_BankAccount() throws Exception; public I_C_BankAccount getC_BankAccount() throws RuntimeException;
/** Column name Check_PrintFormat_ID */ /** Column name Check_PrintFormat_ID */
public static final String COLUMNNAME_Check_PrintFormat_ID = "Check_PrintFormat_ID"; public static final String COLUMNNAME_Check_PrintFormat_ID = "Check_PrintFormat_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BankAccount_Acct /** Generated Interface for C_BankAccount_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BankAccount_Acct public interface I_C_BankAccount_Acct
{ {
@ -52,6 +43,19 @@ public interface I_C_BankAccount_Acct
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name B_Asset_Acct */ /** Column name B_Asset_Acct */
public static final String COLUMNNAME_B_Asset_Acct = "B_Asset_Acct"; public static final String COLUMNNAME_B_Asset_Acct = "B_Asset_Acct";
@ -221,7 +225,7 @@ public interface I_C_BankAccount_Acct
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name C_BankAccount_ID */ /** Column name C_BankAccount_ID */
public static final String COLUMNNAME_C_BankAccount_ID = "C_BankAccount_ID"; public static final String COLUMNNAME_C_BankAccount_ID = "C_BankAccount_ID";
@ -236,5 +240,5 @@ public interface I_C_BankAccount_Acct
*/ */
public int getC_BankAccount_ID(); public int getC_BankAccount_ID();
public I_C_BankAccount getC_BankAccount() throws Exception; public I_C_BankAccount getC_BankAccount() throws RuntimeException;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BankStatement /** Generated Interface for C_BankStatement
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BankStatement public interface I_C_BankStatement
{ {
@ -53,6 +44,19 @@ public interface I_C_BankStatement
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name BeginningBalance */ /** Column name BeginningBalance */
public static final String COLUMNNAME_BeginningBalance = "BeginningBalance"; public static final String COLUMNNAME_BeginningBalance = "BeginningBalance";
@ -79,7 +83,7 @@ public interface I_C_BankStatement
*/ */
public int getC_BankAccount_ID(); public int getC_BankAccount_ID();
public I_C_BankAccount getC_BankAccount() throws Exception; public I_C_BankAccount getC_BankAccount() throws RuntimeException;
/** Column name C_BankStatement_ID */ /** Column name C_BankStatement_ID */
public static final String COLUMNNAME_C_BankStatement_ID = "C_BankStatement_ID"; public static final String COLUMNNAME_C_BankStatement_ID = "C_BankStatement_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BankStatementLine /** Generated Interface for C_BankStatementLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BankStatementLine public interface I_C_BankStatementLine
{ {
@ -53,6 +44,19 @@ public interface I_C_BankStatementLine
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BankStatement_ID */ /** Column name C_BankStatement_ID */
public static final String COLUMNNAME_C_BankStatement_ID = "C_BankStatement_ID"; public static final String COLUMNNAME_C_BankStatement_ID = "C_BankStatement_ID";
@ -66,7 +70,7 @@ public interface I_C_BankStatementLine
*/ */
public int getC_BankStatement_ID(); public int getC_BankStatement_ID();
public I_C_BankStatement getC_BankStatement() throws Exception; public I_C_BankStatement getC_BankStatement() throws RuntimeException;
/** Column name C_BankStatementLine_ID */ /** Column name C_BankStatementLine_ID */
public static final String COLUMNNAME_C_BankStatementLine_ID = "C_BankStatementLine_ID"; public static final String COLUMNNAME_C_BankStatementLine_ID = "C_BankStatementLine_ID";
@ -94,7 +98,7 @@ public interface I_C_BankStatementLine
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_Charge_ID */ /** Column name C_Charge_ID */
public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID";
@ -109,7 +113,7 @@ public interface I_C_BankStatementLine
*/ */
public int getC_Charge_ID(); public int getC_Charge_ID();
public I_C_Charge getC_Charge() throws Exception; public I_C_Charge getC_Charge() throws RuntimeException;
/** 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";
@ -124,7 +128,7 @@ public interface I_C_BankStatementLine
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name ChargeAmt */ /** Column name ChargeAmt */
public static final String COLUMNNAME_ChargeAmt = "ChargeAmt"; public static final String COLUMNNAME_ChargeAmt = "ChargeAmt";
@ -152,7 +156,7 @@ public interface I_C_BankStatementLine
*/ */
public int getC_Invoice_ID(); public int getC_Invoice_ID();
public I_C_Invoice getC_Invoice() throws Exception; public I_C_Invoice getC_Invoice() throws RuntimeException;
/** Column name C_Payment_ID */ /** Column name C_Payment_ID */
public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID";
@ -167,7 +171,7 @@ public interface I_C_BankStatementLine
*/ */
public int getC_Payment_ID(); public int getC_Payment_ID();
public I_C_Payment getC_Payment() throws Exception; public I_C_Payment getC_Payment() throws RuntimeException;
/** Column name CreatePayment */ /** Column name CreatePayment */
public static final String COLUMNNAME_CreatePayment = "CreatePayment"; public static final String COLUMNNAME_CreatePayment = "CreatePayment";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BankStatementLoader /** Generated Interface for C_BankStatementLoader
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BankStatementLoader public interface I_C_BankStatementLoader
{ {
@ -66,6 +57,19 @@ public interface I_C_BankStatementLoader
*/ */
public String getAccountNo(); public String getAccountNo();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name BranchID */ /** Column name BranchID */
public static final String COLUMNNAME_BranchID = "BranchID"; public static final String COLUMNNAME_BranchID = "BranchID";
@ -92,7 +96,7 @@ public interface I_C_BankStatementLoader
*/ */
public int getC_BankAccount_ID(); public int getC_BankAccount_ID();
public I_C_BankAccount getC_BankAccount() throws Exception; public I_C_BankAccount getC_BankAccount() throws RuntimeException;
/** Column name C_BankStatementLoader_ID */ /** Column name C_BankStatementLoader_ID */
public static final String COLUMNNAME_C_BankStatementLoader_ID = "C_BankStatementLoader_ID"; public static final String COLUMNNAME_C_BankStatementLoader_ID = "C_BankStatementLoader_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_BankStatementMatcher /** Generated Interface for C_BankStatementMatcher
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_BankStatementMatcher public interface I_C_BankStatementMatcher
{ {
@ -52,6 +43,19 @@ public interface I_C_BankStatementMatcher
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BankStatementMatcher_ID */ /** Column name C_BankStatementMatcher_ID */
public static final String COLUMNNAME_C_BankStatementMatcher_ID = "C_BankStatementMatcher_ID"; public static final String COLUMNNAME_C_BankStatementMatcher_ID = "C_BankStatementMatcher_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_Calendar /** Generated Interface for C_Calendar
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_Calendar public interface I_C_Calendar
{ {
@ -52,6 +43,19 @@ public interface I_C_Calendar
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_Calendar_ID */ /** Column name C_Calendar_ID */
public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID"; public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_Campaign /** Generated Interface for C_Campaign
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_Campaign public interface I_C_Campaign
{ {
@ -53,6 +44,19 @@ public interface I_C_Campaign
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_Campaign_ID */ /** Column name C_Campaign_ID */
public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID";
@ -79,7 +83,7 @@ public interface I_C_Campaign
*/ */
public int getC_Channel_ID(); public int getC_Channel_ID();
public I_C_Channel getC_Channel() throws Exception; public I_C_Channel getC_Channel() throws RuntimeException;
/** Column name Costs */ /** Column name Costs */
public static final String COLUMNNAME_Costs = "Costs"; public static final String COLUMNNAME_Costs = "Costs";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_Cash /** Generated Interface for C_Cash
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_Cash public interface I_C_Cash
{ {
@ -53,6 +44,19 @@ public interface I_C_Cash
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_OrgTrx_ID */ /** Column name AD_OrgTrx_ID */
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID"; public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
@ -92,7 +96,7 @@ public interface I_C_Cash
*/ */
public int getC_Activity_ID(); public int getC_Activity_ID();
public I_C_Activity getC_Activity() throws Exception; public I_C_Activity getC_Activity() throws RuntimeException;
/** Column name C_Campaign_ID */ /** Column name C_Campaign_ID */
public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID"; public static final String COLUMNNAME_C_Campaign_ID = "C_Campaign_ID";
@ -107,7 +111,7 @@ public interface I_C_Cash
*/ */
public int getC_Campaign_ID(); public int getC_Campaign_ID();
public I_C_Campaign getC_Campaign() throws Exception; public I_C_Campaign getC_Campaign() throws RuntimeException;
/** Column name C_CashBook_ID */ /** Column name C_CashBook_ID */
public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID"; public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID";
@ -122,7 +126,7 @@ public interface I_C_Cash
*/ */
public int getC_CashBook_ID(); public int getC_CashBook_ID();
public I_C_CashBook getC_CashBook() throws Exception; public I_C_CashBook getC_CashBook() throws RuntimeException;
/** Column name C_Cash_ID */ /** Column name C_Cash_ID */
public static final String COLUMNNAME_C_Cash_ID = "C_Cash_ID"; public static final String COLUMNNAME_C_Cash_ID = "C_Cash_ID";
@ -150,7 +154,7 @@ public interface I_C_Cash
*/ */
public int getC_Project_ID(); public int getC_Project_ID();
public I_C_Project getC_Project() throws Exception; public I_C_Project getC_Project() throws RuntimeException;
/** Column name DateAcct */ /** Column name DateAcct */
public static final String COLUMNNAME_DateAcct = "DateAcct"; public static final String COLUMNNAME_DateAcct = "DateAcct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_CashBook /** Generated Interface for C_CashBook
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_CashBook public interface I_C_CashBook
{ {
@ -52,6 +43,19 @@ public interface I_C_CashBook
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_CashBook_ID */ /** Column name C_CashBook_ID */
public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID"; public static final String COLUMNNAME_C_CashBook_ID = "C_CashBook_ID";
@ -78,7 +82,7 @@ public interface I_C_CashBook
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_CashBook_Acct /** Generated Interface for C_CashBook_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_CashBook_Acct public interface I_C_CashBook_Acct
{ {
@ -52,6 +43,19 @@ public interface I_C_CashBook_Acct
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
@ -65,7 +69,7 @@ public interface I_C_CashBook_Acct
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name CB_Asset_Acct */ /** Column name CB_Asset_Acct */
public static final String COLUMNNAME_CB_Asset_Acct = "CB_Asset_Acct"; public static final String COLUMNNAME_CB_Asset_Acct = "CB_Asset_Acct";
@ -145,5 +149,5 @@ public interface I_C_CashBook_Acct
*/ */
public int getC_CashBook_ID(); public int getC_CashBook_ID();
public I_C_CashBook getC_CashBook() throws Exception; public I_C_CashBook getC_CashBook() throws RuntimeException;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_CashLine /** Generated Interface for C_CashLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_CashLine public interface I_C_CashLine
{ {
@ -52,6 +43,19 @@ public interface I_C_CashLine
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name Amount */ /** Column name Amount */
public static final String COLUMNNAME_Amount = "Amount"; public static final String COLUMNNAME_Amount = "Amount";
@ -91,7 +95,7 @@ public interface I_C_CashLine
*/ */
public int getC_BankAccount_ID(); public int getC_BankAccount_ID();
public I_C_BankAccount getC_BankAccount() throws Exception; public I_C_BankAccount getC_BankAccount() throws RuntimeException;
/** Column name C_Cash_ID */ /** Column name C_Cash_ID */
public static final String COLUMNNAME_C_Cash_ID = "C_Cash_ID"; public static final String COLUMNNAME_C_Cash_ID = "C_Cash_ID";
@ -106,7 +110,7 @@ public interface I_C_CashLine
*/ */
public int getC_Cash_ID(); public int getC_Cash_ID();
public I_C_Cash getC_Cash() throws Exception; public I_C_Cash getC_Cash() throws RuntimeException;
/** Column name C_CashLine_ID */ /** Column name C_CashLine_ID */
public static final String COLUMNNAME_C_CashLine_ID = "C_CashLine_ID"; public static final String COLUMNNAME_C_CashLine_ID = "C_CashLine_ID";
@ -134,7 +138,7 @@ public interface I_C_CashLine
*/ */
public int getC_Charge_ID(); public int getC_Charge_ID();
public I_C_Charge getC_Charge() throws Exception; public I_C_Charge getC_Charge() throws RuntimeException;
/** 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";
@ -149,7 +153,7 @@ public interface I_C_CashLine
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name C_Invoice_ID */ /** Column name C_Invoice_ID */
public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID"; public static final String COLUMNNAME_C_Invoice_ID = "C_Invoice_ID";
@ -164,7 +168,7 @@ public interface I_C_CashLine
*/ */
public int getC_Invoice_ID(); public int getC_Invoice_ID();
public I_C_Invoice getC_Invoice() throws Exception; public I_C_Invoice getC_Invoice() throws RuntimeException;
/** Column name C_Payment_ID */ /** Column name C_Payment_ID */
public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID"; public static final String COLUMNNAME_C_Payment_ID = "C_Payment_ID";
@ -179,7 +183,7 @@ public interface I_C_CashLine
*/ */
public int getC_Payment_ID(); public int getC_Payment_ID();
public I_C_Payment getC_Payment() throws Exception; public I_C_Payment getC_Payment() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_Channel /** Generated Interface for C_Channel
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_Channel public interface I_C_Channel
{ {
@ -52,6 +43,19 @@ public interface I_C_Channel
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_PrintColor_ID */ /** Column name AD_PrintColor_ID */
public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID"; public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID";
@ -65,7 +69,7 @@ public interface I_C_Channel
*/ */
public int getAD_PrintColor_ID(); public int getAD_PrintColor_ID();
public I_AD_PrintColor getAD_PrintColor() throws Exception; public I_AD_PrintColor getAD_PrintColor() throws RuntimeException;
/** Column name C_Channel_ID */ /** Column name C_Channel_ID */
public static final String COLUMNNAME_C_Channel_ID = "C_Channel_ID"; public static final String COLUMNNAME_C_Channel_ID = "C_Channel_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_Charge public interface I_C_Charge
{ {
@ -52,6 +43,19 @@ public interface I_C_Charge
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -65,7 +69,7 @@ public interface I_C_Charge
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_Charge_ID */ /** Column name C_Charge_ID */
public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID";
@ -106,7 +110,7 @@ public interface I_C_Charge
*/ */
public int getC_TaxCategory_ID(); public int getC_TaxCategory_ID();
public I_C_TaxCategory getC_TaxCategory() throws Exception; public I_C_TaxCategory getC_TaxCategory() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for C_Charge_Acct /** Generated Interface for C_Charge_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_C_Charge_Acct public interface I_C_Charge_Acct
{ {
@ -52,6 +43,19 @@ public interface I_C_Charge_Acct
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
@ -65,7 +69,7 @@ public interface I_C_Charge_Acct
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** Column name C_Charge_ID */ /** Column name C_Charge_ID */
public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID"; public static final String COLUMNNAME_C_Charge_ID = "C_Charge_ID";
@ -80,7 +84,7 @@ public interface I_C_Charge_Acct
*/ */
public int getC_Charge_ID(); public int getC_Charge_ID();
public I_C_Charge getC_Charge() throws Exception; public I_C_Charge getC_Charge() throws RuntimeException;
/** Column name Ch_Expense_Acct */ /** Column name Ch_Expense_Acct */
public static final String COLUMNNAME_Ch_Expense_Acct = "Ch_Expense_Acct"; public static final String COLUMNNAME_Ch_Expense_Acct = "Ch_Expense_Acct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_City public interface I_C_City
{ {
@ -52,6 +43,19 @@ public interface I_C_City
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AreaCode */ /** Column name AreaCode */
public static final String COLUMNNAME_AreaCode = "AreaCode"; public static final String COLUMNNAME_AreaCode = "AreaCode";
@ -91,7 +95,7 @@ public interface I_C_City
*/ */
public int getC_Country_ID(); public int getC_Country_ID();
public I_C_Country getC_Country() throws Exception; public I_C_Country getC_Country() throws RuntimeException;
/** Column name Coordinates */ /** Column name Coordinates */
public static final String COLUMNNAME_Coordinates = "Coordinates"; public static final String COLUMNNAME_Coordinates = "Coordinates";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_Commission public interface I_C_Commission
{ {
@ -53,6 +44,19 @@ public interface I_C_Commission
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_BPartner_ID */ /** Column name C_BPartner_ID */
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";
@ -79,7 +83,7 @@ public interface I_C_Commission
*/ */
public int getC_Charge_ID(); public int getC_Charge_ID();
public I_C_Charge getC_Charge() throws Exception; public I_C_Charge getC_Charge() throws RuntimeException;
/** Column name C_Commission_ID */ /** Column name C_Commission_ID */
public static final String COLUMNNAME_C_Commission_ID = "C_Commission_ID"; public static final String COLUMNNAME_C_Commission_ID = "C_Commission_ID";
@ -107,7 +111,7 @@ public interface I_C_Commission
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name CreateFrom */ /** Column name CreateFrom */
public static final String COLUMNNAME_CreateFrom = "CreateFrom"; public static final String COLUMNNAME_CreateFrom = "CreateFrom";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_CommissionAmt public interface I_C_CommissionAmt
{ {
@ -65,6 +56,19 @@ public interface I_C_CommissionAmt
*/ */
public BigDecimal getActualQty(); public BigDecimal getActualQty();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_CommissionAmt_ID */ /** Column name C_CommissionAmt_ID */
public static final String COLUMNNAME_C_CommissionAmt_ID = "C_CommissionAmt_ID"; public static final String COLUMNNAME_C_CommissionAmt_ID = "C_CommissionAmt_ID";
@ -91,7 +95,7 @@ public interface I_C_CommissionAmt
*/ */
public int getC_CommissionLine_ID(); public int getC_CommissionLine_ID();
public I_C_CommissionLine getC_CommissionLine() throws Exception; public I_C_CommissionLine getC_CommissionLine() throws RuntimeException;
/** Column name C_CommissionRun_ID */ /** Column name C_CommissionRun_ID */
public static final String COLUMNNAME_C_CommissionRun_ID = "C_CommissionRun_ID"; public static final String COLUMNNAME_C_CommissionRun_ID = "C_CommissionRun_ID";
@ -106,7 +110,7 @@ public interface I_C_CommissionAmt
*/ */
public int getC_CommissionRun_ID(); public int getC_CommissionRun_ID();
public I_C_CommissionRun getC_CommissionRun() throws Exception; public I_C_CommissionRun getC_CommissionRun() throws RuntimeException;
/** Column name CommissionAmt */ /** Column name CommissionAmt */
public static final String COLUMNNAME_CommissionAmt = "CommissionAmt"; public static final String COLUMNNAME_CommissionAmt = "CommissionAmt";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_CommissionDetail public interface I_C_CommissionDetail
{ {
@ -78,6 +69,19 @@ public interface I_C_CommissionDetail
*/ */
public BigDecimal getActualQty(); public BigDecimal getActualQty();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_CommissionAmt_ID */ /** Column name C_CommissionAmt_ID */
public static final String COLUMNNAME_C_CommissionAmt_ID = "C_CommissionAmt_ID"; public static final String COLUMNNAME_C_CommissionAmt_ID = "C_CommissionAmt_ID";
@ -91,7 +95,7 @@ public interface I_C_CommissionDetail
*/ */
public int getC_CommissionAmt_ID(); public int getC_CommissionAmt_ID();
public I_C_CommissionAmt getC_CommissionAmt() throws Exception; public I_C_CommissionAmt getC_CommissionAmt() throws RuntimeException;
/** Column name C_CommissionDetail_ID */ /** Column name C_CommissionDetail_ID */
public static final String COLUMNNAME_C_CommissionDetail_ID = "C_CommissionDetail_ID"; public static final String COLUMNNAME_C_CommissionDetail_ID = "C_CommissionDetail_ID";
@ -119,7 +123,7 @@ public interface I_C_CommissionDetail
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name C_InvoiceLine_ID */ /** Column name C_InvoiceLine_ID */
public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID"; public static final String COLUMNNAME_C_InvoiceLine_ID = "C_InvoiceLine_ID";
@ -134,7 +138,7 @@ public interface I_C_CommissionDetail
*/ */
public int getC_InvoiceLine_ID(); public int getC_InvoiceLine_ID();
public I_C_InvoiceLine getC_InvoiceLine() throws Exception; public I_C_InvoiceLine getC_InvoiceLine() throws RuntimeException;
/** Column name ConvertedAmt */ /** Column name ConvertedAmt */
public static final String COLUMNNAME_ConvertedAmt = "ConvertedAmt"; public static final String COLUMNNAME_ConvertedAmt = "ConvertedAmt";
@ -162,7 +166,7 @@ public interface I_C_CommissionDetail
*/ */
public int getC_OrderLine_ID(); public int getC_OrderLine_ID();
public I_C_OrderLine getC_OrderLine() throws Exception; public I_C_OrderLine getC_OrderLine() throws RuntimeException;
/** Column name Info */ /** Column name Info */
public static final String COLUMNNAME_Info = "Info"; public static final String COLUMNNAME_Info = "Info";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_CommissionLine public interface I_C_CommissionLine
{ {
@ -52,6 +43,19 @@ public interface I_C_CommissionLine
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AmtMultiplier */ /** Column name AmtMultiplier */
public static final String COLUMNNAME_AmtMultiplier = "AmtMultiplier"; public static final String COLUMNNAME_AmtMultiplier = "AmtMultiplier";
@ -91,7 +95,7 @@ public interface I_C_CommissionLine
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_BP_Group_ID */ /** Column name C_BP_Group_ID */
public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID"; public static final String COLUMNNAME_C_BP_Group_ID = "C_BP_Group_ID";
@ -106,7 +110,7 @@ public interface I_C_CommissionLine
*/ */
public int getC_BP_Group_ID(); public int getC_BP_Group_ID();
public I_C_BP_Group getC_BP_Group() throws Exception; public I_C_BP_Group getC_BP_Group() throws RuntimeException;
/** Column name C_Commission_ID */ /** Column name C_Commission_ID */
public static final String COLUMNNAME_C_Commission_ID = "C_Commission_ID"; public static final String COLUMNNAME_C_Commission_ID = "C_Commission_ID";
@ -121,7 +125,7 @@ public interface I_C_CommissionLine
*/ */
public int getC_Commission_ID(); public int getC_Commission_ID();
public I_C_Commission getC_Commission() throws Exception; public I_C_Commission getC_Commission() throws RuntimeException;
/** Column name C_CommissionLine_ID */ /** Column name C_CommissionLine_ID */
public static final String COLUMNNAME_C_CommissionLine_ID = "C_CommissionLine_ID"; public static final String COLUMNNAME_C_CommissionLine_ID = "C_CommissionLine_ID";
@ -162,7 +166,7 @@ public interface I_C_CommissionLine
*/ */
public int getC_SalesRegion_ID(); public int getC_SalesRegion_ID();
public I_C_SalesRegion getC_SalesRegion() throws Exception; public I_C_SalesRegion getC_SalesRegion() throws RuntimeException;
/** Column name Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -216,7 +220,7 @@ public interface I_C_CommissionLine
*/ */
public int getM_Product_Category_ID(); public int getM_Product_Category_ID();
public I_M_Product_Category getM_Product_Category() throws Exception; public I_M_Product_Category getM_Product_Category() throws RuntimeException;
/** Column name M_Product_ID */ /** Column name M_Product_ID */
public static final String COLUMNNAME_M_Product_ID = "M_Product_ID"; public static final String COLUMNNAME_M_Product_ID = "M_Product_ID";
@ -231,7 +235,7 @@ public interface I_C_CommissionLine
*/ */
public int getM_Product_ID(); public int getM_Product_ID();
public I_M_Product getM_Product() throws Exception; public I_M_Product getM_Product() throws RuntimeException;
/** Column name Org_ID */ /** Column name Org_ID */
public static final String COLUMNNAME_Org_ID = "Org_ID"; public static final String COLUMNNAME_Org_ID = "Org_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_CommissionRun public interface I_C_CommissionRun
{ {
@ -53,6 +44,19 @@ public interface I_C_CommissionRun
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_Commission_ID */ /** Column name C_Commission_ID */
public static final String COLUMNNAME_C_Commission_ID = "C_Commission_ID"; public static final String COLUMNNAME_C_Commission_ID = "C_Commission_ID";
@ -66,7 +70,7 @@ public interface I_C_CommissionRun
*/ */
public int getC_Commission_ID(); public int getC_Commission_ID();
public I_C_Commission getC_Commission() throws Exception; public I_C_Commission getC_Commission() throws RuntimeException;
/** Column name C_CommissionRun_ID */ /** Column name C_CommissionRun_ID */
public static final String COLUMNNAME_C_CommissionRun_ID = "C_CommissionRun_ID"; public static final String COLUMNNAME_C_CommissionRun_ID = "C_CommissionRun_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_ConversionType public interface I_C_ConversionType
{ {
@ -52,6 +43,19 @@ public interface I_C_ConversionType
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_ConversionType_ID */ /** Column name C_ConversionType_ID */
public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID"; public static final String COLUMNNAME_C_ConversionType_ID = "C_ConversionType_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_Conversion_Rate public interface I_C_Conversion_Rate
{ {
@ -53,6 +44,19 @@ public interface I_C_Conversion_Rate
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_Conversion_Rate_ID */ /** Column name C_Conversion_Rate_ID */
public static final String COLUMNNAME_C_Conversion_Rate_ID = "C_Conversion_Rate_ID"; public static final String COLUMNNAME_C_Conversion_Rate_ID = "C_Conversion_Rate_ID";
@ -79,7 +83,7 @@ public interface I_C_Conversion_Rate
*/ */
public int getC_ConversionType_ID(); public int getC_ConversionType_ID();
public I_C_ConversionType getC_ConversionType() throws Exception; public I_C_ConversionType getC_ConversionType() throws RuntimeException;
/** 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";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,7 @@ 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.2a * @version Release 3.5.3a
*/ */
public interface I_C_Country public interface I_C_Country
{ {
@ -65,6 +56,19 @@ public interface I_C_Country
*/ */
public String getAD_Language(); public String getAD_Language();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** 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";
@ -91,7 +95,7 @@ public interface I_C_Country
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; 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";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_Currency public interface I_C_Currency
{ {
@ -53,6 +44,19 @@ public interface I_C_Currency
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_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";
@ -173,12 +177,12 @@ public interface I_C_Currency
/** Column name RoundOffFactor */ /** Column name RoundOffFactor */
public static final String COLUMNNAME_RoundOffFactor = "RoundOffFactor"; public static final String COLUMNNAME_RoundOffFactor = "RoundOffFactor";
/** Set RoundOffFactor. /** Set Round Off Factor.
* Used to Round Off Payment Amount * Used to Round Off Payment Amount
*/ */
public void setRoundOffFactor (BigDecimal RoundOffFactor); public void setRoundOffFactor (BigDecimal RoundOffFactor);
/** Get RoundOffFactor. /** Get Round Off Factor.
* Used to Round Off Payment Amount * Used to Round Off Payment Amount
*/ */
public BigDecimal getRoundOffFactor(); public BigDecimal getRoundOffFactor();

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_Currency_Acct public interface I_C_Currency_Acct
{ {
@ -52,6 +43,19 @@ public interface I_C_Currency_Acct
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID"; public static final String COLUMNNAME_C_AcctSchema_ID = "C_AcctSchema_ID";
@ -65,7 +69,7 @@ public interface I_C_Currency_Acct
*/ */
public int getC_AcctSchema_ID(); public int getC_AcctSchema_ID();
public I_C_AcctSchema getC_AcctSchema() throws Exception; public I_C_AcctSchema getC_AcctSchema() throws RuntimeException;
/** 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";
@ -80,7 +84,7 @@ public interface I_C_Currency_Acct
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name RealizedGain_Acct */ /** Column name RealizedGain_Acct */
public static final String COLUMNNAME_RealizedGain_Acct = "RealizedGain_Acct"; public static final String COLUMNNAME_RealizedGain_Acct = "RealizedGain_Acct";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_Cycle public interface I_C_Cycle
{ {
@ -52,6 +43,19 @@ public interface I_C_Cycle
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_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";
@ -65,7 +69,7 @@ public interface I_C_Cycle
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name C_Cycle_ID */ /** Column name C_Cycle_ID */
public static final String COLUMNNAME_C_Cycle_ID = "C_Cycle_ID"; public static final String COLUMNNAME_C_Cycle_ID = "C_Cycle_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_CyclePhase public interface I_C_CyclePhase
{ {
@ -52,6 +43,19 @@ public interface I_C_CyclePhase
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_CycleStep_ID */ /** Column name C_CycleStep_ID */
public static final String COLUMNNAME_C_CycleStep_ID = "C_CycleStep_ID"; public static final String COLUMNNAME_C_CycleStep_ID = "C_CycleStep_ID";
@ -65,7 +69,7 @@ public interface I_C_CyclePhase
*/ */
public int getC_CycleStep_ID(); public int getC_CycleStep_ID();
public I_C_CycleStep getC_CycleStep() throws Exception; public I_C_CycleStep getC_CycleStep() throws RuntimeException;
/** Column name C_Phase_ID */ /** Column name C_Phase_ID */
public static final String COLUMNNAME_C_Phase_ID = "C_Phase_ID"; public static final String COLUMNNAME_C_Phase_ID = "C_Phase_ID";
@ -80,5 +84,5 @@ public interface I_C_CyclePhase
*/ */
public int getC_Phase_ID(); public int getC_Phase_ID();
public I_C_Phase getC_Phase() throws Exception; public I_C_Phase getC_Phase() throws RuntimeException;
} }

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_CycleStep public interface I_C_CycleStep
{ {
@ -52,6 +43,19 @@ public interface I_C_CycleStep
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_Cycle_ID */ /** Column name C_Cycle_ID */
public static final String COLUMNNAME_C_Cycle_ID = "C_Cycle_ID"; public static final String COLUMNNAME_C_Cycle_ID = "C_Cycle_ID";
@ -65,7 +69,7 @@ public interface I_C_CycleStep
*/ */
public int getC_Cycle_ID(); public int getC_Cycle_ID();
public I_C_Cycle getC_Cycle() throws Exception; public I_C_Cycle getC_Cycle() throws RuntimeException;
/** Column name C_CycleStep_ID */ /** Column name C_CycleStep_ID */
public static final String COLUMNNAME_C_CycleStep_ID = "C_CycleStep_ID"; public static final String COLUMNNAME_C_CycleStep_ID = "C_CycleStep_ID";

View File

@ -24,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_DocType public interface I_C_DocType
{ {
@ -84,6 +84,19 @@ public interface I_C_DocType
*/ */
public int getC_DocTypeDifference_ID(); public int getC_DocTypeDifference_ID();
/** 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";
@ -123,19 +136,6 @@ public interface I_C_DocType
*/ */
public int getC_DocTypeShipment_ID(); public int getC_DocTypeShipment_ID();
/** 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 DefiniteSequence_ID */ /** Column name DefiniteSequence_ID */
public static final String COLUMNNAME_DefiniteSequence_ID = "DefiniteSequence_ID"; public static final String COLUMNNAME_DefiniteSequence_ID = "DefiniteSequence_ID";
@ -316,19 +316,6 @@ public interface I_C_DocType
*/ */
public boolean isDocNoControlled(); public boolean isDocNoControlled();
/** Column name IsInTransit */
public static final String COLUMNNAME_IsInTransit = "IsInTransit";
/** Set In Transit.
* Movement is in transit
*/
public void setIsInTransit (boolean IsInTransit);
/** Get In Transit.
* Movement is in transit
*/
public boolean isInTransit();
/** Column name IsIndexed */ /** Column name IsIndexed */
public static final String COLUMNNAME_IsIndexed = "IsIndexed"; public static final String COLUMNNAME_IsIndexed = "IsIndexed";
@ -342,6 +329,19 @@ public interface I_C_DocType
*/ */
public boolean isIndexed(); public boolean isIndexed();
/** Column name IsInTransit */
public static final String COLUMNNAME_IsInTransit = "IsInTransit";
/** Set In Transit.
* Movement is in transit
*/
public void setIsInTransit (boolean IsInTransit);
/** Get In Transit.
* Movement is in transit
*/
public boolean isInTransit();
/** Column name IsOverwriteDateOnComplete */ /** Column name IsOverwriteDateOnComplete */
public static final String COLUMNNAME_IsOverwriteDateOnComplete = "IsOverwriteDateOnComplete"; public static final String COLUMNNAME_IsOverwriteDateOnComplete = "IsOverwriteDateOnComplete";
@ -373,19 +373,6 @@ public interface I_C_DocType
*/ */
public boolean isPickQAConfirm(); public boolean isPickQAConfirm();
/** Column name IsSOTrx */
public static final String COLUMNNAME_IsSOTrx = "IsSOTrx";
/** Set Sales Transaction.
* This is a Sales Transaction
*/
public void setIsSOTrx (boolean IsSOTrx);
/** Get Sales Transaction.
* This is a Sales Transaction
*/
public boolean isSOTrx();
/** Column name IsShipConfirm */ /** Column name IsShipConfirm */
public static final String COLUMNNAME_IsShipConfirm = "IsShipConfirm"; public static final String COLUMNNAME_IsShipConfirm = "IsShipConfirm";
@ -399,6 +386,19 @@ public interface I_C_DocType
*/ */
public boolean isShipConfirm(); public boolean isShipConfirm();
/** Column name IsSOTrx */
public static final String COLUMNNAME_IsSOTrx = "IsSOTrx";
/** Set Sales Transaction.
* This is a Sales Transaction
*/
public void setIsSOTrx (boolean IsSOTrx);
/** Get Sales Transaction.
* This is a Sales Transaction
*/
public boolean isSOTrx();
/** Column name IsSplitWhenDifference */ /** Column name IsSplitWhenDifference */
public static final String COLUMNNAME_IsSplitWhenDifference = "IsSplitWhenDifference"; public static final String COLUMNNAME_IsSplitWhenDifference = "IsSplitWhenDifference";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_DocTypeCounter public interface I_C_DocTypeCounter
{ {
@ -52,6 +43,19 @@ public interface I_C_DocTypeCounter
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_DocTypeCounter_ID */ /** Column name C_DocTypeCounter_ID */
public static final String COLUMNNAME_C_DocTypeCounter_ID = "C_DocTypeCounter_ID"; public static final String COLUMNNAME_C_DocTypeCounter_ID = "C_DocTypeCounter_ID";
@ -78,7 +82,7 @@ public interface I_C_DocTypeCounter
*/ */
public int getC_DocType_ID(); public int getC_DocType_ID();
public I_C_DocType getC_DocType() throws Exception; public I_C_DocType getC_DocType() throws RuntimeException;
/** Column name Counter_C_DocType_ID */ /** Column name Counter_C_DocType_ID */
public static final String COLUMNNAME_Counter_C_DocType_ID = "Counter_C_DocType_ID"; public static final String COLUMNNAME_Counter_C_DocType_ID = "Counter_C_DocType_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_Dunning public interface I_C_Dunning
{ {
@ -52,6 +43,19 @@ public interface I_C_Dunning
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_Dunning_ID */ /** Column name C_Dunning_ID */
public static final String COLUMNNAME_C_Dunning_ID = "C_Dunning_ID"; public static final String COLUMNNAME_C_Dunning_ID = "C_Dunning_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_DunningLevel public interface I_C_DunningLevel
{ {
@ -52,6 +43,19 @@ public interface I_C_DunningLevel
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_Dunning_ID */ /** Column name C_Dunning_ID */
public static final String COLUMNNAME_C_Dunning_ID = "C_Dunning_ID"; public static final String COLUMNNAME_C_Dunning_ID = "C_Dunning_ID";
@ -65,7 +69,7 @@ public interface I_C_DunningLevel
*/ */
public int getC_Dunning_ID(); public int getC_Dunning_ID();
public I_C_Dunning getC_Dunning() throws Exception; public I_C_Dunning getC_Dunning() throws RuntimeException;
/** Column name C_DunningLevel_ID */ /** Column name C_DunningLevel_ID */
public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID"; public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID";
@ -115,7 +119,7 @@ public interface I_C_DunningLevel
*/ */
public int getC_PaymentTerm_ID(); public int getC_PaymentTerm_ID();
public I_C_PaymentTerm getC_PaymentTerm() throws Exception; public I_C_PaymentTerm getC_PaymentTerm() throws RuntimeException;
/** Column name DaysAfterDue */ /** Column name DaysAfterDue */
public static final String COLUMNNAME_DaysAfterDue = "DaysAfterDue"; public static final String COLUMNNAME_DaysAfterDue = "DaysAfterDue";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -34,7 +25,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_DunningRun public interface I_C_DunningRun
{ {
@ -53,6 +44,19 @@ public interface I_C_DunningRun
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name C_DunningLevel_ID */ /** Column name C_DunningLevel_ID */
public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID"; public static final String COLUMNNAME_C_DunningLevel_ID = "C_DunningLevel_ID";
@ -62,7 +66,7 @@ public interface I_C_DunningRun
/** Get Dunning Level */ /** Get Dunning Level */
public int getC_DunningLevel_ID(); public int getC_DunningLevel_ID();
public I_C_DunningLevel getC_DunningLevel() throws Exception; public I_C_DunningLevel getC_DunningLevel() throws RuntimeException;
/** Column name C_DunningRun_ID */ /** Column name C_DunningRun_ID */
public static final String COLUMNNAME_C_DunningRun_ID = "C_DunningRun_ID"; public static final String COLUMNNAME_C_DunningRun_ID = "C_DunningRun_ID";

View File

@ -1,31 +1,22 @@
/********************************************************************** /******************************************************************************
* This file is part of Adempiere ERP Bazaar * * Product: Adempiere ERP & CRM Smart Business Solution *
* http://www.adempiere.org * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
* * * This program is free software;
* Copyright (C) Trifon Trifonov. * you can redistribute it and/or modify it *
* Copyright (C) Contributors * * 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 *
* This program is free software, you can redistribute it and/or * * that it will be useful, but WITHOUT ANY WARRANTY;
* modify it under the terms of the GNU General Public License * without even the implied *
* as published by the Free Software Foundation, either version 2 * * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
* of the License, or (at your option) any later version. * * See the GNU General Public License for more details. *
* * * You should have received a copy of the GNU General Public License along *
* This program is distributed in the hope that it will be useful, * * with this program;
* but WITHOUT ANY WARRANTY, without even the implied warranty of * if not, write to the Free Software Foundation, Inc., *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
* GNU General Public License for more details. * * 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 *
* You should have received a copy of the GNU General Public License * * or via info@compiere.org or http://www.compiere.org/license.html *
* along with this program, if not, write to the Free Software * *****************************************************************************/
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
* *
* Contributors: *
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
* *
* Sponsors: *
* - Company (http://www.site.com) *
**********************************************************************/
package org.compiere.model; package org.compiere.model;
import java.math.BigDecimal; import java.math.BigDecimal;
@ -33,7 +24,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.2a * @version Release 3.5.3a
*/ */
public interface I_C_DunningRunEntry public interface I_C_DunningRunEntry
{ {
@ -52,6 +43,19 @@ public interface I_C_DunningRunEntry
/** Load Meta Data */ /** Load Meta Data */
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
*/
public int getAD_Org_ID();
/** Column name AD_User_ID */ /** Column name AD_User_ID */
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID"; public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
@ -65,7 +69,7 @@ public interface I_C_DunningRunEntry
*/ */
public int getAD_User_ID(); public int getAD_User_ID();
public I_AD_User getAD_User() throws Exception; public I_AD_User getAD_User() throws RuntimeException;
/** Column name Amt */ /** Column name Amt */
public static final String COLUMNNAME_Amt = "Amt"; public static final String COLUMNNAME_Amt = "Amt";
@ -93,7 +97,7 @@ public interface I_C_DunningRunEntry
*/ */
public int getC_BPartner_ID(); public int getC_BPartner_ID();
public I_C_BPartner getC_BPartner() throws Exception; public I_C_BPartner getC_BPartner() throws RuntimeException;
/** Column name C_BPartner_Location_ID */ /** Column name C_BPartner_Location_ID */
public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID"; public static final String COLUMNNAME_C_BPartner_Location_ID = "C_BPartner_Location_ID";
@ -108,7 +112,7 @@ public interface I_C_DunningRunEntry
*/ */
public int getC_BPartner_Location_ID(); public int getC_BPartner_Location_ID();
public I_C_BPartner_Location getC_BPartner_Location() throws Exception; public I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException;
/** 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";
@ -123,7 +127,7 @@ public interface I_C_DunningRunEntry
*/ */
public int getC_Currency_ID(); public int getC_Currency_ID();
public I_C_Currency getC_Currency() throws Exception; public I_C_Currency getC_Currency() throws RuntimeException;
/** Column name C_DunningRunEntry_ID */ /** Column name C_DunningRunEntry_ID */
public static final String COLUMNNAME_C_DunningRunEntry_ID = "C_DunningRunEntry_ID"; public static final String COLUMNNAME_C_DunningRunEntry_ID = "C_DunningRunEntry_ID";
@ -151,7 +155,7 @@ public interface I_C_DunningRunEntry
*/ */
public int getC_DunningRun_ID(); public int getC_DunningRun_ID();
public I_C_DunningRun getC_DunningRun() throws Exception; public I_C_DunningRun getC_DunningRun() throws RuntimeException;
/** Column name Note */ /** Column name Note */
public static final String COLUMNNAME_Note = "Note"; public static final String COLUMNNAME_Note = "Note";

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