Generate complete model for version 3.5.3a - partial upload

This commit is contained in:
Carlos Ruiz 2008-12-21 11:07:13 +00:00
parent 556f7bb03d
commit 07ec23e550
100 changed files with 3643 additions and 3269 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;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AccessLog /** Generated Interface for AD_AccessLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_AccessLog public interface I_AD_AccessLog
{ {
@ -78,7 +69,20 @@ public interface I_AD_AccessLog
*/ */
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 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";
@ -93,7 +97,7 @@ public interface I_AD_AccessLog
*/ */
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 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 AD_Alert /** Generated Interface for AD_Alert
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Alert public interface I_AD_Alert
{ {
@ -78,7 +69,20 @@ public interface I_AD_Alert
*/ */
public int getAD_AlertProcessor_ID(); public int getAD_AlertProcessor_ID();
public I_AD_AlertProcessor getAD_AlertProcessor() throws Exception; public I_AD_AlertProcessor getAD_AlertProcessor() 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 AlertMessage */ /** Column name AlertMessage */
public static final String COLUMNNAME_AlertMessage = "AlertMessage"; public static final String COLUMNNAME_AlertMessage = "AlertMessage";

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 AD_AlertProcessor /** Generated Interface for AD_AlertProcessor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_AlertProcessor public interface I_AD_AlertProcessor
{ {
@ -66,6 +57,19 @@ public interface I_AD_AlertProcessor
*/ */
public int getAD_AlertProcessor_ID(); public int getAD_AlertProcessor_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 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 AD_AlertProcessorLog /** Generated Interface for AD_AlertProcessorLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_AlertProcessorLog public interface I_AD_AlertProcessorLog
{ {
@ -65,7 +56,7 @@ public interface I_AD_AlertProcessorLog
*/ */
public int getAD_AlertProcessor_ID(); public int getAD_AlertProcessor_ID();
public I_AD_AlertProcessor getAD_AlertProcessor() throws Exception; public I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException;
/** Column name AD_AlertProcessorLog_ID */ /** Column name AD_AlertProcessorLog_ID */
public static final String COLUMNNAME_AD_AlertProcessorLog_ID = "AD_AlertProcessorLog_ID"; public static final String COLUMNNAME_AD_AlertProcessorLog_ID = "AD_AlertProcessorLog_ID";
@ -80,6 +71,19 @@ public interface I_AD_AlertProcessorLog
*/ */
public int getAD_AlertProcessorLog_ID(); public int getAD_AlertProcessorLog_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 BinaryData */ /** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData"; public static final String COLUMNNAME_BinaryData = "BinaryData";

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 AD_AlertRecipient /** Generated Interface for AD_AlertRecipient
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_AlertRecipient public interface I_AD_AlertRecipient
{ {
@ -65,7 +56,7 @@ public interface I_AD_AlertRecipient
*/ */
public int getAD_Alert_ID(); public int getAD_Alert_ID();
public I_AD_Alert getAD_Alert() throws Exception; public I_AD_Alert getAD_Alert() throws RuntimeException;
/** Column name AD_AlertRecipient_ID */ /** Column name AD_AlertRecipient_ID */
public static final String COLUMNNAME_AD_AlertRecipient_ID = "AD_AlertRecipient_ID"; public static final String COLUMNNAME_AD_AlertRecipient_ID = "AD_AlertRecipient_ID";
@ -80,6 +71,19 @@ public interface I_AD_AlertRecipient
*/ */
public int getAD_AlertRecipient_ID(); public int getAD_AlertRecipient_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 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";
@ -93,7 +97,7 @@ public interface I_AD_AlertRecipient
*/ */
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 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";
@ -108,5 +112,5 @@ public interface I_AD_AlertRecipient
*/ */
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;
} }

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 AD_AlertRule /** Generated Interface for AD_AlertRule
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_AlertRule public interface I_AD_AlertRule
{ {
@ -65,7 +56,7 @@ public interface I_AD_AlertRule
*/ */
public int getAD_Alert_ID(); public int getAD_Alert_ID();
public I_AD_Alert getAD_Alert() throws Exception; public I_AD_Alert getAD_Alert() throws RuntimeException;
/** Column name AD_AlertRule_ID */ /** Column name AD_AlertRule_ID */
public static final String COLUMNNAME_AD_AlertRule_ID = "AD_AlertRule_ID"; public static final String COLUMNNAME_AD_AlertRule_ID = "AD_AlertRule_ID";
@ -80,6 +71,19 @@ public interface I_AD_AlertRule
*/ */
public int getAD_AlertRule_ID(); public int getAD_AlertRule_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 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";
@ -93,7 +97,7 @@ public interface I_AD_AlertRule
*/ */
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 ErrorMsg */ /** Column name ErrorMsg */
public static final String COLUMNNAME_ErrorMsg = "ErrorMsg"; public static final String COLUMNNAME_ErrorMsg = "ErrorMsg";

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 AD_Archive /** Generated Interface for AD_Archive
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Archive public interface I_AD_Archive
{ {
@ -65,6 +56,19 @@ public interface I_AD_Archive
*/ */
public int getAD_Archive_ID(); public int getAD_Archive_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 AD_Process_ID */ /** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID"; public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
@ -78,7 +82,7 @@ public interface I_AD_Archive
*/ */
public int getAD_Process_ID(); public int getAD_Process_ID();
public I_AD_Process getAD_Process() throws Exception; public I_AD_Process getAD_Process() throws RuntimeException;
/** 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";
@ -93,7 +97,7 @@ public interface I_AD_Archive
*/ */
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 BinaryData */ /** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData"; public static final String COLUMNNAME_BinaryData = "BinaryData";
@ -121,7 +125,7 @@ public interface I_AD_Archive
*/ */
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";

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 AD_Attachment /** Generated Interface for AD_Attachment
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Attachment public interface I_AD_Attachment
{ {
@ -65,6 +56,19 @@ public interface I_AD_Attachment
*/ */
public int getAD_Attachment_ID(); public int getAD_Attachment_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 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";
@ -78,7 +82,7 @@ public interface I_AD_Attachment
*/ */
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 BinaryData */ /** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData"; public static final String COLUMNNAME_BinaryData = "BinaryData";

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 AD_AttachmentNote /** Generated Interface for AD_AttachmentNote
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_AttachmentNote public interface I_AD_AttachmentNote
{ {
@ -65,7 +56,7 @@ public interface I_AD_AttachmentNote
*/ */
public int getAD_Attachment_ID(); public int getAD_Attachment_ID();
public I_AD_Attachment getAD_Attachment() throws Exception; public I_AD_Attachment getAD_Attachment() throws RuntimeException;
/** Column name AD_AttachmentNote_ID */ /** Column name AD_AttachmentNote_ID */
public static final String COLUMNNAME_AD_AttachmentNote_ID = "AD_AttachmentNote_ID"; public static final String COLUMNNAME_AD_AttachmentNote_ID = "AD_AttachmentNote_ID";
@ -80,6 +71,19 @@ public interface I_AD_AttachmentNote
*/ */
public int getAD_AttachmentNote_ID(); public int getAD_AttachmentNote_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 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";
@ -93,7 +97,7 @@ public interface I_AD_AttachmentNote
*/ */
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 TextMsg */ /** Column name TextMsg */
public static final String COLUMNNAME_TextMsg = "TextMsg"; public static final String COLUMNNAME_TextMsg = "TextMsg";

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 AD_Attribute /** Generated Interface for AD_Attribute
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Attribute public interface I_AD_Attribute
{ {
@ -61,6 +52,19 @@ public interface I_AD_Attribute
/** Get System Attribute */ /** Get System Attribute */
public int getAD_Attribute_ID(); public int getAD_Attribute_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 AD_Reference_ID */ /** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID"; public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
@ -100,7 +104,7 @@ public interface I_AD_Attribute
*/ */
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 AD_Val_Rule_ID */ /** Column name AD_Val_Rule_ID */
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID"; public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
@ -115,7 +119,7 @@ public interface I_AD_Attribute
*/ */
public int getAD_Val_Rule_ID(); public int getAD_Val_Rule_ID();
public I_AD_Val_Rule getAD_Val_Rule() throws Exception; public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException;
/** Column name Callout */ /** Column name Callout */
public static final String COLUMNNAME_Callout = "Callout"; public static final String COLUMNNAME_Callout = "Callout";

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 AD_Attribute_Value /** Generated Interface for AD_Attribute_Value
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Attribute_Value public interface I_AD_Attribute_Value
{ {

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 AD_ChangeLog /** Generated Interface for AD_ChangeLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_ChangeLog public interface I_AD_ChangeLog
{ {
@ -78,7 +69,20 @@ public interface I_AD_ChangeLog
*/ */
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 AD_Session_ID */ /** Column name AD_Session_ID */
public static final String COLUMNNAME_AD_Session_ID = "AD_Session_ID"; public static final String COLUMNNAME_AD_Session_ID = "AD_Session_ID";
@ -93,7 +97,7 @@ public interface I_AD_ChangeLog
*/ */
public int getAD_Session_ID(); public int getAD_Session_ID();
public I_AD_Session getAD_Session() throws Exception; public I_AD_Session getAD_Session() throws RuntimeException;
/** 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";
@ -108,7 +112,7 @@ public interface I_AD_ChangeLog
*/ */
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 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 AD_Client /** Generated Interface for AD_Client
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Client public interface I_AD_Client
{ {
@ -65,6 +56,19 @@ public interface I_AD_Client
*/ */
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 AD_ReplicationStrategy_ID */ /** Column name AD_ReplicationStrategy_ID */
public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID"; public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID";
@ -78,7 +82,7 @@ public interface I_AD_Client
*/ */
public int getAD_ReplicationStrategy_ID(); public int getAD_ReplicationStrategy_ID();
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws Exception; public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException;
/** Column name AutoArchive */ /** Column name AutoArchive */
public static final String COLUMNNAME_AutoArchive = "AutoArchive"; public static final String COLUMNNAME_AutoArchive = "AutoArchive";

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 AD_ClientInfo /** Generated Interface for AD_ClientInfo
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_ClientInfo public interface I_AD_ClientInfo
{ {
@ -52,6 +43,19 @@ public interface I_AD_ClientInfo
/** 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_Tree_Activity_ID */ /** Column name AD_Tree_Activity_ID */
public static final String COLUMNNAME_AD_Tree_Activity_ID = "AD_Tree_Activity_ID"; public static final String COLUMNNAME_AD_Tree_Activity_ID = "AD_Tree_Activity_ID";
@ -195,7 +199,7 @@ public interface I_AD_ClientInfo
*/ */
public int getC_Calendar_ID(); public int getC_Calendar_ID();
public I_C_Calendar getC_Calendar() throws Exception; public I_C_Calendar getC_Calendar() throws RuntimeException;
/** Column name C_UOM_Length_ID */ /** Column name C_UOM_Length_ID */
public static final String COLUMNNAME_C_UOM_Length_ID = "C_UOM_Length_ID"; public static final String COLUMNNAME_C_UOM_Length_ID = "C_UOM_Length_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 AD_ClientShare /** Generated Interface for AD_ClientShare
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_ClientShare public interface I_AD_ClientShare
{ {
@ -65,6 +56,19 @@ public interface I_AD_ClientShare
*/ */
public int getAD_ClientShare_ID(); public int getAD_ClientShare_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 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";
@ -78,7 +82,7 @@ public interface I_AD_ClientShare
*/ */
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 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 AD_Color /** Generated Interface for AD_Color
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Color public interface I_AD_Color
{ {
@ -78,7 +69,20 @@ public interface I_AD_Color
*/ */
public int getAD_Image_ID(); public int getAD_Image_ID();
public I_AD_Image getAD_Image() throws Exception; public I_AD_Image getAD_Image() 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 Alpha */ /** Column name Alpha */
public static final String COLUMNNAME_Alpha = "Alpha"; public static final String COLUMNNAME_Alpha = "Alpha";

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 AD_Column /** Generated Interface for AD_Column
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Column public interface I_AD_Column
{ {
@ -78,7 +69,20 @@ public interface I_AD_Column
*/ */
public int getAD_Element_ID(); public int getAD_Element_ID();
public I_AD_Element getAD_Element() throws Exception; public I_AD_Element getAD_Element() 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 AD_Process_ID */ /** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID"; public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
@ -93,7 +97,7 @@ public interface I_AD_Column
*/ */
public int getAD_Process_ID(); public int getAD_Process_ID();
public I_AD_Process getAD_Process() throws Exception; public I_AD_Process getAD_Process() throws RuntimeException;
/** Column name AD_Reference_ID */ /** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID"; public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
@ -134,7 +138,7 @@ public interface I_AD_Column
*/ */
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 AD_Val_Rule_ID */ /** Column name AD_Val_Rule_ID */
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID"; public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
@ -149,7 +153,7 @@ public interface I_AD_Column
*/ */
public int getAD_Val_Rule_ID(); public int getAD_Val_Rule_ID();
public I_AD_Val_Rule getAD_Val_Rule() throws Exception; public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException;
/** Column name Callout */ /** Column name Callout */
public static final String COLUMNNAME_Callout = "Callout"; public static final String COLUMNNAME_Callout = "Callout";

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 AD_Column_Access /** Generated Interface for AD_Column_Access
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Column_Access public interface I_AD_Column_Access
{ {
@ -65,7 +56,20 @@ public interface I_AD_Column_Access
*/ */
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 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";
@ -80,7 +84,7 @@ public interface I_AD_Column_Access
*/ */
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 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";
@ -95,7 +99,7 @@ public interface I_AD_Column_Access
*/ */
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 IsExclude */ /** Column name IsExclude */
public static final String COLUMNNAME_IsExclude = "IsExclude"; public static final String COLUMNNAME_IsExclude = "IsExclude";

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 AD_Desktop /** Generated Interface for AD_Desktop
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Desktop public interface I_AD_Desktop
{ {
@ -91,6 +82,19 @@ public interface I_AD_Desktop
*/ */
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 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 AD_DesktopWorkbench /** Generated Interface for AD_DesktopWorkbench
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_DesktopWorkbench public interface I_AD_DesktopWorkbench
{ {
@ -65,7 +56,7 @@ public interface I_AD_DesktopWorkbench
*/ */
public int getAD_Desktop_ID(); public int getAD_Desktop_ID();
public I_AD_Desktop getAD_Desktop() throws Exception; public I_AD_Desktop getAD_Desktop() throws RuntimeException;
/** Column name AD_DesktopWorkbench_ID */ /** Column name AD_DesktopWorkbench_ID */
public static final String COLUMNNAME_AD_DesktopWorkbench_ID = "AD_DesktopWorkbench_ID"; public static final String COLUMNNAME_AD_DesktopWorkbench_ID = "AD_DesktopWorkbench_ID";
@ -76,6 +67,19 @@ public interface I_AD_DesktopWorkbench
/** Get Desktop Workbench */ /** Get Desktop Workbench */
public int getAD_DesktopWorkbench_ID(); public int getAD_DesktopWorkbench_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 AD_Workbench_ID */ /** Column name AD_Workbench_ID */
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID"; public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
@ -89,7 +93,7 @@ public interface I_AD_DesktopWorkbench
*/ */
public int getAD_Workbench_ID(); public int getAD_Workbench_ID();
public I_AD_Workbench getAD_Workbench() throws Exception; public I_AD_Workbench getAD_Workbench() throws RuntimeException;
/** Column name SeqNo */ /** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo"; public static final String COLUMNNAME_SeqNo = "SeqNo";

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 AD_Document_Action_Access /** Generated Interface for AD_Document_Action_Access
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Document_Action_Access public interface I_AD_Document_Action_Access
{ {
@ -52,6 +43,19 @@ public interface I_AD_Document_Action_Access
/** 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_Ref_List_ID */ /** Column name AD_Ref_List_ID */
public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID"; public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID";
@ -65,7 +69,7 @@ public interface I_AD_Document_Action_Access
*/ */
public int getAD_Ref_List_ID(); public int getAD_Ref_List_ID();
public I_AD_Ref_List getAD_Ref_List() throws Exception; public I_AD_Ref_List getAD_Ref_List() throws RuntimeException;
/** 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";
@ -80,7 +84,7 @@ public interface I_AD_Document_Action_Access
*/ */
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 C_DocType_ID */ /** Column name C_DocType_ID */
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
@ -95,5 +99,5 @@ public interface I_AD_Document_Action_Access
*/ */
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;
} }

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 AD_Element /** Generated Interface for AD_Element
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Element public interface I_AD_Element
{ {
@ -65,6 +56,19 @@ public interface I_AD_Element
*/ */
public int getAD_Element_ID(); public int getAD_Element_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 ColumnName */ /** Column name ColumnName */
public static final String COLUMNNAME_ColumnName = "ColumnName"; public static final String COLUMNNAME_ColumnName = "ColumnName";

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 AD_EntityType /** Generated Interface for AD_EntityType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_EntityType public interface I_AD_EntityType
{ {
@ -65,6 +56,19 @@ public interface I_AD_EntityType
*/ */
public int getAD_EntityType_ID(); public int getAD_EntityType_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 Classpath */ /** Column name Classpath */
public static final String COLUMNNAME_Classpath = "Classpath"; public static final String COLUMNNAME_Classpath = "Classpath";

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 AD_Error /** Generated Interface for AD_Error
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Error public interface I_AD_Error
{ {
@ -74,6 +65,19 @@ public interface I_AD_Error
*/ */
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 Code */ /** Column name Code */
public static final String COLUMNNAME_Code = "Code"; public static final String COLUMNNAME_Code = "Code";

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 AD_Field /** Generated Interface for AD_Field
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Field public interface I_AD_Field
{ {
@ -65,7 +56,7 @@ public interface I_AD_Field
*/ */
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_FieldGroup_ID */ /** Column name AD_FieldGroup_ID */
public static final String COLUMNNAME_AD_FieldGroup_ID = "AD_FieldGroup_ID"; public static final String COLUMNNAME_AD_FieldGroup_ID = "AD_FieldGroup_ID";
@ -80,7 +71,7 @@ public interface I_AD_Field
*/ */
public int getAD_FieldGroup_ID(); public int getAD_FieldGroup_ID();
public I_AD_FieldGroup getAD_FieldGroup() throws Exception; public I_AD_FieldGroup getAD_FieldGroup() throws RuntimeException;
/** Column name AD_Field_ID */ /** Column name AD_Field_ID */
public static final String COLUMNNAME_AD_Field_ID = "AD_Field_ID"; public static final String COLUMNNAME_AD_Field_ID = "AD_Field_ID";
@ -95,6 +86,19 @@ public interface I_AD_Field
*/ */
public int getAD_Field_ID(); public int getAD_Field_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 AD_Reference_ID */ /** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID"; public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
@ -134,7 +138,7 @@ public interface I_AD_Field
*/ */
public int getAD_Tab_ID(); public int getAD_Tab_ID();
public I_AD_Tab getAD_Tab() throws Exception; public I_AD_Tab getAD_Tab() throws RuntimeException;
/** Column name AD_Val_Rule_ID */ /** Column name AD_Val_Rule_ID */
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID"; public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
@ -149,7 +153,7 @@ public interface I_AD_Field
*/ */
public int getAD_Val_Rule_ID(); public int getAD_Val_Rule_ID();
public I_AD_Val_Rule getAD_Val_Rule() throws Exception; public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException;
/** Column name DefaultValue */ /** Column name DefaultValue */
public static final String COLUMNNAME_DefaultValue = "DefaultValue"; public static final String COLUMNNAME_DefaultValue = "DefaultValue";

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 AD_FieldGroup /** Generated Interface for AD_FieldGroup
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_FieldGroup public interface I_AD_FieldGroup
{ {
@ -65,6 +56,19 @@ public interface I_AD_FieldGroup
*/ */
public int getAD_FieldGroup_ID(); public int getAD_FieldGroup_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 EntityType */ /** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType"; public static final String COLUMNNAME_EntityType = "EntityType";

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 AD_Find /** Generated Interface for AD_Find
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Find public interface I_AD_Find
{ {
@ -74,6 +65,19 @@ public interface I_AD_Find
/** Get Find */ /** Get Find */
public int getAD_Find_ID(); public int getAD_Find_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 AndOr */ /** Column name AndOr */
public static final String COLUMNNAME_AndOr = "AndOr"; public static final String COLUMNNAME_AndOr = "AndOr";

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 AD_Form /** Generated Interface for AD_Form
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Form public interface I_AD_Form
{ {
@ -78,6 +69,19 @@ public interface I_AD_Form
*/ */
public int getAD_Form_ID(); public int getAD_Form_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 Classname */ /** Column name Classname */
public static final String COLUMNNAME_Classname = "Classname"; public static final String COLUMNNAME_Classname = "Classname";

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 AD_Form_Access /** Generated Interface for AD_Form_Access
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Form_Access public interface I_AD_Form_Access
{ {
@ -65,7 +56,20 @@ public interface I_AD_Form_Access
*/ */
public int getAD_Form_ID(); public int getAD_Form_ID();
public I_AD_Form getAD_Form() throws Exception; public I_AD_Form getAD_Form() 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 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";
@ -80,7 +84,7 @@ public interface I_AD_Form_Access
*/ */
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 IsReadWrite */ /** Column name IsReadWrite */
public static final String COLUMNNAME_IsReadWrite = "IsReadWrite"; public static final String COLUMNNAME_IsReadWrite = "IsReadWrite";

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 AD_HouseKeeping /** Generated Interface for AD_HouseKeeping
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_HouseKeeping public interface I_AD_HouseKeeping
{ {
@ -62,6 +53,19 @@ public interface I_AD_HouseKeeping
/** Get House Keeping Configuration */ /** Get House Keeping Configuration */
public int getAD_HouseKeeping_ID(); public int getAD_HouseKeeping_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 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";
@ -75,7 +79,7 @@ public interface I_AD_HouseKeeping
*/ */
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 BackupFolder */ /** Column name BackupFolder */
public static final String COLUMNNAME_BackupFolder = "BackupFolder"; public static final String COLUMNNAME_BackupFolder = "BackupFolder";

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 AD_Image /** Generated Interface for AD_Image
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Image public interface I_AD_Image
{ {
@ -65,6 +56,19 @@ public interface I_AD_Image
*/ */
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 BinaryData */ /** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData"; public static final String COLUMNNAME_BinaryData = "BinaryData";

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 AD_ImpFormat /** Generated Interface for AD_ImpFormat
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_ImpFormat public interface I_AD_ImpFormat
{ {
@ -61,6 +52,19 @@ public interface I_AD_ImpFormat
/** Get Import Format */ /** Get Import Format */
public int getAD_ImpFormat_ID(); public int getAD_ImpFormat_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 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";
@ -74,7 +78,7 @@ public interface I_AD_ImpFormat
*/ */
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 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 AD_ImpFormat_Row /** Generated Interface for AD_ImpFormat_Row
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_ImpFormat_Row public interface I_AD_ImpFormat_Row
{ {
@ -65,7 +56,7 @@ public interface I_AD_ImpFormat_Row
*/ */
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_ImpFormat_ID */ /** Column name AD_ImpFormat_ID */
public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID"; public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID";
@ -76,7 +67,7 @@ public interface I_AD_ImpFormat_Row
/** Get Import Format */ /** Get Import Format */
public int getAD_ImpFormat_ID(); public int getAD_ImpFormat_ID();
public I_AD_ImpFormat getAD_ImpFormat() throws Exception; public I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException;
/** Column name AD_ImpFormat_Row_ID */ /** Column name AD_ImpFormat_Row_ID */
public static final String COLUMNNAME_AD_ImpFormat_Row_ID = "AD_ImpFormat_Row_ID"; public static final String COLUMNNAME_AD_ImpFormat_Row_ID = "AD_ImpFormat_Row_ID";
@ -87,6 +78,19 @@ public interface I_AD_ImpFormat_Row
/** Get Format Field */ /** Get Format Field */
public int getAD_ImpFormat_Row_ID(); public int getAD_ImpFormat_Row_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 Callout */ /** Column name Callout */
public static final String COLUMNNAME_Callout = "Callout"; public static final String COLUMNNAME_Callout = "Callout";

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 AD_InfoColumn /** Generated Interface for AD_InfoColumn
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_InfoColumn public interface I_AD_InfoColumn
{ {
@ -65,7 +56,7 @@ public interface I_AD_InfoColumn
*/ */
public int getAD_Element_ID(); public int getAD_Element_ID();
public I_AD_Element getAD_Element() throws Exception; public I_AD_Element getAD_Element() throws RuntimeException;
/** Column name AD_InfoColumn_ID */ /** Column name AD_InfoColumn_ID */
public static final String COLUMNNAME_AD_InfoColumn_ID = "AD_InfoColumn_ID"; public static final String COLUMNNAME_AD_InfoColumn_ID = "AD_InfoColumn_ID";
@ -93,7 +84,20 @@ public interface I_AD_InfoColumn
*/ */
public int getAD_InfoWindow_ID(); public int getAD_InfoWindow_ID();
public I_AD_InfoWindow getAD_InfoWindow() throws Exception; public I_AD_InfoWindow getAD_InfoWindow() 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 AD_Reference_ID */ /** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID"; public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_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 AD_InfoWindow /** Generated Interface for AD_InfoWindow
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_InfoWindow public interface I_AD_InfoWindow
{ {
@ -65,6 +56,19 @@ public interface I_AD_InfoWindow
*/ */
public int getAD_InfoWindow_ID(); public int getAD_InfoWindow_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 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";
@ -78,7 +82,7 @@ public interface I_AD_InfoWindow
*/ */
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 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 AD_Issue /** Generated Interface for AD_Issue
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Issue public interface I_AD_Issue
{ {
@ -65,7 +56,7 @@ public interface I_AD_Issue
*/ */
public int getA_Asset_ID(); public int getA_Asset_ID();
public I_A_Asset getA_Asset() throws Exception; public I_A_Asset getA_Asset() throws RuntimeException;
/** Column name AD_Form_ID */ /** Column name AD_Form_ID */
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID"; public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
@ -80,7 +71,7 @@ public interface I_AD_Issue
*/ */
public int getAD_Form_ID(); public int getAD_Form_ID();
public I_AD_Form getAD_Form() throws Exception; public I_AD_Form getAD_Form() throws RuntimeException;
/** Column name AD_Issue_ID */ /** Column name AD_Issue_ID */
public static final String COLUMNNAME_AD_Issue_ID = "AD_Issue_ID"; public static final String COLUMNNAME_AD_Issue_ID = "AD_Issue_ID";
@ -95,6 +86,19 @@ public interface I_AD_Issue
*/ */
public int getAD_Issue_ID(); public int getAD_Issue_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 AD_Process_ID */ /** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID"; public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
@ -108,7 +112,7 @@ public interface I_AD_Issue
*/ */
public int getAD_Process_ID(); public int getAD_Process_ID();
public I_AD_Process getAD_Process() throws Exception; public I_AD_Process getAD_Process() throws RuntimeException;
/** Column name AD_Window_ID */ /** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
@ -123,7 +127,7 @@ public interface I_AD_Issue
*/ */
public int getAD_Window_ID(); public int getAD_Window_ID();
public I_AD_Window getAD_Window() throws Exception; public I_AD_Window getAD_Window() throws RuntimeException;
/** Column name Comments */ /** Column name Comments */
public static final String COLUMNNAME_Comments = "Comments"; public static final String COLUMNNAME_Comments = "Comments";
@ -446,7 +450,7 @@ public interface I_AD_Issue
*/ */
public int getR_IssueKnown_ID(); public int getR_IssueKnown_ID();
public I_R_IssueKnown getR_IssueKnown() throws Exception; public I_R_IssueKnown getR_IssueKnown() throws RuntimeException;
/** Column name R_IssueProject_ID */ /** Column name R_IssueProject_ID */
public static final String COLUMNNAME_R_IssueProject_ID = "R_IssueProject_ID"; public static final String COLUMNNAME_R_IssueProject_ID = "R_IssueProject_ID";
@ -461,7 +465,7 @@ public interface I_AD_Issue
*/ */
public int getR_IssueProject_ID(); public int getR_IssueProject_ID();
public I_R_IssueProject getR_IssueProject() throws Exception; public I_R_IssueProject getR_IssueProject() throws RuntimeException;
/** Column name R_IssueSystem_ID */ /** Column name R_IssueSystem_ID */
public static final String COLUMNNAME_R_IssueSystem_ID = "R_IssueSystem_ID"; public static final String COLUMNNAME_R_IssueSystem_ID = "R_IssueSystem_ID";
@ -476,7 +480,7 @@ public interface I_AD_Issue
*/ */
public int getR_IssueSystem_ID(); public int getR_IssueSystem_ID();
public I_R_IssueSystem getR_IssueSystem() throws Exception; public I_R_IssueSystem getR_IssueSystem() throws RuntimeException;
/** Column name R_IssueUser_ID */ /** Column name R_IssueUser_ID */
public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID"; public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID";
@ -491,7 +495,7 @@ public interface I_AD_Issue
*/ */
public int getR_IssueUser_ID(); public int getR_IssueUser_ID();
public I_R_IssueUser getR_IssueUser() throws Exception; public I_R_IssueUser getR_IssueUser() throws RuntimeException;
/** Column name R_Request_ID */ /** Column name R_Request_ID */
public static final String COLUMNNAME_R_Request_ID = "R_Request_ID"; public static final String COLUMNNAME_R_Request_ID = "R_Request_ID";
@ -506,7 +510,7 @@ public interface I_AD_Issue
*/ */
public int getR_Request_ID(); public int getR_Request_ID();
public I_R_Request getR_Request() throws Exception; public I_R_Request getR_Request() throws RuntimeException;
/** Column name SourceClassName */ /** Column name SourceClassName */
public static final String COLUMNNAME_SourceClassName = "SourceClassName"; public static final String COLUMNNAME_SourceClassName = "SourceClassName";

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 AD_LabelPrinter /** Generated Interface for AD_LabelPrinter
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_LabelPrinter public interface I_AD_LabelPrinter
{ {
@ -65,6 +56,19 @@ public interface I_AD_LabelPrinter
*/ */
public int getAD_LabelPrinter_ID(); public int getAD_LabelPrinter_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 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 AD_LabelPrinterFunction /** Generated Interface for AD_LabelPrinterFunction
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_LabelPrinterFunction public interface I_AD_LabelPrinterFunction
{ {
@ -78,7 +69,20 @@ public interface I_AD_LabelPrinterFunction
*/ */
public int getAD_LabelPrinter_ID(); public int getAD_LabelPrinter_ID();
public I_AD_LabelPrinter getAD_LabelPrinter() throws Exception; public I_AD_LabelPrinter getAD_LabelPrinter() 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 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 AD_Language /** Generated Interface for AD_Language
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Language public interface I_AD_Language
{ {
@ -74,6 +65,19 @@ public interface I_AD_Language
/** Get Language ID */ /** Get Language ID */
public int getAD_Language_ID(); public int getAD_Language_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 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;
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LdapAccess /** Generated Interface for AD_LdapAccess
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_LdapAccess public interface I_AD_LdapAccess
{ {
@ -78,7 +69,20 @@ public interface I_AD_LdapAccess
*/ */
public int getAD_LdapProcessor_ID(); public int getAD_LdapProcessor_ID();
public I_AD_LdapProcessor getAD_LdapProcessor() throws Exception; public I_AD_LdapProcessor getAD_LdapProcessor() 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 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";
@ -93,7 +97,7 @@ public interface I_AD_LdapAccess
*/ */
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";
@ -134,7 +138,7 @@ public interface I_AD_LdapAccess
*/ */
public int getR_InterestArea_ID(); public int getR_InterestArea_ID();
public I_R_InterestArea getR_InterestArea() throws Exception; public I_R_InterestArea getR_InterestArea() throws RuntimeException;
/** Column name Summary */ /** Column name Summary */
public static final String COLUMNNAME_Summary = "Summary"; public static final String COLUMNNAME_Summary = "Summary";

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 AD_LdapProcessor /** Generated Interface for AD_LdapProcessor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_LdapProcessor public interface I_AD_LdapProcessor
{ {
@ -66,6 +57,19 @@ public interface I_AD_LdapProcessor
*/ */
public int getAD_LdapProcessor_ID(); public int getAD_LdapProcessor_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 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 AD_LdapProcessorLog /** Generated Interface for AD_LdapProcessorLog
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_LdapProcessorLog public interface I_AD_LdapProcessorLog
{ {
@ -65,7 +56,7 @@ public interface I_AD_LdapProcessorLog
*/ */
public int getAD_LdapProcessor_ID(); public int getAD_LdapProcessor_ID();
public I_AD_LdapProcessor getAD_LdapProcessor() throws Exception; public I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException;
/** Column name AD_LdapProcessorLog_ID */ /** Column name AD_LdapProcessorLog_ID */
public static final String COLUMNNAME_AD_LdapProcessorLog_ID = "AD_LdapProcessorLog_ID"; public static final String COLUMNNAME_AD_LdapProcessorLog_ID = "AD_LdapProcessorLog_ID";
@ -80,6 +71,19 @@ public interface I_AD_LdapProcessorLog
*/ */
public int getAD_LdapProcessorLog_ID(); public int getAD_LdapProcessorLog_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 BinaryData */ /** Column name BinaryData */
public static final String COLUMNNAME_BinaryData = "BinaryData"; public static final String COLUMNNAME_BinaryData = "BinaryData";

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 AD_Menu /** Generated Interface for AD_Menu
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Menu public interface I_AD_Menu
{ {
@ -78,7 +69,7 @@ public interface I_AD_Menu
*/ */
public int getAD_Form_ID(); public int getAD_Form_ID();
public I_AD_Form getAD_Form() throws Exception; public I_AD_Form getAD_Form() throws RuntimeException;
/** Column name AD_Menu_ID */ /** Column name AD_Menu_ID */
public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID"; public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID";
@ -93,6 +84,19 @@ public interface I_AD_Menu
*/ */
public int getAD_Menu_ID(); public int getAD_Menu_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 AD_Process_ID */ /** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID"; public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
@ -106,7 +110,7 @@ public interface I_AD_Menu
*/ */
public int getAD_Process_ID(); public int getAD_Process_ID();
public I_AD_Process getAD_Process() throws Exception; public I_AD_Process getAD_Process() throws RuntimeException;
/** Column name AD_Task_ID */ /** Column name AD_Task_ID */
public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID"; public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID";
@ -121,7 +125,7 @@ public interface I_AD_Menu
*/ */
public int getAD_Task_ID(); public int getAD_Task_ID();
public I_AD_Task getAD_Task() throws Exception; public I_AD_Task getAD_Task() throws RuntimeException;
/** Column name AD_Window_ID */ /** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
@ -136,7 +140,7 @@ public interface I_AD_Menu
*/ */
public int getAD_Window_ID(); public int getAD_Window_ID();
public I_AD_Window getAD_Window() throws Exception; public I_AD_Window getAD_Window() throws RuntimeException;
/** Column name AD_Workbench_ID */ /** Column name AD_Workbench_ID */
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID"; public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
@ -151,7 +155,7 @@ public interface I_AD_Menu
*/ */
public int getAD_Workbench_ID(); public int getAD_Workbench_ID();
public I_AD_Workbench getAD_Workbench() throws Exception; public I_AD_Workbench getAD_Workbench() throws RuntimeException;
/** Column name AD_Workflow_ID */ /** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
@ -166,7 +170,7 @@ public interface I_AD_Menu
*/ */
public int getAD_Workflow_ID(); public int getAD_Workflow_ID();
public I_AD_Workflow getAD_Workflow() throws Exception; public I_AD_Workflow getAD_Workflow() 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 AD_Message /** Generated Interface for AD_Message
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Message public interface I_AD_Message
{ {
@ -65,6 +56,19 @@ public interface I_AD_Message
*/ */
public int getAD_Message_ID(); public int getAD_Message_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 EntityType */ /** Column name EntityType */
public static final String COLUMNNAME_EntityType = "EntityType"; public static final String COLUMNNAME_EntityType = "EntityType";

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 AD_MigrationScript /** Generated Interface for AD_MigrationScript
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_MigrationScript public interface I_AD_MigrationScript
{ {
@ -61,6 +52,19 @@ public interface I_AD_MigrationScript
/** Get Migration Script */ /** Get Migration Script */
public int getAD_MigrationScript_ID(); public int getAD_MigrationScript_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 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 AD_ModelValidator /** Generated Interface for AD_ModelValidator
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_ModelValidator public interface I_AD_ModelValidator
{ {
@ -61,6 +52,19 @@ public interface I_AD_ModelValidator
/** Get Model Validator */ /** Get Model Validator */
public int getAD_ModelValidator_ID(); public int getAD_ModelValidator_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 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 AD_Modification /** Generated Interface for AD_Modification
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Modification public interface I_AD_Modification
{ {
@ -65,6 +56,19 @@ public interface I_AD_Modification
*/ */
public int getAD_Modification_ID(); public int getAD_Modification_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 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 AD_Note /** Generated Interface for AD_Note
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Note public interface I_AD_Note
{ {
@ -78,6 +69,19 @@ public interface I_AD_Note
*/ */
public int getAD_Note_ID(); public int getAD_Note_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 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";
@ -91,7 +95,7 @@ public interface I_AD_Note
*/ */
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 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";
@ -106,7 +110,7 @@ public interface I_AD_Note
*/ */
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 AD_WF_Activity_ID */ /** Column name AD_WF_Activity_ID */
public static final String COLUMNNAME_AD_WF_Activity_ID = "AD_WF_Activity_ID"; public static final String COLUMNNAME_AD_WF_Activity_ID = "AD_WF_Activity_ID";
@ -121,7 +125,7 @@ public interface I_AD_Note
*/ */
public int getAD_WF_Activity_ID(); public int getAD_WF_Activity_ID();
public I_AD_WF_Activity getAD_WF_Activity() throws Exception; public I_AD_WF_Activity getAD_WF_Activity() 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 AD_Org /** Generated Interface for AD_Org
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Org public interface I_AD_Org
{ {
@ -52,6 +43,19 @@ public interface I_AD_Org
/** 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 Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";

View File

@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_OrgInfo /** Generated Interface for AD_OrgInfo
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_OrgInfo public interface I_AD_OrgInfo
{ {
@ -43,6 +43,19 @@ public interface I_AD_OrgInfo
/** 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_OrgType_ID */ /** Column name AD_OrgType_ID */
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID"; public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
@ -58,19 +71,6 @@ public interface I_AD_OrgInfo
public I_AD_OrgType getAD_OrgType() throws RuntimeException; public I_AD_OrgType getAD_OrgType() 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_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";
@ -84,19 +84,6 @@ public interface I_AD_OrgInfo
*/ */
public int getC_Location_ID(); public int getC_Location_ID();
/** Column name DUNS */
public static final String COLUMNNAME_DUNS = "DUNS";
/** Set D-U-N-S.
* Dun & Bradstreet Number
*/
public void setDUNS (String DUNS);
/** Get D-U-N-S.
* Dun & Bradstreet Number
*/
public String getDUNS();
/** Column name DropShip_Warehouse_ID */ /** Column name DropShip_Warehouse_ID */
public static final String COLUMNNAME_DropShip_Warehouse_ID = "DropShip_Warehouse_ID"; public static final String COLUMNNAME_DropShip_Warehouse_ID = "DropShip_Warehouse_ID";
@ -110,6 +97,19 @@ public interface I_AD_OrgInfo
*/ */
public int getDropShip_Warehouse_ID(); public int getDropShip_Warehouse_ID();
/** Column name DUNS */
public static final String COLUMNNAME_DUNS = "DUNS";
/** Set D-U-N-S.
* Dun & Bradstreet Number
*/
public void setDUNS (String DUNS);
/** Get D-U-N-S.
* Dun & Bradstreet Number
*/
public String getDUNS();
/** Column name M_Warehouse_ID */ /** Column name M_Warehouse_ID */
public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID"; public static final String COLUMNNAME_M_Warehouse_ID = "M_Warehouse_ID";
@ -141,12 +141,12 @@ public interface I_AD_OrgInfo
/** Column name ReceiptFooterMsg */ /** Column name ReceiptFooterMsg */
public static final String COLUMNNAME_ReceiptFooterMsg = "ReceiptFooterMsg"; public static final String COLUMNNAME_ReceiptFooterMsg = "ReceiptFooterMsg";
/** Set ReceiptFooterMsg. /** Set Receipt Footer Msg.
* This message will be displayed at the bottom of a receipt when doing a sales or purchase * This message will be displayed at the bottom of a receipt when doing a sales or purchase
*/ */
public void setReceiptFooterMsg (String ReceiptFooterMsg); public void setReceiptFooterMsg (String ReceiptFooterMsg);
/** Get ReceiptFooterMsg. /** Get Receipt Footer Msg.
* This message will be displayed at the bottom of a receipt when doing a sales or purchase * This message will be displayed at the bottom of a receipt when doing a sales or purchase
*/ */
public String getReceiptFooterMsg(); public String getReceiptFooterMsg();

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 AD_OrgType /** Generated Interface for AD_OrgType
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_OrgType public interface I_AD_OrgType
{ {
@ -52,6 +43,19 @@ public interface I_AD_OrgType
/** 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_OrgType_ID */ /** Column name AD_OrgType_ID */
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID"; public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
@ -78,7 +82,7 @@ public interface I_AD_OrgType
*/ */
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 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 AD_PInstance /** Generated Interface for AD_PInstance
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PInstance public interface I_AD_PInstance
{ {
@ -52,6 +43,19 @@ public interface I_AD_PInstance
/** 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_PInstance_ID */ /** Column name AD_PInstance_ID */
public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID";
@ -78,7 +82,7 @@ public interface I_AD_PInstance
*/ */
public int getAD_Process_ID(); public int getAD_Process_ID();
public I_AD_Process getAD_Process() throws Exception; public I_AD_Process getAD_Process() throws RuntimeException;
/** 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";
@ -93,7 +97,7 @@ public interface I_AD_PInstance
*/ */
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 ErrorMsg */ /** Column name ErrorMsg */
public static final String COLUMNNAME_ErrorMsg = "ErrorMsg"; public static final String COLUMNNAME_ErrorMsg = "ErrorMsg";

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 AD_PInstance_Log /** Generated Interface for AD_PInstance_Log
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PInstance_Log public interface I_AD_PInstance_Log
{ {
@ -66,7 +57,7 @@ public interface I_AD_PInstance_Log
*/ */
public int getAD_PInstance_ID(); public int getAD_PInstance_ID();
public I_AD_PInstance getAD_PInstance() throws Exception; public I_AD_PInstance getAD_PInstance() throws RuntimeException;
/** Column name Log_ID */ /** Column name Log_ID */
public static final String COLUMNNAME_Log_ID = "Log_ID"; public static final String COLUMNNAME_Log_ID = "Log_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 AD_PInstance_Para /** Generated Interface for AD_PInstance_Para
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PInstance_Para public interface I_AD_PInstance_Para
{ {
@ -53,6 +44,19 @@ public interface I_AD_PInstance_Para
/** 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_PInstance_ID */ /** Column name AD_PInstance_ID */
public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID"; public static final String COLUMNNAME_AD_PInstance_ID = "AD_PInstance_ID";
@ -66,7 +70,7 @@ public interface I_AD_PInstance_Para
*/ */
public int getAD_PInstance_ID(); public int getAD_PInstance_ID();
public I_AD_PInstance getAD_PInstance() throws Exception; public I_AD_PInstance getAD_PInstance() 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 AD_Package_Exp /** Generated Interface for AD_Package_Exp
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Package_Exp public interface I_AD_Package_Exp
{ {
@ -52,6 +43,19 @@ public interface I_AD_Package_Exp
/** 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_Package_Exp_ID */ /** Column name AD_Package_Exp_ID */
public static final String COLUMNNAME_AD_Package_Exp_ID = "AD_Package_Exp_ID"; public static final String COLUMNNAME_AD_Package_Exp_ID = "AD_Package_Exp_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 AD_Package_Exp_Common /** Generated Interface for AD_Package_Exp_Common
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Package_Exp_Common public interface I_AD_Package_Exp_Common
{ {
@ -65,7 +56,7 @@ public interface I_AD_Package_Exp_Common
*/ */
public int getAD_Form_ID(); public int getAD_Form_ID();
public I_AD_Form getAD_Form() throws Exception; public I_AD_Form getAD_Form() throws RuntimeException;
/** Column name AD_ImpFormat_ID */ /** Column name AD_ImpFormat_ID */
public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID"; public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID";
@ -76,7 +67,7 @@ public interface I_AD_Package_Exp_Common
/** Get Import Format */ /** Get Import Format */
public int getAD_ImpFormat_ID(); public int getAD_ImpFormat_ID();
public I_AD_ImpFormat getAD_ImpFormat() throws Exception; public I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException;
/** Column name AD_Menu_ID */ /** Column name AD_Menu_ID */
public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID"; public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID";
@ -91,7 +82,20 @@ public interface I_AD_Package_Exp_Common
*/ */
public int getAD_Menu_ID(); public int getAD_Menu_ID();
public I_AD_Menu getAD_Menu() throws Exception; public I_AD_Menu getAD_Menu() 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 AD_Package_Exp_Common_ID */ /** Column name AD_Package_Exp_Common_ID */
public static final String COLUMNNAME_AD_Package_Exp_Common_ID = "AD_Package_Exp_Common_ID"; public static final String COLUMNNAME_AD_Package_Exp_Common_ID = "AD_Package_Exp_Common_ID";
@ -115,7 +119,7 @@ public interface I_AD_Package_Exp_Common
*/ */
public int getAD_Process_ID(); public int getAD_Process_ID();
public I_AD_Process getAD_Process() throws Exception; public I_AD_Process getAD_Process() throws RuntimeException;
/** Column name AD_ReportView_ID */ /** Column name AD_ReportView_ID */
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID"; public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
@ -130,7 +134,7 @@ public interface I_AD_Package_Exp_Common
*/ */
public int getAD_ReportView_ID(); public int getAD_ReportView_ID();
public I_AD_ReportView getAD_ReportView() throws Exception; public I_AD_ReportView getAD_ReportView() throws RuntimeException;
/** 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";
@ -145,7 +149,7 @@ public interface I_AD_Package_Exp_Common
*/ */
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 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";
@ -160,7 +164,7 @@ public interface I_AD_Package_Exp_Common
*/ */
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 AD_Window_ID */ /** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
@ -175,7 +179,7 @@ public interface I_AD_Package_Exp_Common
*/ */
public int getAD_Window_ID(); public int getAD_Window_ID();
public I_AD_Window getAD_Window() throws Exception; public I_AD_Window getAD_Window() throws RuntimeException;
/** Column name AD_Workbench_ID */ /** Column name AD_Workbench_ID */
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID"; public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
@ -190,7 +194,7 @@ public interface I_AD_Package_Exp_Common
*/ */
public int getAD_Workbench_ID(); public int getAD_Workbench_ID();
public I_AD_Workbench getAD_Workbench() throws Exception; public I_AD_Workbench getAD_Workbench() throws RuntimeException;
/** Column name AD_Workflow_ID */ /** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
@ -205,7 +209,7 @@ public interface I_AD_Package_Exp_Common
*/ */
public int getAD_Workflow_ID(); public int getAD_Workflow_ID();
public I_AD_Workflow getAD_Workflow() throws Exception; public I_AD_Workflow getAD_Workflow() throws RuntimeException;
/** Column name DBType */ /** Column name DBType */
public static final String COLUMNNAME_DBType = "DBType"; public static final String COLUMNNAME_DBType = "DBType";

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 AD_Package_Exp_Detail /** Generated Interface for AD_Package_Exp_Detail
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Package_Exp_Detail public interface I_AD_Package_Exp_Detail
{ {
@ -65,7 +56,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_Form_ID(); public int getAD_Form_ID();
public I_AD_Form getAD_Form() throws Exception; public I_AD_Form getAD_Form() throws RuntimeException;
/** Column name AD_ImpFormat_ID */ /** Column name AD_ImpFormat_ID */
public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID"; public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID";
@ -76,7 +67,7 @@ public interface I_AD_Package_Exp_Detail
/** Get Import Format */ /** Get Import Format */
public int getAD_ImpFormat_ID(); public int getAD_ImpFormat_ID();
public I_AD_ImpFormat getAD_ImpFormat() throws Exception; public I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException;
/** Column name AD_Menu_ID */ /** Column name AD_Menu_ID */
public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID"; public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID";
@ -91,7 +82,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_Menu_ID(); public int getAD_Menu_ID();
public I_AD_Menu getAD_Menu() throws Exception; public I_AD_Menu getAD_Menu() throws RuntimeException;
/** Column name AD_Message_ID */ /** Column name AD_Message_ID */
public static final String COLUMNNAME_AD_Message_ID = "AD_Message_ID"; public static final String COLUMNNAME_AD_Message_ID = "AD_Message_ID";
@ -106,7 +97,20 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_Message_ID(); public int getAD_Message_ID();
public I_AD_Message getAD_Message() throws Exception; public I_AD_Message getAD_Message() 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 AD_Package_Code_New */ /** Column name AD_Package_Code_New */
public static final String COLUMNNAME_AD_Package_Code_New = "AD_Package_Code_New"; public static final String COLUMNNAME_AD_Package_Code_New = "AD_Package_Code_New";
@ -157,7 +161,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_PrintFormat_ID(); public int getAD_PrintFormat_ID();
public I_AD_PrintFormat getAD_PrintFormat() throws Exception; public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
/** Column name AD_Process_ID */ /** Column name AD_Process_ID */
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID"; public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
@ -172,7 +176,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_Process_ID(); public int getAD_Process_ID();
public I_AD_Process getAD_Process() throws Exception; public I_AD_Process getAD_Process() throws RuntimeException;
/** Column name AD_Reference_ID */ /** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID"; public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
@ -187,7 +191,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_Reference_ID(); public int getAD_Reference_ID();
public I_AD_Reference getAD_Reference() throws Exception; public I_AD_Reference getAD_Reference() throws RuntimeException;
/** Column name AD_ReportView_ID */ /** Column name AD_ReportView_ID */
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID"; public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
@ -202,7 +206,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_ReportView_ID(); public int getAD_ReportView_ID();
public I_AD_ReportView getAD_ReportView() throws Exception; public I_AD_ReportView getAD_ReportView() throws RuntimeException;
/** 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";
@ -217,7 +221,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
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 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";
@ -232,7 +236,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
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 AD_Val_Rule_ID */ /** Column name AD_Val_Rule_ID */
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID"; public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
@ -260,7 +264,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_Window_ID(); public int getAD_Window_ID();
public I_AD_Window getAD_Window() throws Exception; public I_AD_Window getAD_Window() throws RuntimeException;
/** Column name AD_Workbench_ID */ /** Column name AD_Workbench_ID */
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID"; public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
@ -275,7 +279,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_Workbench_ID(); public int getAD_Workbench_ID();
public I_AD_Workbench getAD_Workbench() throws Exception; public I_AD_Workbench getAD_Workbench() throws RuntimeException;
/** Column name AD_Workflow_ID */ /** Column name AD_Workflow_ID */
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID"; public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
@ -290,7 +294,7 @@ public interface I_AD_Package_Exp_Detail
*/ */
public int getAD_Workflow_ID(); public int getAD_Workflow_ID();
public I_AD_Workflow getAD_Workflow() throws Exception; public I_AD_Workflow getAD_Workflow() throws RuntimeException;
/** Column name DBType */ /** Column name DBType */
public static final String COLUMNNAME_DBType = "DBType"; public static final String COLUMNNAME_DBType = "DBType";

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 AD_Package_Imp /** Generated Interface for AD_Package_Imp
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Package_Imp public interface I_AD_Package_Imp
{ {
@ -52,6 +43,19 @@ public interface I_AD_Package_Imp
/** 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_Package_Imp_ID */ /** Column name AD_Package_Imp_ID */
public static final String COLUMNNAME_AD_Package_Imp_ID = "AD_Package_Imp_ID"; public static final String COLUMNNAME_AD_Package_Imp_ID = "AD_Package_Imp_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 AD_Package_Imp_Backup /** Generated Interface for AD_Package_Imp_Backup
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Package_Imp_Backup public interface I_AD_Package_Imp_Backup
{ {
@ -65,6 +56,19 @@ public interface I_AD_Package_Imp_Backup
*/ */
public int getAD_Column_ID(); public int getAD_Column_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 AD_Package_Imp_Backup_ID */ /** Column name AD_Package_Imp_Backup_ID */
public static final String COLUMNNAME_AD_Package_Imp_Backup_ID = "AD_Package_Imp_Backup_ID"; public static final String COLUMNNAME_AD_Package_Imp_Backup_ID = "AD_Package_Imp_Backup_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 AD_Package_Imp_Detail /** Generated Interface for AD_Package_Imp_Detail
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Package_Imp_Detail public interface I_AD_Package_Imp_Detail
{ {
@ -74,6 +65,19 @@ public interface I_AD_Package_Imp_Detail
/** Get Ad_Backup_ID */ /** Get Ad_Backup_ID */
public int getAd_Backup_ID(); public int getAd_Backup_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 AD_Original_ID */ /** Column name AD_Original_ID */
public static final String COLUMNNAME_AD_Original_ID = "AD_Original_ID"; public static final String COLUMNNAME_AD_Original_ID = "AD_Original_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 AD_Package_Imp_Inst /** Generated Interface for AD_Package_Imp_Inst
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Package_Imp_Inst public interface I_AD_Package_Imp_Inst
{ {
@ -52,6 +43,19 @@ public interface I_AD_Package_Imp_Inst
/** 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_PACKAGE_IMP_INST_ID */ /** Column name AD_PACKAGE_IMP_INST_ID */
public static final String COLUMNNAME_AD_PACKAGE_IMP_INST_ID = "AD_PACKAGE_IMP_INST_ID"; public static final String COLUMNNAME_AD_PACKAGE_IMP_INST_ID = "AD_PACKAGE_IMP_INST_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 AD_Package_Imp_Proc /** Generated Interface for AD_Package_Imp_Proc
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Package_Imp_Proc public interface I_AD_Package_Imp_Proc
{ {
@ -52,6 +43,19 @@ public interface I_AD_Package_Imp_Proc
/** 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_Override_Dict */ /** Column name AD_Override_Dict */
public static final String COLUMNNAME_AD_Override_Dict = "AD_Override_Dict"; public static final String COLUMNNAME_AD_Override_Dict = "AD_Override_Dict";

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 AD_Preference /** Generated Interface for AD_Preference
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_Preference public interface I_AD_Preference
{ {
@ -52,6 +43,19 @@ public interface I_AD_Preference
/** 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_Preference_ID */ /** Column name AD_Preference_ID */
public static final String COLUMNNAME_AD_Preference_ID = "AD_Preference_ID"; public static final String COLUMNNAME_AD_Preference_ID = "AD_Preference_ID";
@ -78,7 +82,7 @@ public interface I_AD_Preference
*/ */
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 AD_Window_ID */ /** Column name AD_Window_ID */
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID"; public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
@ -93,7 +97,7 @@ public interface I_AD_Preference
*/ */
public int getAD_Window_ID(); public int getAD_Window_ID();
public I_AD_Window getAD_Window() throws Exception; public I_AD_Window getAD_Window() throws RuntimeException;
/** Column name Attribute */ /** Column name Attribute */
public static final String COLUMNNAME_Attribute = "Attribute"; public static final String COLUMNNAME_Attribute = "Attribute";

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 AD_PrintColor /** Generated Interface for AD_PrintColor
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PrintColor public interface I_AD_PrintColor
{ {
@ -52,6 +43,19 @@ public interface I_AD_PrintColor
/** 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";

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 AD_PrintFont /** Generated Interface for AD_PrintFont
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PrintFont public interface I_AD_PrintFont
{ {
@ -52,6 +43,19 @@ public interface I_AD_PrintFont
/** 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_PrintFont_ID */ /** Column name AD_PrintFont_ID */
public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID"; public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_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 AD_PrintForm /** Generated Interface for AD_PrintForm
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PrintForm public interface I_AD_PrintForm
{ {
@ -52,6 +43,19 @@ public interface I_AD_PrintForm
/** 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_PrintForm_ID */ /** Column name AD_PrintForm_ID */
public static final String COLUMNNAME_AD_PrintForm_ID = "AD_PrintForm_ID"; public static final String COLUMNNAME_AD_PrintForm_ID = "AD_PrintForm_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 AD_PrintFormat /** Generated Interface for AD_PrintFormat
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PrintFormat public interface I_AD_PrintFormat
{ {
@ -52,6 +43,19 @@ public interface I_AD_PrintFormat
/** 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_AD_PrintFormat
*/ */
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 AD_PrintFont_ID */ /** Column name AD_PrintFont_ID */
public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID"; public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID";
@ -80,7 +84,7 @@ public interface I_AD_PrintFormat
*/ */
public int getAD_PrintFont_ID(); public int getAD_PrintFont_ID();
public I_AD_PrintFont getAD_PrintFont() throws Exception; public I_AD_PrintFont getAD_PrintFont() throws RuntimeException;
/** Column name AD_PrintFormat_ID */ /** Column name AD_PrintFormat_ID */
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID"; public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
@ -108,7 +112,7 @@ public interface I_AD_PrintFormat
*/ */
public int getAD_PrintPaper_ID(); public int getAD_PrintPaper_ID();
public I_AD_PrintPaper getAD_PrintPaper() throws Exception; public I_AD_PrintPaper getAD_PrintPaper() throws RuntimeException;
/** Column name AD_PrintTableFormat_ID */ /** Column name AD_PrintTableFormat_ID */
public static final String COLUMNNAME_AD_PrintTableFormat_ID = "AD_PrintTableFormat_ID"; public static final String COLUMNNAME_AD_PrintTableFormat_ID = "AD_PrintTableFormat_ID";
@ -123,7 +127,7 @@ public interface I_AD_PrintFormat
*/ */
public int getAD_PrintTableFormat_ID(); public int getAD_PrintTableFormat_ID();
public I_AD_PrintTableFormat getAD_PrintTableFormat() throws Exception; public I_AD_PrintTableFormat getAD_PrintTableFormat() throws RuntimeException;
/** Column name AD_ReportView_ID */ /** Column name AD_ReportView_ID */
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID"; public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
@ -138,7 +142,7 @@ public interface I_AD_PrintFormat
*/ */
public int getAD_ReportView_ID(); public int getAD_ReportView_ID();
public I_AD_ReportView getAD_ReportView() throws Exception; public I_AD_ReportView getAD_ReportView() throws RuntimeException;
/** 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";
@ -153,7 +157,7 @@ public interface I_AD_PrintFormat
*/ */
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 Args */ /** Column name Args */
public static final String COLUMNNAME_Args = "Args"; public static final String COLUMNNAME_Args = "Args";
@ -164,14 +168,18 @@ public interface I_AD_PrintFormat
/** Get Args */ /** Get Args */
public String getArgs(); public String getArgs();
/** Column name ClassName */ /** Column name Classname */
public static final String COLUMNNAME_ClassName = "ClassName"; public static final String COLUMNNAME_Classname = "Classname";
/** Set ClassName */ /** Set Classname.
public void setClassName (String ClassName); * Java Classname
*/
public void setClassname (String Classname);
/** Get ClassName */ /** Get Classname.
public String getClassName(); * Java Classname
*/
public String getClassname();
/** Column name CreateCopy */ /** Column name CreateCopy */
public static final String COLUMNNAME_CreateCopy = "CreateCopy"; public static final String COLUMNNAME_CreateCopy = "CreateCopy";

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 AD_PrintFormatItem /** Generated Interface for AD_PrintFormatItem
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PrintFormatItem public interface I_AD_PrintFormatItem
{ {
@ -65,7 +56,20 @@ public interface I_AD_PrintFormatItem
*/ */
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 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";
@ -80,7 +84,7 @@ public interface I_AD_PrintFormatItem
*/ */
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 AD_PrintFont_ID */ /** Column name AD_PrintFont_ID */
public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID"; public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID";
@ -95,7 +99,7 @@ public interface I_AD_PrintFormatItem
*/ */
public int getAD_PrintFont_ID(); public int getAD_PrintFont_ID();
public I_AD_PrintFont getAD_PrintFont() throws Exception; public I_AD_PrintFont getAD_PrintFont() throws RuntimeException;
/** Column name AD_PrintFormatChild_ID */ /** Column name AD_PrintFormatChild_ID */
public static final String COLUMNNAME_AD_PrintFormatChild_ID = "AD_PrintFormatChild_ID"; public static final String COLUMNNAME_AD_PrintFormatChild_ID = "AD_PrintFormatChild_ID";
@ -123,7 +127,7 @@ public interface I_AD_PrintFormatItem
*/ */
public int getAD_PrintFormat_ID(); public int getAD_PrintFormat_ID();
public I_AD_PrintFormat getAD_PrintFormat() throws Exception; public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
/** Column name AD_PrintFormatItem_ID */ /** Column name AD_PrintFormatItem_ID */
public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID"; public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID";
@ -151,7 +155,7 @@ public interface I_AD_PrintFormatItem
*/ */
public int getAD_PrintGraph_ID(); public int getAD_PrintGraph_ID();
public I_AD_PrintGraph getAD_PrintGraph() throws Exception; public I_AD_PrintGraph getAD_PrintGraph() throws RuntimeException;
/** Column name ArcDiameter */ /** Column name ArcDiameter */
public static final String COLUMNNAME_ArcDiameter = "ArcDiameter"; public static final String COLUMNNAME_ArcDiameter = "ArcDiameter";

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 AD_PrintGraph /** Generated Interface for AD_PrintGraph
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PrintGraph public interface I_AD_PrintGraph
{ {
@ -52,6 +43,19 @@ public interface I_AD_PrintGraph
/** 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_PrintFormat_ID */ /** Column name AD_PrintFormat_ID */
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID"; public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
@ -65,7 +69,7 @@ public interface I_AD_PrintGraph
*/ */
public int getAD_PrintFormat_ID(); public int getAD_PrintFormat_ID();
public I_AD_PrintFormat getAD_PrintFormat() throws Exception; public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
/** Column name AD_PrintGraph_ID */ /** Column name AD_PrintGraph_ID */
public static final String COLUMNNAME_AD_PrintGraph_ID = "AD_PrintGraph_ID"; public static final String COLUMNNAME_AD_PrintGraph_ID = "AD_PrintGraph_ID";
@ -80,19 +84,6 @@ public interface I_AD_PrintGraph
*/ */
public int getAD_PrintGraph_ID(); public int getAD_PrintGraph_ID();
/** Column name Data_PrintFormatItem_ID */
public static final String COLUMNNAME_Data_PrintFormatItem_ID = "Data_PrintFormatItem_ID";
/** Set Data Column.
* Data Column for Pie and Line Charts
*/
public void setData_PrintFormatItem_ID (int Data_PrintFormatItem_ID);
/** Get Data Column.
* Data Column for Pie and Line Charts
*/
public int getData_PrintFormatItem_ID();
/** Column name Data1_PrintFormatItem_ID */ /** Column name Data1_PrintFormatItem_ID */
public static final String COLUMNNAME_Data1_PrintFormatItem_ID = "Data1_PrintFormatItem_ID"; public static final String COLUMNNAME_Data1_PrintFormatItem_ID = "Data1_PrintFormatItem_ID";
@ -145,6 +136,19 @@ public interface I_AD_PrintGraph
*/ */
public int getData4_PrintFormatItem_ID(); public int getData4_PrintFormatItem_ID();
/** Column name Data_PrintFormatItem_ID */
public static final String COLUMNNAME_Data_PrintFormatItem_ID = "Data_PrintFormatItem_ID";
/** Set Data Column.
* Data Column for Pie and Line Charts
*/
public void setData_PrintFormatItem_ID (int Data_PrintFormatItem_ID);
/** Get Data Column.
* Data Column for Pie and Line Charts
*/
public int getData_PrintFormatItem_ID();
/** 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 AD_PrintLabel /** Generated Interface for AD_PrintLabel
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PrintLabel public interface I_AD_PrintLabel
{ {
@ -65,6 +56,19 @@ public interface I_AD_PrintLabel
*/ */
public int getAD_LabelPrinter_ID(); public int getAD_LabelPrinter_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 AD_PrintLabel_ID */ /** Column name AD_PrintLabel_ID */
public static final String COLUMNNAME_AD_PrintLabel_ID = "AD_PrintLabel_ID"; public static final String COLUMNNAME_AD_PrintLabel_ID = "AD_PrintLabel_ID";
@ -91,7 +95,7 @@ public interface I_AD_PrintLabel
*/ */
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 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 AD_PrintLabelLine /** Generated Interface for AD_PrintLabelLine
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PrintLabelLine public interface I_AD_PrintLabelLine
{ {
@ -65,7 +56,7 @@ public interface I_AD_PrintLabelLine
*/ */
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_LabelPrinterFunction_ID */ /** Column name AD_LabelPrinterFunction_ID */
public static final String COLUMNNAME_AD_LabelPrinterFunction_ID = "AD_LabelPrinterFunction_ID"; public static final String COLUMNNAME_AD_LabelPrinterFunction_ID = "AD_LabelPrinterFunction_ID";
@ -80,7 +71,20 @@ public interface I_AD_PrintLabelLine
*/ */
public int getAD_LabelPrinterFunction_ID(); public int getAD_LabelPrinterFunction_ID();
public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws Exception; public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() 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 AD_PrintLabel_ID */ /** Column name AD_PrintLabel_ID */
public static final String COLUMNNAME_AD_PrintLabel_ID = "AD_PrintLabel_ID"; public static final String COLUMNNAME_AD_PrintLabel_ID = "AD_PrintLabel_ID";
@ -95,7 +99,7 @@ public interface I_AD_PrintLabelLine
*/ */
public int getAD_PrintLabel_ID(); public int getAD_PrintLabel_ID();
public I_AD_PrintLabel getAD_PrintLabel() throws Exception; public I_AD_PrintLabel getAD_PrintLabel() throws RuntimeException;
/** Column name AD_PrintLabelLine_ID */ /** Column name AD_PrintLabelLine_ID */
public static final String COLUMNNAME_AD_PrintLabelLine_ID = "AD_PrintLabelLine_ID"; public static final String COLUMNNAME_AD_PrintLabelLine_ID = "AD_PrintLabelLine_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 AD_PrintPaper /** Generated Interface for AD_PrintPaper
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_AD_PrintPaper public interface I_AD_PrintPaper
{ {
@ -52,6 +43,19 @@ public interface I_AD_PrintPaper
/** 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_PrintPaper_ID */ /** Column name AD_PrintPaper_ID */
public static final String COLUMNNAME_AD_PrintPaper_ID = "AD_PrintPaper_ID"; public static final String COLUMNNAME_AD_PrintPaper_ID = "AD_PrintPaper_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 A_Asset /** Generated Interface for A_Asset
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset public interface I_A_Asset
{ {
@ -75,7 +66,7 @@ public interface I_A_Asset
*/ */
public int getA_Asset_Group_ID(); public int getA_Asset_Group_ID();
public I_A_Asset_Group getA_Asset_Group() throws Exception; public I_A_Asset_Group getA_Asset_Group() throws RuntimeException;
/** Column name A_Asset_ID */ /** Column name A_Asset_ID */
public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID"; public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID";
@ -99,6 +90,19 @@ public interface I_A_Asset
/** Get A_Asset_RevalDate */ /** Get A_Asset_RevalDate */
public Timestamp getA_Asset_RevalDate(); public Timestamp getA_Asset_RevalDate();
/** 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";
@ -112,33 +116,33 @@ public interface I_A_Asset
*/ */
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_Parent_Asset_ID */ /** Column name A_Parent_Asset_ID */
public static final String COLUMNNAME_A_Parent_Asset_ID = "A_Parent_Asset_ID"; public static final String COLUMNNAME_A_Parent_Asset_ID = "A_Parent_Asset_ID";
/** Set A_Parent_Asset_ID */ /** Set Asset ID */
public void setA_Parent_Asset_ID (int A_Parent_Asset_ID); public void setA_Parent_Asset_ID (int A_Parent_Asset_ID);
/** Get A_Parent_Asset_ID */ /** Get Asset ID */
public int getA_Parent_Asset_ID(); public int getA_Parent_Asset_ID();
/** Column name A_QTY_Current */ /** Column name A_QTY_Current */
public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current"; public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current";
/** Set A_QTY_Current */ /** Set Quantity */
public void setA_QTY_Current (BigDecimal A_QTY_Current); public void setA_QTY_Current (BigDecimal A_QTY_Current);
/** Get A_QTY_Current */ /** Get Quantity */
public BigDecimal getA_QTY_Current(); public BigDecimal getA_QTY_Current();
/** Column name A_QTY_Original */ /** Column name A_QTY_Original */
public static final String COLUMNNAME_A_QTY_Original = "A_QTY_Original"; public static final String COLUMNNAME_A_QTY_Original = "A_QTY_Original";
/** Set A_QTY_Original */ /** Set Original Qty */
public void setA_QTY_Original (BigDecimal A_QTY_Original); public void setA_QTY_Original (BigDecimal A_QTY_Original);
/** Get A_QTY_Original */ /** Get Original Qty */
public BigDecimal getA_QTY_Original(); public BigDecimal getA_QTY_Original();
/** Column name AssetDepreciationDate */ /** Column name AssetDepreciationDate */
@ -193,7 +197,7 @@ public interface I_A_Asset
*/ */
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";
@ -208,7 +212,7 @@ public interface I_A_Asset
*/ */
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_BPartnerSR_ID */ /** Column name C_BPartnerSR_ID */
public static final String COLUMNNAME_C_BPartnerSR_ID = "C_BPartnerSR_ID"; public static final String COLUMNNAME_C_BPartnerSR_ID = "C_BPartnerSR_ID";
@ -236,7 +240,7 @@ public interface I_A_Asset
*/ */
public int getC_Location_ID(); public int getC_Location_ID();
public I_C_Location getC_Location() throws Exception; public I_C_Location getC_Location() throws RuntimeException;
/** Column name C_Project_ID */ /** Column name C_Project_ID */
public static final String COLUMNNAME_C_Project_ID = "C_Project_ID"; public static final String COLUMNNAME_C_Project_ID = "C_Project_ID";
@ -251,7 +255,7 @@ public interface I_A_Asset
*/ */
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 Description */ /** Column name Description */
public static final String COLUMNNAME_Description = "Description"; public static final String COLUMNNAME_Description = "Description";
@ -487,7 +491,7 @@ public interface I_A_Asset
*/ */
public int getM_InOutLine_ID(); public int getM_InOutLine_ID();
public I_M_InOutLine getM_InOutLine() throws Exception; public I_M_InOutLine getM_InOutLine() throws RuntimeException;
/** Column name M_Locator_ID */ /** Column name M_Locator_ID */
public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID"; public static final String COLUMNNAME_M_Locator_ID = "M_Locator_ID";
@ -502,7 +506,7 @@ public interface I_A_Asset
*/ */
public int getM_Locator_ID(); public int getM_Locator_ID();
public I_M_Locator getM_Locator() throws Exception; public I_M_Locator getM_Locator() 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";
@ -517,7 +521,7 @@ public interface I_A_Asset
*/ */
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;
@ -34,7 +25,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for A_Asset_Change /** Generated Interface for A_Asset_Change
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Change public interface I_A_Asset_Change
{ {
@ -56,19 +47,19 @@ public interface I_A_Asset_Change
/** Column name A_Accumdepreciation_Acct */ /** Column name A_Accumdepreciation_Acct */
public static final String COLUMNNAME_A_Accumdepreciation_Acct = "A_Accumdepreciation_Acct"; public static final String COLUMNNAME_A_Accumdepreciation_Acct = "A_Accumdepreciation_Acct";
/** Set A_Accumdepreciation_Acct */ /** Set Accumulated Depreciation */
public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct); public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct);
/** Get A_Accumdepreciation_Acct */ /** Get Accumulated Depreciation */
public int getA_Accumdepreciation_Acct(); public int getA_Accumdepreciation_Acct();
/** Column name A_Asset_Acct */ /** Column name A_Asset_Acct */
public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct"; public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct";
/** Set A_Asset_Acct */ /** Set Asset Cost Account */
public void setA_Asset_Acct (int A_Asset_Acct); public void setA_Asset_Acct (int A_Asset_Acct);
/** Get A_Asset_Acct */ /** Get Asset Cost Account */
public int getA_Asset_Acct(); public int getA_Asset_Acct();
/** Column name A_Asset_Acct_ID */ /** Column name A_Asset_Acct_ID */
@ -154,19 +145,19 @@ public interface I_A_Asset_Change
/** Column name A_Depreciation_Acct */ /** Column name A_Depreciation_Acct */
public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct"; public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct";
/** Set A_Depreciation_Acct */ /** Set Depreciation Expense Account */
public void setA_Depreciation_Acct (int A_Depreciation_Acct); public void setA_Depreciation_Acct (int A_Depreciation_Acct);
/** Get A_Depreciation_Acct */ /** Get Depreciation Expense Account */
public int getA_Depreciation_Acct(); public int getA_Depreciation_Acct();
/** Column name A_Depreciation_Calc_Type */ /** Column name A_Depreciation_Calc_Type */
public static final String COLUMNNAME_A_Depreciation_Calc_Type = "A_Depreciation_Calc_Type"; public static final String COLUMNNAME_A_Depreciation_Calc_Type = "A_Depreciation_Calc_Type";
/** Set A_Depreciation_Calc_Type */ /** Set Depreciation Calculation Type */
public void setA_Depreciation_Calc_Type (int A_Depreciation_Calc_Type); public void setA_Depreciation_Calc_Type (int A_Depreciation_Calc_Type);
/** Get A_Depreciation_Calc_Type */ /** Get Depreciation Calculation Type */
public int getA_Depreciation_Calc_Type(); public int getA_Depreciation_Calc_Type();
/** Column name A_Depreciation_Manual_Amount */ /** Column name A_Depreciation_Manual_Amount */
@ -208,21 +199,34 @@ public interface I_A_Asset_Change
/** Column name A_Disposal_Loss */ /** Column name A_Disposal_Loss */
public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss"; public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss";
/** Set A_Disposal_Loss */ /** Set Loss on Disposal */
public void setA_Disposal_Loss (int A_Disposal_Loss); public void setA_Disposal_Loss (int A_Disposal_Loss);
/** Get A_Disposal_Loss */ /** Get Loss on Disposal */
public int getA_Disposal_Loss(); public int getA_Disposal_Loss();
/** Column name A_Disposal_Revenue */ /** Column name A_Disposal_Revenue */
public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue"; public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue";
/** Set A_Disposal_Revenue */ /** Set Disposal Revenue */
public void setA_Disposal_Revenue (int A_Disposal_Revenue); public void setA_Disposal_Revenue (int A_Disposal_Revenue);
/** Get A_Disposal_Revenue */ /** Get Disposal Revenue */
public int getA_Disposal_Revenue(); public int getA_Disposal_Revenue();
/** 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";
@ -235,118 +239,118 @@ public interface I_A_Asset_Change
/** Column name A_Parent_Asset_ID */ /** Column name A_Parent_Asset_ID */
public static final String COLUMNNAME_A_Parent_Asset_ID = "A_Parent_Asset_ID"; public static final String COLUMNNAME_A_Parent_Asset_ID = "A_Parent_Asset_ID";
/** Set A_Parent_Asset_ID */ /** Set Asset ID */
public void setA_Parent_Asset_ID (int A_Parent_Asset_ID); public void setA_Parent_Asset_ID (int A_Parent_Asset_ID);
/** Get A_Parent_Asset_ID */ /** Get Asset ID */
public int getA_Parent_Asset_ID(); public int getA_Parent_Asset_ID();
/** Column name A_Period_End */ /** Column name A_Period_End */
public static final String COLUMNNAME_A_Period_End = "A_Period_End"; public static final String COLUMNNAME_A_Period_End = "A_Period_End";
/** Set A_Period_End */ /** Set Period End */
public void setA_Period_End (int A_Period_End); public void setA_Period_End (int A_Period_End);
/** Get A_Period_End */ /** Get Period End */
public int getA_Period_End(); public int getA_Period_End();
/** Column name A_Period_Start */ /** Column name A_Period_Start */
public static final String COLUMNNAME_A_Period_Start = "A_Period_Start"; public static final String COLUMNNAME_A_Period_Start = "A_Period_Start";
/** Set A_Period_Start */ /** Set Period Start */
public void setA_Period_Start (int A_Period_Start); public void setA_Period_Start (int A_Period_Start);
/** Get A_Period_Start */ /** Get Period Start */
public int getA_Period_Start(); public int getA_Period_Start();
/** Column name A_QTY_Current */ /** Column name A_QTY_Current */
public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current"; public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current";
/** Set A_QTY_Current */ /** Set Quantity */
public void setA_QTY_Current (BigDecimal A_QTY_Current); public void setA_QTY_Current (BigDecimal A_QTY_Current);
/** Get A_QTY_Current */ /** Get Quantity */
public BigDecimal getA_QTY_Current(); public BigDecimal getA_QTY_Current();
/** Column name A_QTY_Original */ /** Column name A_QTY_Original */
public static final String COLUMNNAME_A_QTY_Original = "A_QTY_Original"; public static final String COLUMNNAME_A_QTY_Original = "A_QTY_Original";
/** Set A_QTY_Original */ /** Set Original Qty */
public void setA_QTY_Original (BigDecimal A_QTY_Original); public void setA_QTY_Original (BigDecimal A_QTY_Original);
/** Get A_QTY_Original */ /** Get Original Qty */
public BigDecimal getA_QTY_Original(); public BigDecimal getA_QTY_Original();
/** Column name A_Reval_Accumdep_Offset_Cur */ /** Column name A_Reval_Accumdep_Offset_Cur */
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Cur = "A_Reval_Accumdep_Offset_Cur"; public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Cur = "A_Reval_Accumdep_Offset_Cur";
/** Set A_Reval_Accumdep_Offset_Cur */ /** Set Revaluation Accumulated Depreciation Offset for Current Year */
public void setA_Reval_Accumdep_Offset_Cur (int A_Reval_Accumdep_Offset_Cur); public void setA_Reval_Accumdep_Offset_Cur (int A_Reval_Accumdep_Offset_Cur);
/** Get A_Reval_Accumdep_Offset_Cur */ /** Get Revaluation Accumulated Depreciation Offset for Current Year */
public int getA_Reval_Accumdep_Offset_Cur(); public int getA_Reval_Accumdep_Offset_Cur();
/** Column name A_Reval_Accumdep_Offset_Prior */ /** Column name A_Reval_Accumdep_Offset_Prior */
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Prior = "A_Reval_Accumdep_Offset_Prior"; public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Prior = "A_Reval_Accumdep_Offset_Prior";
/** Set A_Reval_Accumdep_Offset_Prior */ /** Set Revaluation Accumulated Depreciation Offset for Prior Year */
public void setA_Reval_Accumdep_Offset_Prior (int A_Reval_Accumdep_Offset_Prior); public void setA_Reval_Accumdep_Offset_Prior (int A_Reval_Accumdep_Offset_Prior);
/** Get A_Reval_Accumdep_Offset_Prior */ /** Get Revaluation Accumulated Depreciation Offset for Prior Year */
public int getA_Reval_Accumdep_Offset_Prior(); public int getA_Reval_Accumdep_Offset_Prior();
/** Column name A_Reval_Cal_Method */ /** Column name A_Reval_Cal_Method */
public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method"; public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method";
/** Set A_Reval_Cal_Method */ /** Set Revaluation Calculation Method */
public void setA_Reval_Cal_Method (String A_Reval_Cal_Method); public void setA_Reval_Cal_Method (String A_Reval_Cal_Method);
/** Get A_Reval_Cal_Method */ /** Get Revaluation Calculation Method */
public String getA_Reval_Cal_Method(); public String getA_Reval_Cal_Method();
/** Column name A_Reval_Cost_Offset */ /** Column name A_Reval_Cost_Offset */
public static final String COLUMNNAME_A_Reval_Cost_Offset = "A_Reval_Cost_Offset"; public static final String COLUMNNAME_A_Reval_Cost_Offset = "A_Reval_Cost_Offset";
/** Set A_Reval_Cost_Offset */ /** Set Revaluation Cost Offset for Current Year */
public void setA_Reval_Cost_Offset (int A_Reval_Cost_Offset); public void setA_Reval_Cost_Offset (int A_Reval_Cost_Offset);
/** Get A_Reval_Cost_Offset */ /** Get Revaluation Cost Offset for Current Year */
public int getA_Reval_Cost_Offset(); public int getA_Reval_Cost_Offset();
/** Column name A_Reval_Cost_Offset_Prior */ /** Column name A_Reval_Cost_Offset_Prior */
public static final String COLUMNNAME_A_Reval_Cost_Offset_Prior = "A_Reval_Cost_Offset_Prior"; public static final String COLUMNNAME_A_Reval_Cost_Offset_Prior = "A_Reval_Cost_Offset_Prior";
/** Set A_Reval_Cost_Offset_Prior */ /** Set Revaluation Cost Offset for Prior Year */
public void setA_Reval_Cost_Offset_Prior (int A_Reval_Cost_Offset_Prior); public void setA_Reval_Cost_Offset_Prior (int A_Reval_Cost_Offset_Prior);
/** Get A_Reval_Cost_Offset_Prior */ /** Get Revaluation Cost Offset for Prior Year */
public int getA_Reval_Cost_Offset_Prior(); public int getA_Reval_Cost_Offset_Prior();
/** Column name A_Reval_Depexp_Offset */ /** Column name A_Reval_Depexp_Offset */
public static final String COLUMNNAME_A_Reval_Depexp_Offset = "A_Reval_Depexp_Offset"; public static final String COLUMNNAME_A_Reval_Depexp_Offset = "A_Reval_Depexp_Offset";
/** Set A_Reval_Depexp_Offset */ /** Set Revaluation Expense Offs */
public void setA_Reval_Depexp_Offset (int A_Reval_Depexp_Offset); public void setA_Reval_Depexp_Offset (int A_Reval_Depexp_Offset);
/** Get A_Reval_Depexp_Offset */ /** Get Revaluation Expense Offs */
public int getA_Reval_Depexp_Offset(); public int getA_Reval_Depexp_Offset();
/** Column name A_Salvage_Value */ /** Column name A_Salvage_Value */
public static final String COLUMNNAME_A_Salvage_Value = "A_Salvage_Value"; public static final String COLUMNNAME_A_Salvage_Value = "A_Salvage_Value";
/** Set A_Salvage_Value */ /** Set Salvage Value */
public void setA_Salvage_Value (BigDecimal A_Salvage_Value); public void setA_Salvage_Value (BigDecimal A_Salvage_Value);
/** Get A_Salvage_Value */ /** Get Salvage Value */
public BigDecimal getA_Salvage_Value(); public BigDecimal getA_Salvage_Value();
/** Column name A_Split_Percent */ /** Column name A_Split_Percent */
public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent"; public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent";
/** Set A_Split_Percent */ /** Set Split Percentage */
public void setA_Split_Percent (BigDecimal A_Split_Percent); public void setA_Split_Percent (BigDecimal A_Split_Percent);
/** Get A_Split_Percent */ /** Get Split Percentage */
public BigDecimal getA_Split_Percent(); public BigDecimal getA_Split_Percent();
/** Column name AssetAccumDepreciationAmt */ /** Column name AssetAccumDepreciationAmt */
@ -445,7 +449,7 @@ public interface I_A_Asset_Change
*/ */
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";

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 A_Asset_Delivery /** Generated Interface for A_Asset_Delivery
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Delivery public interface I_A_Asset_Delivery
{ {
@ -79,7 +70,20 @@ public interface I_A_Asset_Delivery
*/ */
public int getA_Asset_ID(); public int getA_Asset_ID();
public I_A_Asset getA_Asset() throws Exception; public I_A_Asset getA_Asset() 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 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";
@ -94,7 +98,7 @@ public interface I_A_Asset_Delivery
*/ */
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 DeliveryConfirmation */ /** Column name DeliveryConfirmation */
public static final String COLUMNNAME_DeliveryConfirmation = "DeliveryConfirmation"; public static final String COLUMNNAME_DeliveryConfirmation = "DeliveryConfirmation";
@ -174,7 +178,7 @@ public interface I_A_Asset_Delivery
*/ */
public int getM_InOutLine_ID(); public int getM_InOutLine_ID();
public I_M_InOutLine getM_InOutLine() throws Exception; public I_M_InOutLine getM_InOutLine() throws RuntimeException;
/** Column name MovementDate */ /** Column name MovementDate */
public static final String COLUMNNAME_MovementDate = "MovementDate"; public static final String COLUMNNAME_MovementDate = "MovementDate";
@ -202,7 +206,7 @@ public interface I_A_Asset_Delivery
*/ */
public int getM_ProductDownload_ID(); public int getM_ProductDownload_ID();
public I_M_ProductDownload getM_ProductDownload() throws Exception; public I_M_ProductDownload getM_ProductDownload() throws RuntimeException;
/** Column name Referrer */ /** Column name Referrer */
public static final String COLUMNNAME_Referrer = "Referrer"; public static final String COLUMNNAME_Referrer = "Referrer";

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 A_Asset_Disposed /** Generated Interface for A_Asset_Disposed
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Disposed public interface I_A_Asset_Disposed
{ {
@ -87,30 +78,43 @@ public interface I_A_Asset_Disposed
/** Column name A_Disposed_Date */ /** Column name A_Disposed_Date */
public static final String COLUMNNAME_A_Disposed_Date = "A_Disposed_Date"; public static final String COLUMNNAME_A_Disposed_Date = "A_Disposed_Date";
/** Set A_Disposed_Date */ /** Set Disposed Date */
public void setA_Disposed_Date (Timestamp A_Disposed_Date); public void setA_Disposed_Date (Timestamp A_Disposed_Date);
/** Get A_Disposed_Date */ /** Get Disposed Date */
public Timestamp getA_Disposed_Date(); public Timestamp getA_Disposed_Date();
/** Column name A_Disposed_Method */ /** Column name A_Disposed_Method */
public static final String COLUMNNAME_A_Disposed_Method = "A_Disposed_Method"; public static final String COLUMNNAME_A_Disposed_Method = "A_Disposed_Method";
/** Set A_Disposed_Method */ /** Set Disposal Method */
public void setA_Disposed_Method (String A_Disposed_Method); public void setA_Disposed_Method (String A_Disposed_Method);
/** Get A_Disposed_Method */ /** Get Disposal Method */
public String getA_Disposed_Method(); public String getA_Disposed_Method();
/** Column name A_Disposed_Reason */ /** Column name A_Disposed_Reason */
public static final String COLUMNNAME_A_Disposed_Reason = "A_Disposed_Reason"; public static final String COLUMNNAME_A_Disposed_Reason = "A_Disposed_Reason";
/** Set A_Disposed_Reason */ /** Set Disposed Reason Code */
public void setA_Disposed_Reason (String A_Disposed_Reason); public void setA_Disposed_Reason (String A_Disposed_Reason);
/** Get A_Disposed_Reason */ /** Get Disposed Reason Code */
public String getA_Disposed_Reason(); public String getA_Disposed_Reason();
/** 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 A_Proceeds */ /** Column name A_Proceeds */
public static final String COLUMNNAME_A_Proceeds = "A_Proceeds"; public static final String COLUMNNAME_A_Proceeds = "A_Proceeds";

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 A_Asset_Group /** Generated Interface for A_Asset_Group
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Group public interface I_A_Asset_Group
{ {
@ -65,6 +56,19 @@ public interface I_A_Asset_Group
*/ */
public int getA_Asset_Group_ID(); public int getA_Asset_Group_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 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 A_Asset_Group_Acct /** Generated Interface for A_Asset_Group_Acct
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Group_Acct public interface I_A_Asset_Group_Acct
{ {
@ -55,19 +46,19 @@ public interface I_A_Asset_Group_Acct
/** Column name A_Accumdepreciation_Acct */ /** Column name A_Accumdepreciation_Acct */
public static final String COLUMNNAME_A_Accumdepreciation_Acct = "A_Accumdepreciation_Acct"; public static final String COLUMNNAME_A_Accumdepreciation_Acct = "A_Accumdepreciation_Acct";
/** Set A_Accumdepreciation_Acct */ /** Set Accumulated Depreciation */
public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct); public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct);
/** Get A_Accumdepreciation_Acct */ /** Get Accumulated Depreciation */
public int getA_Accumdepreciation_Acct(); public int getA_Accumdepreciation_Acct();
/** Column name A_Asset_Acct */ /** Column name A_Asset_Acct */
public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct"; public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct";
/** Set A_Asset_Acct */ /** Set Asset Cost Account */
public void setA_Asset_Acct (int A_Asset_Acct); public void setA_Asset_Acct (int A_Asset_Acct);
/** Get A_Asset_Acct */ /** Get Asset Cost Account */
public int getA_Asset_Acct(); public int getA_Asset_Acct();
/** Column name A_Asset_Group_Acct_ID */ /** Column name A_Asset_Group_Acct_ID */
@ -92,7 +83,7 @@ public interface I_A_Asset_Group_Acct
*/ */
public int getA_Asset_Group_ID(); public int getA_Asset_Group_ID();
public I_A_Asset_Group getA_Asset_Group() throws Exception; public I_A_Asset_Group getA_Asset_Group() throws RuntimeException;
/** Column name A_Asset_Spread_Type */ /** Column name A_Asset_Spread_Type */
public static final String COLUMNNAME_A_Asset_Spread_Type = "A_Asset_Spread_Type"; public static final String COLUMNNAME_A_Asset_Spread_Type = "A_Asset_Spread_Type";
@ -106,28 +97,28 @@ public interface I_A_Asset_Group_Acct
/** Column name A_Depreciation_Acct */ /** Column name A_Depreciation_Acct */
public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct"; public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct";
/** Set A_Depreciation_Acct */ /** Set Depreciation Expense Account */
public void setA_Depreciation_Acct (int A_Depreciation_Acct); public void setA_Depreciation_Acct (int A_Depreciation_Acct);
/** Get A_Depreciation_Acct */ /** Get Depreciation Expense Account */
public int getA_Depreciation_Acct(); public int getA_Depreciation_Acct();
/** Column name A_Depreciation_Calc_Type */ /** Column name A_Depreciation_Calc_Type */
public static final String COLUMNNAME_A_Depreciation_Calc_Type = "A_Depreciation_Calc_Type"; public static final String COLUMNNAME_A_Depreciation_Calc_Type = "A_Depreciation_Calc_Type";
/** Set A_Depreciation_Calc_Type */ /** Set Depreciation Calculation Type */
public void setA_Depreciation_Calc_Type (int A_Depreciation_Calc_Type); public void setA_Depreciation_Calc_Type (int A_Depreciation_Calc_Type);
/** Get A_Depreciation_Calc_Type */ /** Get Depreciation Calculation Type */
public int getA_Depreciation_Calc_Type(); public int getA_Depreciation_Calc_Type();
/** Column name A_Depreciation_ID */ /** Column name A_Depreciation_ID */
public static final String COLUMNNAME_A_Depreciation_ID = "A_Depreciation_ID"; public static final String COLUMNNAME_A_Depreciation_ID = "A_Depreciation_ID";
/** Set A_Depreciation_ID */ /** Set Depreciation Type */
public void setA_Depreciation_ID (int A_Depreciation_ID); public void setA_Depreciation_ID (int A_Depreciation_ID);
/** Get A_Depreciation_ID */ /** Get Depreciation Type */
public int getA_Depreciation_ID(); public int getA_Depreciation_ID();
/** Column name A_Depreciation_Manual_Amount */ /** Column name A_Depreciation_Manual_Amount */
@ -178,82 +169,95 @@ public interface I_A_Asset_Group_Acct
/** Column name A_Disposal_Loss */ /** Column name A_Disposal_Loss */
public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss"; public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss";
/** Set A_Disposal_Loss */ /** Set Loss on Disposal */
public void setA_Disposal_Loss (int A_Disposal_Loss); public void setA_Disposal_Loss (int A_Disposal_Loss);
/** Get A_Disposal_Loss */ /** Get Loss on Disposal */
public int getA_Disposal_Loss(); public int getA_Disposal_Loss();
/** Column name A_Disposal_Revenue */ /** Column name A_Disposal_Revenue */
public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue"; public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue";
/** Set A_Disposal_Revenue */ /** Set Disposal Revenue */
public void setA_Disposal_Revenue (int A_Disposal_Revenue); public void setA_Disposal_Revenue (int A_Disposal_Revenue);
/** Get A_Disposal_Revenue */ /** Get Disposal Revenue */
public int getA_Disposal_Revenue(); public int getA_Disposal_Revenue();
/** 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 A_Reval_Accumdep_Offset_Cur */ /** Column name A_Reval_Accumdep_Offset_Cur */
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Cur = "A_Reval_Accumdep_Offset_Cur"; public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Cur = "A_Reval_Accumdep_Offset_Cur";
/** Set A_Reval_Accumdep_Offset_Cur */ /** Set Revaluation Accumulated Depreciation Offset for Current Year */
public void setA_Reval_Accumdep_Offset_Cur (int A_Reval_Accumdep_Offset_Cur); public void setA_Reval_Accumdep_Offset_Cur (int A_Reval_Accumdep_Offset_Cur);
/** Get A_Reval_Accumdep_Offset_Cur */ /** Get Revaluation Accumulated Depreciation Offset for Current Year */
public int getA_Reval_Accumdep_Offset_Cur(); public int getA_Reval_Accumdep_Offset_Cur();
/** Column name A_Reval_Accumdep_Offset_Prior */ /** Column name A_Reval_Accumdep_Offset_Prior */
public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Prior = "A_Reval_Accumdep_Offset_Prior"; public static final String COLUMNNAME_A_Reval_Accumdep_Offset_Prior = "A_Reval_Accumdep_Offset_Prior";
/** Set A_Reval_Accumdep_Offset_Prior */ /** Set Revaluation Accumulated Depreciation Offset for Prior Year */
public void setA_Reval_Accumdep_Offset_Prior (int A_Reval_Accumdep_Offset_Prior); public void setA_Reval_Accumdep_Offset_Prior (int A_Reval_Accumdep_Offset_Prior);
/** Get A_Reval_Accumdep_Offset_Prior */ /** Get Revaluation Accumulated Depreciation Offset for Prior Year */
public int getA_Reval_Accumdep_Offset_Prior(); public int getA_Reval_Accumdep_Offset_Prior();
/** Column name A_Reval_Cal_Method */ /** Column name A_Reval_Cal_Method */
public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method"; public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method";
/** Set A_Reval_Cal_Method */ /** Set Revaluation Calculation Method */
public void setA_Reval_Cal_Method (String A_Reval_Cal_Method); public void setA_Reval_Cal_Method (String A_Reval_Cal_Method);
/** Get A_Reval_Cal_Method */ /** Get Revaluation Calculation Method */
public String getA_Reval_Cal_Method(); public String getA_Reval_Cal_Method();
/** Column name A_Reval_Cost_Offset */ /** Column name A_Reval_Cost_Offset */
public static final String COLUMNNAME_A_Reval_Cost_Offset = "A_Reval_Cost_Offset"; public static final String COLUMNNAME_A_Reval_Cost_Offset = "A_Reval_Cost_Offset";
/** Set A_Reval_Cost_Offset */ /** Set Revaluation Cost Offset for Current Year */
public void setA_Reval_Cost_Offset (int A_Reval_Cost_Offset); public void setA_Reval_Cost_Offset (int A_Reval_Cost_Offset);
/** Get A_Reval_Cost_Offset */ /** Get Revaluation Cost Offset for Current Year */
public int getA_Reval_Cost_Offset(); public int getA_Reval_Cost_Offset();
/** Column name A_Reval_Cost_Offset_Prior */ /** Column name A_Reval_Cost_Offset_Prior */
public static final String COLUMNNAME_A_Reval_Cost_Offset_Prior = "A_Reval_Cost_Offset_Prior"; public static final String COLUMNNAME_A_Reval_Cost_Offset_Prior = "A_Reval_Cost_Offset_Prior";
/** Set A_Reval_Cost_Offset_Prior */ /** Set Revaluation Cost Offset for Prior Year */
public void setA_Reval_Cost_Offset_Prior (int A_Reval_Cost_Offset_Prior); public void setA_Reval_Cost_Offset_Prior (int A_Reval_Cost_Offset_Prior);
/** Get A_Reval_Cost_Offset_Prior */ /** Get Revaluation Cost Offset for Prior Year */
public int getA_Reval_Cost_Offset_Prior(); public int getA_Reval_Cost_Offset_Prior();
/** Column name A_Reval_Depexp_Offset */ /** Column name A_Reval_Depexp_Offset */
public static final String COLUMNNAME_A_Reval_Depexp_Offset = "A_Reval_Depexp_Offset"; public static final String COLUMNNAME_A_Reval_Depexp_Offset = "A_Reval_Depexp_Offset";
/** Set A_Reval_Depexp_Offset */ /** Set Revaluation Expense Offs */
public void setA_Reval_Depexp_Offset (int A_Reval_Depexp_Offset); public void setA_Reval_Depexp_Offset (int A_Reval_Depexp_Offset);
/** Get A_Reval_Depexp_Offset */ /** Get Revaluation Expense Offs */
public int getA_Reval_Depexp_Offset(); public int getA_Reval_Depexp_Offset();
/** Column name A_Split_Percent */ /** Column name A_Split_Percent */
public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent"; public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent";
/** Set A_Split_Percent */ /** Set Split Percentage */
public void setA_Split_Percent (BigDecimal A_Split_Percent); public void setA_Split_Percent (BigDecimal A_Split_Percent);
/** Get A_Split_Percent */ /** Get Split Percentage */
public BigDecimal getA_Split_Percent(); public BigDecimal getA_Split_Percent();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
@ -269,7 +273,7 @@ public interface I_A_Asset_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 ConventionType */ /** Column name ConventionType */
public static final String COLUMNNAME_ConventionType = "ConventionType"; public static final String COLUMNNAME_ConventionType = "ConventionType";

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 A_Asset_Info_Fin /** Generated Interface for A_Asset_Info_Fin
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Info_Fin public interface I_A_Asset_Info_Fin
{ {
@ -78,82 +69,95 @@ public interface I_A_Asset_Info_Fin
/** Column name A_Contract_Date */ /** Column name A_Contract_Date */
public static final String COLUMNNAME_A_Contract_Date = "A_Contract_Date"; public static final String COLUMNNAME_A_Contract_Date = "A_Contract_Date";
/** Set A_Contract_Date */ /** Set Contract Date */
public void setA_Contract_Date (Timestamp A_Contract_Date); public void setA_Contract_Date (Timestamp A_Contract_Date);
/** Get A_Contract_Date */ /** Get Contract Date */
public Timestamp getA_Contract_Date(); public Timestamp getA_Contract_Date();
/** 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 A_Due_On */ /** Column name A_Due_On */
public static final String COLUMNNAME_A_Due_On = "A_Due_On"; public static final String COLUMNNAME_A_Due_On = "A_Due_On";
/** Set A_Due_On */ /** Set Payment Due Date */
public void setA_Due_On (String A_Due_On); public void setA_Due_On (String A_Due_On);
/** Get A_Due_On */ /** Get Payment Due Date */
public String getA_Due_On(); public String getA_Due_On();
/** Column name A_Expired_Date */ /** Column name A_Expired_Date */
public static final String COLUMNNAME_A_Expired_Date = "A_Expired_Date"; public static final String COLUMNNAME_A_Expired_Date = "A_Expired_Date";
/** Set A_Expired_Date */ /** Set Contract Expiration Date */
public void setA_Expired_Date (Timestamp A_Expired_Date); public void setA_Expired_Date (Timestamp A_Expired_Date);
/** Get A_Expired_Date */ /** Get Contract Expiration Date */
public Timestamp getA_Expired_Date(); public Timestamp getA_Expired_Date();
/** Column name A_Finance_Meth */ /** Column name A_Finance_Meth */
public static final String COLUMNNAME_A_Finance_Meth = "A_Finance_Meth"; public static final String COLUMNNAME_A_Finance_Meth = "A_Finance_Meth";
/** Set A_Finance_Meth */ /** Set Finance Method */
public void setA_Finance_Meth (String A_Finance_Meth); public void setA_Finance_Meth (String A_Finance_Meth);
/** Get A_Finance_Meth */ /** Get Finance Method */
public String getA_Finance_Meth(); public String getA_Finance_Meth();
/** Column name A_Monthly_Payment */ /** Column name A_Monthly_Payment */
public static final String COLUMNNAME_A_Monthly_Payment = "A_Monthly_Payment"; public static final String COLUMNNAME_A_Monthly_Payment = "A_Monthly_Payment";
/** Set A_Monthly_Payment */ /** Set Monthly Payment */
public void setA_Monthly_Payment (BigDecimal A_Monthly_Payment); public void setA_Monthly_Payment (BigDecimal A_Monthly_Payment);
/** Get A_Monthly_Payment */ /** Get Monthly Payment */
public BigDecimal getA_Monthly_Payment(); public BigDecimal getA_Monthly_Payment();
/** Column name A_Purchase_Option */ /** Column name A_Purchase_Option */
public static final String COLUMNNAME_A_Purchase_Option = "A_Purchase_Option"; public static final String COLUMNNAME_A_Purchase_Option = "A_Purchase_Option";
/** Set A_Purchase_Option */ /** Set Purchase Option */
public void setA_Purchase_Option (boolean A_Purchase_Option); public void setA_Purchase_Option (boolean A_Purchase_Option);
/** Get A_Purchase_Option */ /** Get Purchase Option */
public boolean isA_Purchase_Option(); public boolean isA_Purchase_Option();
/** Column name A_Purchase_Option_Credit */ /** Column name A_Purchase_Option_Credit */
public static final String COLUMNNAME_A_Purchase_Option_Credit = "A_Purchase_Option_Credit"; public static final String COLUMNNAME_A_Purchase_Option_Credit = "A_Purchase_Option_Credit";
/** Set A_Purchase_Option_Credit */ /** Set Purchase Option Credit */
public void setA_Purchase_Option_Credit (int A_Purchase_Option_Credit); public void setA_Purchase_Option_Credit (int A_Purchase_Option_Credit);
/** Get A_Purchase_Option_Credit */ /** Get Purchase Option Credit */
public int getA_Purchase_Option_Credit(); public int getA_Purchase_Option_Credit();
/** Column name A_Purchase_Option_Credit_Per */ /** Column name A_Purchase_Option_Credit_Per */
public static final String COLUMNNAME_A_Purchase_Option_Credit_Per = "A_Purchase_Option_Credit_Per"; public static final String COLUMNNAME_A_Purchase_Option_Credit_Per = "A_Purchase_Option_Credit_Per";
/** Set A_Purchase_Option_Credit_Per */ /** Set Purchase Option Credit % */
public void setA_Purchase_Option_Credit_Per (BigDecimal A_Purchase_Option_Credit_Per); public void setA_Purchase_Option_Credit_Per (BigDecimal A_Purchase_Option_Credit_Per);
/** Get A_Purchase_Option_Credit_Per */ /** Get Purchase Option Credit % */
public BigDecimal getA_Purchase_Option_Credit_Per(); public BigDecimal getA_Purchase_Option_Credit_Per();
/** Column name A_Purchase_Price */ /** Column name A_Purchase_Price */
public static final String COLUMNNAME_A_Purchase_Price = "A_Purchase_Price"; public static final String COLUMNNAME_A_Purchase_Price = "A_Purchase_Price";
/** Set A_Purchase_Price */ /** Set Option Purchase Price */
public void setA_Purchase_Price (BigDecimal A_Purchase_Price); public void setA_Purchase_Price (BigDecimal A_Purchase_Price);
/** Get A_Purchase_Price */ /** Get Option Purchase Price */
public BigDecimal getA_Purchase_Price(); public BigDecimal getA_Purchase_Price();
/** Column name C_BPartner_ID */ /** Column name C_BPartner_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 A_Asset_Info_Ins /** Generated Interface for A_Asset_Info_Ins
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Info_Ins public interface I_A_Asset_Info_Ins
{ {
@ -75,58 +66,71 @@ public interface I_A_Asset_Info_Ins
/** Get A_Asset_Info_Ins_ID */ /** Get A_Asset_Info_Ins_ID */
public int getA_Asset_Info_Ins_ID(); public int getA_Asset_Info_Ins_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 A_Ins_Premium */ /** Column name A_Ins_Premium */
public static final String COLUMNNAME_A_Ins_Premium = "A_Ins_Premium"; public static final String COLUMNNAME_A_Ins_Premium = "A_Ins_Premium";
/** Set A_Ins_Premium */ /** Set Insurance Premium */
public void setA_Ins_Premium (BigDecimal A_Ins_Premium); public void setA_Ins_Premium (BigDecimal A_Ins_Premium);
/** Get A_Ins_Premium */ /** Get Insurance Premium */
public BigDecimal getA_Ins_Premium(); public BigDecimal getA_Ins_Premium();
/** Column name A_Insurance_Co */ /** Column name A_Insurance_Co */
public static final String COLUMNNAME_A_Insurance_Co = "A_Insurance_Co"; public static final String COLUMNNAME_A_Insurance_Co = "A_Insurance_Co";
/** Set A_Insurance_Co */ /** Set Insurance Company */
public void setA_Insurance_Co (String A_Insurance_Co); public void setA_Insurance_Co (String A_Insurance_Co);
/** Get A_Insurance_Co */ /** Get Insurance Company */
public String getA_Insurance_Co(); public String getA_Insurance_Co();
/** Column name A_Ins_Value */ /** Column name A_Ins_Value */
public static final String COLUMNNAME_A_Ins_Value = "A_Ins_Value"; public static final String COLUMNNAME_A_Ins_Value = "A_Ins_Value";
/** Set A_Ins_Value */ /** Set Insured Value */
public void setA_Ins_Value (BigDecimal A_Ins_Value); public void setA_Ins_Value (BigDecimal A_Ins_Value);
/** Get A_Ins_Value */ /** Get Insured Value */
public BigDecimal getA_Ins_Value(); public BigDecimal getA_Ins_Value();
/** Column name A_Policy_No */ /** Column name A_Policy_No */
public static final String COLUMNNAME_A_Policy_No = "A_Policy_No"; public static final String COLUMNNAME_A_Policy_No = "A_Policy_No";
/** Set A_Policy_No */ /** Set Policy Number */
public void setA_Policy_No (String A_Policy_No); public void setA_Policy_No (String A_Policy_No);
/** Get A_Policy_No */ /** Get Policy Number */
public String getA_Policy_No(); public String getA_Policy_No();
/** Column name A_Renewal_Date */ /** Column name A_Renewal_Date */
public static final String COLUMNNAME_A_Renewal_Date = "A_Renewal_Date"; public static final String COLUMNNAME_A_Renewal_Date = "A_Renewal_Date";
/** Set A_Renewal_Date */ /** Set Policy Renewal Date */
public void setA_Renewal_Date (Timestamp A_Renewal_Date); public void setA_Renewal_Date (Timestamp A_Renewal_Date);
/** Get A_Renewal_Date */ /** Get Policy Renewal Date */
public Timestamp getA_Renewal_Date(); public Timestamp getA_Renewal_Date();
/** Column name A_Replace_Cost */ /** Column name A_Replace_Cost */
public static final String COLUMNNAME_A_Replace_Cost = "A_Replace_Cost"; public static final String COLUMNNAME_A_Replace_Cost = "A_Replace_Cost";
/** Set A_Replace_Cost */ /** Set Replacement Costs */
public void setA_Replace_Cost (BigDecimal A_Replace_Cost); public void setA_Replace_Cost (BigDecimal A_Replace_Cost);
/** Get A_Replace_Cost */ /** Get Replacement Costs */
public BigDecimal getA_Replace_Cost(); public BigDecimal getA_Replace_Cost();
/** Column name Text */ /** Column name Text */

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 A_Asset_Info_Lic /** Generated Interface for A_Asset_Info_Lic
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Info_Lic public interface I_A_Asset_Info_Lic
{ {
@ -75,40 +66,53 @@ public interface I_A_Asset_Info_Lic
/** Get A_Asset_Info_Lic_ID */ /** Get A_Asset_Info_Lic_ID */
public int getA_Asset_Info_Lic_ID(); public int getA_Asset_Info_Lic_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 A_Issuing_Agency */ /** Column name A_Issuing_Agency */
public static final String COLUMNNAME_A_Issuing_Agency = "A_Issuing_Agency"; public static final String COLUMNNAME_A_Issuing_Agency = "A_Issuing_Agency";
/** Set A_Issuing_Agency */ /** Set Issuing Agency */
public void setA_Issuing_Agency (String A_Issuing_Agency); public void setA_Issuing_Agency (String A_Issuing_Agency);
/** Get A_Issuing_Agency */ /** Get Issuing Agency */
public String getA_Issuing_Agency(); public String getA_Issuing_Agency();
/** Column name A_License_Fee */ /** Column name A_License_Fee */
public static final String COLUMNNAME_A_License_Fee = "A_License_Fee"; public static final String COLUMNNAME_A_License_Fee = "A_License_Fee";
/** Set A_License_Fee */ /** Set License Fee */
public void setA_License_Fee (BigDecimal A_License_Fee); public void setA_License_Fee (BigDecimal A_License_Fee);
/** Get A_License_Fee */ /** Get License Fee */
public BigDecimal getA_License_Fee(); public BigDecimal getA_License_Fee();
/** Column name A_License_No */ /** Column name A_License_No */
public static final String COLUMNNAME_A_License_No = "A_License_No"; public static final String COLUMNNAME_A_License_No = "A_License_No";
/** Set A_License_No */ /** Set License No */
public void setA_License_No (String A_License_No); public void setA_License_No (String A_License_No);
/** Get A_License_No */ /** Get License No */
public String getA_License_No(); public String getA_License_No();
/** Column name A_Renewal_Date */ /** Column name A_Renewal_Date */
public static final String COLUMNNAME_A_Renewal_Date = "A_Renewal_Date"; public static final String COLUMNNAME_A_Renewal_Date = "A_Renewal_Date";
/** Set A_Renewal_Date */ /** Set Policy Renewal Date */
public void setA_Renewal_Date (Timestamp A_Renewal_Date); public void setA_Renewal_Date (Timestamp A_Renewal_Date);
/** Get A_Renewal_Date */ /** Get Policy Renewal Date */
public Timestamp getA_Renewal_Date(); public Timestamp getA_Renewal_Date();
/** Column name A_State */ /** Column name A_State */

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 A_Asset_Info_Oth /** Generated Interface for A_Asset_Info_Oth
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Info_Oth public interface I_A_Asset_Info_Oth
{ {
@ -74,6 +65,19 @@ public interface I_A_Asset_Info_Oth
/** Get A_Asset_Info_Oth_ID */ /** Get A_Asset_Info_Oth_ID */
public int getA_Asset_Info_Oth_ID(); public int getA_Asset_Info_Oth_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 A_User1 */ /** Column name A_User1 */
public static final String COLUMNNAME_A_User1 = "A_User1"; public static final String COLUMNNAME_A_User1 = "A_User1";

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 A_Asset_Info_Tax /** Generated Interface for A_Asset_Info_Tax
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Info_Tax public interface I_A_Asset_Info_Tax
{ {
@ -74,31 +65,44 @@ public interface I_A_Asset_Info_Tax
/** Get A_Asset_Info_Tax_ID */ /** Get A_Asset_Info_Tax_ID */
public int getA_Asset_Info_Tax_ID(); public int getA_Asset_Info_Tax_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 A_Finance_Meth */ /** Column name A_Finance_Meth */
public static final String COLUMNNAME_A_Finance_Meth = "A_Finance_Meth"; public static final String COLUMNNAME_A_Finance_Meth = "A_Finance_Meth";
/** Set A_Finance_Meth */ /** Set Finance Method */
public void setA_Finance_Meth (String A_Finance_Meth); public void setA_Finance_Meth (String A_Finance_Meth);
/** Get A_Finance_Meth */ /** Get Finance Method */
public String getA_Finance_Meth(); public String getA_Finance_Meth();
/** Column name A_Investment_CR */ /** Column name A_Investment_CR */
public static final String COLUMNNAME_A_Investment_CR = "A_Investment_CR"; public static final String COLUMNNAME_A_Investment_CR = "A_Investment_CR";
/** Set A_Investment_CR */ /** Set Investment Credit */
public void setA_Investment_CR (int A_Investment_CR); public void setA_Investment_CR (int A_Investment_CR);
/** Get A_Investment_CR */ /** Get Investment Credit */
public int getA_Investment_CR(); public int getA_Investment_CR();
/** Column name A_New_Used */ /** Column name A_New_Used */
public static final String COLUMNNAME_A_New_Used = "A_New_Used"; public static final String COLUMNNAME_A_New_Used = "A_New_Used";
/** Set A_New_Used */ /** Set Purchased New? */
public void setA_New_Used (boolean A_New_Used); public void setA_New_Used (boolean A_New_Used);
/** Get A_New_Used */ /** Get Purchased New? */
public boolean isA_New_Used(); public boolean isA_New_Used();
/** Column name A_State */ /** Column name A_State */
@ -117,10 +121,10 @@ public interface I_A_Asset_Info_Tax
/** Column name A_Tax_Entity */ /** Column name A_Tax_Entity */
public static final String COLUMNNAME_A_Tax_Entity = "A_Tax_Entity"; public static final String COLUMNNAME_A_Tax_Entity = "A_Tax_Entity";
/** Set A_Tax_Entity */ /** Set Tax Entity */
public void setA_Tax_Entity (String A_Tax_Entity); public void setA_Tax_Entity (String A_Tax_Entity);
/** Get A_Tax_Entity */ /** Get Tax Entity */
public String getA_Tax_Entity(); public String getA_Tax_Entity();
/** Column name TextMsg */ /** Column name TextMsg */

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 A_Asset_Retirement /** Generated Interface for A_Asset_Retirement
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Retirement public interface I_A_Asset_Retirement
{ {
@ -65,7 +56,7 @@ public interface I_A_Asset_Retirement
*/ */
public int getA_Asset_ID(); public int getA_Asset_ID();
public I_A_Asset getA_Asset() throws Exception; public I_A_Asset getA_Asset() throws RuntimeException;
/** Column name A_Asset_Retirement_ID */ /** Column name A_Asset_Retirement_ID */
public static final String COLUMNNAME_A_Asset_Retirement_ID = "A_Asset_Retirement_ID"; public static final String COLUMNNAME_A_Asset_Retirement_ID = "A_Asset_Retirement_ID";
@ -80,6 +71,19 @@ public interface I_A_Asset_Retirement
*/ */
public int getA_Asset_Retirement_ID(); public int getA_Asset_Retirement_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 AssetMarketValueAmt */ /** Column name AssetMarketValueAmt */
public static final String COLUMNNAME_AssetMarketValueAmt = "AssetMarketValueAmt"; public static final String COLUMNNAME_AssetMarketValueAmt = "AssetMarketValueAmt";
@ -119,5 +123,5 @@ public interface I_A_Asset_Retirement
*/ */
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;
} }

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 A_Asset_Reval_Entry /** Generated Interface for A_Asset_Reval_Entry
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Reval_Entry public interface I_A_Asset_Reval_Entry
{ {
@ -62,6 +53,19 @@ public interface I_A_Asset_Reval_Entry
/** Get A_Asset_Reval_Entry_ID */ /** Get A_Asset_Reval_Entry_ID */
public int getA_Asset_Reval_Entry_ID(); public int getA_Asset_Reval_Entry_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 A_Effective_Date */ /** Column name A_Effective_Date */
public static final String COLUMNNAME_A_Effective_Date = "A_Effective_Date"; public static final String COLUMNNAME_A_Effective_Date = "A_Effective_Date";
@ -74,10 +78,10 @@ public interface I_A_Asset_Reval_Entry
/** Column name A_Reval_Cal_Method */ /** Column name A_Reval_Cal_Method */
public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method"; public static final String COLUMNNAME_A_Reval_Cal_Method = "A_Reval_Cal_Method";
/** Set A_Reval_Cal_Method */ /** Set Revaluation Calculation Method */
public void setA_Reval_Cal_Method (String A_Reval_Cal_Method); public void setA_Reval_Cal_Method (String A_Reval_Cal_Method);
/** Get A_Reval_Cal_Method */ /** Get Revaluation Calculation Method */
public String getA_Reval_Cal_Method(); public String getA_Reval_Cal_Method();
/** Column name A_Reval_Effective_Date */ /** Column name A_Reval_Effective_Date */
@ -120,7 +124,7 @@ public interface I_A_Asset_Reval_Entry
*/ */
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";
@ -135,7 +139,7 @@ public interface I_A_Asset_Reval_Entry
*/ */
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_DocType_ID */ /** Column name C_DocType_ID */
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
@ -150,7 +154,7 @@ public interface I_A_Asset_Reval_Entry
*/ */
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 C_Period_ID */ /** Column name C_Period_ID */
public static final String COLUMNNAME_C_Period_ID = "C_Period_ID"; public static final String COLUMNNAME_C_Period_ID = "C_Period_ID";
@ -230,7 +234,7 @@ public interface I_A_Asset_Reval_Entry
*/ */
public int getGL_Category_ID(); public int getGL_Category_ID();
public I_GL_Category getGL_Category() throws Exception; public I_GL_Category getGL_Category() throws RuntimeException;
/** Column name PostingType */ /** Column name PostingType */
public static final String COLUMNNAME_PostingType = "PostingType"; public static final String COLUMNNAME_PostingType = "PostingType";

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 A_Asset_Reval_Index /** Generated Interface for A_Asset_Reval_Index
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Reval_Index public interface I_A_Asset_Reval_Index
{ {
@ -62,6 +53,19 @@ public interface I_A_Asset_Reval_Index
/** Get A_Asset_Reval_Index_ID */ /** Get A_Asset_Reval_Index_ID */
public int getA_Asset_Reval_Index_ID(); public int getA_Asset_Reval_Index_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 A_Effective_Date */ /** Column name A_Effective_Date */
public static final String COLUMNNAME_A_Effective_Date = "A_Effective_Date"; public static final String COLUMNNAME_A_Effective_Date = "A_Effective_Date";

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 A_Asset_Split /** Generated Interface for A_Asset_Split
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Split public interface I_A_Asset_Split
{ {
@ -96,10 +87,10 @@ public interface I_A_Asset_Split
/** Column name A_Asset_ID_To */ /** Column name A_Asset_ID_To */
public static final String COLUMNNAME_A_Asset_ID_To = "A_Asset_ID_To"; public static final String COLUMNNAME_A_Asset_ID_To = "A_Asset_ID_To";
/** Set A_Asset_ID_To */ /** Set To Asset ID */
public void setA_Asset_ID_To (int A_Asset_ID_To); public void setA_Asset_ID_To (int A_Asset_ID_To);
/** Get A_Asset_ID_To */ /** Get To Asset ID */
public int getA_Asset_ID_To(); public int getA_Asset_ID_To();
/** Column name A_Asset_Split_ID */ /** Column name A_Asset_Split_ID */
@ -120,6 +111,19 @@ public interface I_A_Asset_Split
/** Get A_Depreciation_Workfile_ID */ /** Get A_Depreciation_Workfile_ID */
public int getA_Depreciation_Workfile_ID(); public int getA_Depreciation_Workfile_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 A_Percent_Original */ /** Column name A_Percent_Original */
public static final String COLUMNNAME_A_Percent_Original = "A_Percent_Original"; public static final String COLUMNNAME_A_Percent_Original = "A_Percent_Original";
@ -141,10 +145,10 @@ public interface I_A_Asset_Split
/** Column name A_QTY_Current */ /** Column name A_QTY_Current */
public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current"; public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current";
/** Set A_QTY_Current */ /** Set Quantity */
public void setA_QTY_Current (BigDecimal A_QTY_Current); public void setA_QTY_Current (BigDecimal A_QTY_Current);
/** Get A_QTY_Current */ /** Get Quantity */
public BigDecimal getA_QTY_Current(); public BigDecimal getA_QTY_Current();
/** Column name A_QTY_Split */ /** Column name A_QTY_Split */
@ -159,19 +163,19 @@ public interface I_A_Asset_Split
/** Column name A_Split_Type */ /** Column name A_Split_Type */
public static final String COLUMNNAME_A_Split_Type = "A_Split_Type"; public static final String COLUMNNAME_A_Split_Type = "A_Split_Type";
/** Set A_Split_Type */ /** Set Split Type */
public void setA_Split_Type (String A_Split_Type); public void setA_Split_Type (String A_Split_Type);
/** Get A_Split_Type */ /** Get Split Type */
public String getA_Split_Type(); public String getA_Split_Type();
/** Column name A_Transfer_Balance_IS */ /** Column name A_Transfer_Balance_IS */
public static final String COLUMNNAME_A_Transfer_Balance_IS = "A_Transfer_Balance_IS"; public static final String COLUMNNAME_A_Transfer_Balance_IS = "A_Transfer_Balance_IS";
/** Set A_Transfer_Balance_IS */ /** Set Transfer Balance IS */
public void setA_Transfer_Balance_IS (boolean A_Transfer_Balance_IS); public void setA_Transfer_Balance_IS (boolean A_Transfer_Balance_IS);
/** Get A_Transfer_Balance_IS */ /** Get Transfer Balance IS */
public boolean isA_Transfer_Balance_IS(); public boolean isA_Transfer_Balance_IS();
/** Column name C_Period_ID */ /** Column name C_Period_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 A_Asset_Spread /** Generated Interface for A_Asset_Spread
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Spread public interface I_A_Asset_Spread
{ {
@ -70,6 +61,19 @@ public interface I_A_Asset_Spread
/** Get A_Asset_Spread_Type */ /** Get A_Asset_Spread_Type */
public String getA_Asset_Spread_Type(); public String getA_Asset_Spread_Type();
/** 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 A_Period_1 */ /** Column name A_Period_1 */
public static final String COLUMNNAME_A_Period_1 = "A_Period_1"; public static final String COLUMNNAME_A_Period_1 = "A_Period_1";

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 A_Asset_Transfer /** Generated Interface for A_Asset_Transfer
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Transfer public interface I_A_Asset_Transfer
{ {
@ -56,37 +47,37 @@ public interface I_A_Asset_Transfer
/** Column name A_Accumdepreciation_Acct */ /** Column name A_Accumdepreciation_Acct */
public static final String COLUMNNAME_A_Accumdepreciation_Acct = "A_Accumdepreciation_Acct"; public static final String COLUMNNAME_A_Accumdepreciation_Acct = "A_Accumdepreciation_Acct";
/** Set A_Accumdepreciation_Acct */ /** Set Accumulated Depreciation */
public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct); public void setA_Accumdepreciation_Acct (int A_Accumdepreciation_Acct);
/** Get A_Accumdepreciation_Acct */ /** Get Accumulated Depreciation */
public int getA_Accumdepreciation_Acct(); public int getA_Accumdepreciation_Acct();
/** Column name A_Accumdepreciation_Acct_New */ /** Column name A_Accumdepreciation_Acct_New */
public static final String COLUMNNAME_A_Accumdepreciation_Acct_New = "A_Accumdepreciation_Acct_New"; public static final String COLUMNNAME_A_Accumdepreciation_Acct_New = "A_Accumdepreciation_Acct_New";
/** Set A_Accumdepreciation_Acct_New */ /** Set New Accum Depreciation Acct */
public void setA_Accumdepreciation_Acct_New (int A_Accumdepreciation_Acct_New); public void setA_Accumdepreciation_Acct_New (int A_Accumdepreciation_Acct_New);
/** Get A_Accumdepreciation_Acct_New */ /** Get New Accum Depreciation Acct */
public int getA_Accumdepreciation_Acct_New(); public int getA_Accumdepreciation_Acct_New();
/** Column name A_Accumdepreciation_Acct_Str */ /** Column name A_Accumdepreciation_Acct_Str */
public static final String COLUMNNAME_A_Accumdepreciation_Acct_Str = "A_Accumdepreciation_Acct_Str"; public static final String COLUMNNAME_A_Accumdepreciation_Acct_Str = "A_Accumdepreciation_Acct_Str";
/** Set A_Accumdepreciation_Acct_Str */ /** Set Old Accum Depreciation Acct */
public void setA_Accumdepreciation_Acct_Str (String A_Accumdepreciation_Acct_Str); public void setA_Accumdepreciation_Acct_Str (String A_Accumdepreciation_Acct_Str);
/** Get A_Accumdepreciation_Acct_Str */ /** Get Old Accum Depreciation Acct */
public String getA_Accumdepreciation_Acct_Str(); public String getA_Accumdepreciation_Acct_Str();
/** Column name A_Asset_Acct */ /** Column name A_Asset_Acct */
public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct"; public static final String COLUMNNAME_A_Asset_Acct = "A_Asset_Acct";
/** Set A_Asset_Acct */ /** Set Asset Cost Account */
public void setA_Asset_Acct (int A_Asset_Acct); public void setA_Asset_Acct (int A_Asset_Acct);
/** Get A_Asset_Acct */ /** Get Asset Cost Account */
public int getA_Asset_Acct(); public int getA_Asset_Acct();
/** Column name A_Asset_Acct_ID */ /** Column name A_Asset_Acct_ID */
@ -101,19 +92,19 @@ public interface I_A_Asset_Transfer
/** Column name A_Asset_Acct_New */ /** Column name A_Asset_Acct_New */
public static final String COLUMNNAME_A_Asset_Acct_New = "A_Asset_Acct_New"; public static final String COLUMNNAME_A_Asset_Acct_New = "A_Asset_Acct_New";
/** Set A_Asset_Acct_New */ /** Set New Asset Cost Acct */
public void setA_Asset_Acct_New (int A_Asset_Acct_New); public void setA_Asset_Acct_New (int A_Asset_Acct_New);
/** Get A_Asset_Acct_New */ /** Get New Asset Cost Acct */
public int getA_Asset_Acct_New(); public int getA_Asset_Acct_New();
/** Column name A_Asset_Acct_Str */ /** Column name A_Asset_Acct_Str */
public static final String COLUMNNAME_A_Asset_Acct_Str = "A_Asset_Acct_Str"; public static final String COLUMNNAME_A_Asset_Acct_Str = "A_Asset_Acct_Str";
/** Set A_Asset_Acct_Str */ /** Set Old Asset Cost Acct */
public void setA_Asset_Acct_Str (String A_Asset_Acct_Str); public void setA_Asset_Acct_Str (String A_Asset_Acct_Str);
/** Get A_Asset_Acct_Str */ /** Get Old Asset Cost Acct */
public String getA_Asset_Acct_Str(); public String getA_Asset_Acct_Str();
/** Column name A_Asset_ID */ /** Column name A_Asset_ID */
@ -141,127 +132,140 @@ public interface I_A_Asset_Transfer
/** Column name A_Depreciation_Acct */ /** Column name A_Depreciation_Acct */
public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct"; public static final String COLUMNNAME_A_Depreciation_Acct = "A_Depreciation_Acct";
/** Set A_Depreciation_Acct */ /** Set Depreciation Expense Account */
public void setA_Depreciation_Acct (int A_Depreciation_Acct); public void setA_Depreciation_Acct (int A_Depreciation_Acct);
/** Get A_Depreciation_Acct */ /** Get Depreciation Expense Account */
public int getA_Depreciation_Acct(); public int getA_Depreciation_Acct();
/** Column name A_Depreciation_Acct_New */ /** Column name A_Depreciation_Acct_New */
public static final String COLUMNNAME_A_Depreciation_Acct_New = "A_Depreciation_Acct_New"; public static final String COLUMNNAME_A_Depreciation_Acct_New = "A_Depreciation_Acct_New";
/** Set A_Depreciation_Acct_New */ /** Set New Depreciation Exp Acct */
public void setA_Depreciation_Acct_New (int A_Depreciation_Acct_New); public void setA_Depreciation_Acct_New (int A_Depreciation_Acct_New);
/** Get A_Depreciation_Acct_New */ /** Get New Depreciation Exp Acct */
public int getA_Depreciation_Acct_New(); public int getA_Depreciation_Acct_New();
/** Column name A_Depreciation_Acct_Str */ /** Column name A_Depreciation_Acct_Str */
public static final String COLUMNNAME_A_Depreciation_Acct_Str = "A_Depreciation_Acct_Str"; public static final String COLUMNNAME_A_Depreciation_Acct_Str = "A_Depreciation_Acct_Str";
/** Set A_Depreciation_Acct_Str */ /** Set Old Depreciation Exp Acct */
public void setA_Depreciation_Acct_Str (String A_Depreciation_Acct_Str); public void setA_Depreciation_Acct_Str (String A_Depreciation_Acct_Str);
/** Get A_Depreciation_Acct_Str */ /** Get Old Depreciation Exp Acct */
public String getA_Depreciation_Acct_Str(); public String getA_Depreciation_Acct_Str();
/** Column name A_Disposal_Loss */ /** Column name A_Disposal_Loss */
public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss"; public static final String COLUMNNAME_A_Disposal_Loss = "A_Disposal_Loss";
/** Set A_Disposal_Loss */ /** Set Loss on Disposal */
public void setA_Disposal_Loss (int A_Disposal_Loss); public void setA_Disposal_Loss (int A_Disposal_Loss);
/** Get A_Disposal_Loss */ /** Get Loss on Disposal */
public int getA_Disposal_Loss(); public int getA_Disposal_Loss();
/** Column name A_Disposal_Loss_New */ /** Column name A_Disposal_Loss_New */
public static final String COLUMNNAME_A_Disposal_Loss_New = "A_Disposal_Loss_New"; public static final String COLUMNNAME_A_Disposal_Loss_New = "A_Disposal_Loss_New";
/** Set A_Disposal_Loss_New */ /** Set New Disposal Loss */
public void setA_Disposal_Loss_New (int A_Disposal_Loss_New); public void setA_Disposal_Loss_New (int A_Disposal_Loss_New);
/** Get A_Disposal_Loss_New */ /** Get New Disposal Loss */
public int getA_Disposal_Loss_New(); public int getA_Disposal_Loss_New();
/** Column name A_Disposal_Loss_Str */ /** Column name A_Disposal_Loss_Str */
public static final String COLUMNNAME_A_Disposal_Loss_Str = "A_Disposal_Loss_Str"; public static final String COLUMNNAME_A_Disposal_Loss_Str = "A_Disposal_Loss_Str";
/** Set A_Disposal_Loss_Str */ /** Set Old Disposal Loss */
public void setA_Disposal_Loss_Str (String A_Disposal_Loss_Str); public void setA_Disposal_Loss_Str (String A_Disposal_Loss_Str);
/** Get A_Disposal_Loss_Str */ /** Get Old Disposal Loss */
public String getA_Disposal_Loss_Str(); public String getA_Disposal_Loss_Str();
/** Column name A_Disposal_Revenue */ /** Column name A_Disposal_Revenue */
public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue"; public static final String COLUMNNAME_A_Disposal_Revenue = "A_Disposal_Revenue";
/** Set A_Disposal_Revenue */ /** Set Disposal Revenue */
public void setA_Disposal_Revenue (int A_Disposal_Revenue); public void setA_Disposal_Revenue (int A_Disposal_Revenue);
/** Get A_Disposal_Revenue */ /** Get Disposal Revenue */
public int getA_Disposal_Revenue(); public int getA_Disposal_Revenue();
/** Column name A_Disposal_Revenue_New */ /** Column name A_Disposal_Revenue_New */
public static final String COLUMNNAME_A_Disposal_Revenue_New = "A_Disposal_Revenue_New"; public static final String COLUMNNAME_A_Disposal_Revenue_New = "A_Disposal_Revenue_New";
/** Set A_Disposal_Revenue_New */ /** Set New Disposal Revenue */
public void setA_Disposal_Revenue_New (int A_Disposal_Revenue_New); public void setA_Disposal_Revenue_New (int A_Disposal_Revenue_New);
/** Get A_Disposal_Revenue_New */ /** Get New Disposal Revenue */
public int getA_Disposal_Revenue_New(); public int getA_Disposal_Revenue_New();
/** Column name A_Disposal_Revenue_Str */ /** Column name A_Disposal_Revenue_Str */
public static final String COLUMNNAME_A_Disposal_Revenue_Str = "A_Disposal_Revenue_Str"; public static final String COLUMNNAME_A_Disposal_Revenue_Str = "A_Disposal_Revenue_Str";
/** Set A_Disposal_Revenue_Str */ /** Set Old Disposal Revenue */
public void setA_Disposal_Revenue_Str (String A_Disposal_Revenue_Str); public void setA_Disposal_Revenue_Str (String A_Disposal_Revenue_Str);
/** Get A_Disposal_Revenue_Str */ /** Get Old Disposal Revenue */
public String getA_Disposal_Revenue_Str(); public String getA_Disposal_Revenue_Str();
/** 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 A_Period_End */ /** Column name A_Period_End */
public static final String COLUMNNAME_A_Period_End = "A_Period_End"; public static final String COLUMNNAME_A_Period_End = "A_Period_End";
/** Set A_Period_End */ /** Set Period End */
public void setA_Period_End (int A_Period_End); public void setA_Period_End (int A_Period_End);
/** Get A_Period_End */ /** Get Period End */
public int getA_Period_End(); public int getA_Period_End();
/** Column name A_Period_Start */ /** Column name A_Period_Start */
public static final String COLUMNNAME_A_Period_Start = "A_Period_Start"; public static final String COLUMNNAME_A_Period_Start = "A_Period_Start";
/** Set A_Period_Start */ /** Set Period Start */
public void setA_Period_Start (int A_Period_Start); public void setA_Period_Start (int A_Period_Start);
/** Get A_Period_Start */ /** Get Period Start */
public int getA_Period_Start(); public int getA_Period_Start();
/** Column name A_Split_Percent */ /** Column name A_Split_Percent */
public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent"; public static final String COLUMNNAME_A_Split_Percent = "A_Split_Percent";
/** Set A_Split_Percent */ /** Set Split Percentage */
public void setA_Split_Percent (BigDecimal A_Split_Percent); public void setA_Split_Percent (BigDecimal A_Split_Percent);
/** Get A_Split_Percent */ /** Get Split Percentage */
public BigDecimal getA_Split_Percent(); public BigDecimal getA_Split_Percent();
/** Column name A_Transfer_Balance */ /** Column name A_Transfer_Balance */
public static final String COLUMNNAME_A_Transfer_Balance = "A_Transfer_Balance"; public static final String COLUMNNAME_A_Transfer_Balance = "A_Transfer_Balance";
/** Set A_Transfer_Balance */ /** Set Transfer Balance Sheet */
public void setA_Transfer_Balance (boolean A_Transfer_Balance); public void setA_Transfer_Balance (boolean A_Transfer_Balance);
/** Get A_Transfer_Balance */ /** Get Transfer Balance Sheet */
public boolean isA_Transfer_Balance(); public boolean isA_Transfer_Balance();
/** Column name A_Transfer_Balance_IS */ /** Column name A_Transfer_Balance_IS */
public static final String COLUMNNAME_A_Transfer_Balance_IS = "A_Transfer_Balance_IS"; public static final String COLUMNNAME_A_Transfer_Balance_IS = "A_Transfer_Balance_IS";
/** Set A_Transfer_Balance_IS */ /** Set Transfer Balance IS */
public void setA_Transfer_Balance_IS (boolean A_Transfer_Balance_IS); public void setA_Transfer_Balance_IS (boolean A_Transfer_Balance_IS);
/** Get A_Transfer_Balance_IS */ /** Get Transfer Balance IS */
public boolean isA_Transfer_Balance_IS(); public boolean isA_Transfer_Balance_IS();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_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 A_Asset_Use /** Generated Interface for A_Asset_Use
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Asset_Use public interface I_A_Asset_Use
{ {
@ -75,6 +66,19 @@ public interface I_A_Asset_Use
/** Get A_Asset_Use_ID */ /** Get A_Asset_Use_ID */
public int getA_Asset_Use_ID(); public int getA_Asset_Use_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 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 A_Depreciation /** Generated Interface for A_Depreciation
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation public interface I_A_Depreciation
{ {
@ -55,12 +46,25 @@ public interface I_A_Depreciation
/** Column name A_Depreciation_ID */ /** Column name A_Depreciation_ID */
public static final String COLUMNNAME_A_Depreciation_ID = "A_Depreciation_ID"; public static final String COLUMNNAME_A_Depreciation_ID = "A_Depreciation_ID";
/** Set A_Depreciation_ID */ /** Set Depreciation Type */
public void setA_Depreciation_ID (int A_Depreciation_ID); public void setA_Depreciation_ID (int A_Depreciation_ID);
/** Get A_Depreciation_ID */ /** Get Depreciation Type */
public int getA_Depreciation_ID(); public int getA_Depreciation_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 DepreciationType */ /** Column name DepreciationType */
public static final String COLUMNNAME_DepreciationType = "DepreciationType"; public static final String COLUMNNAME_DepreciationType = "DepreciationType";

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 A_Depreciation_Build /** Generated Interface for A_Depreciation_Build
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation_Build public interface I_A_Depreciation_Build
{ {
@ -62,13 +53,26 @@ public interface I_A_Depreciation_Build
/** Get A_Depreciation_Build_ID */ /** Get A_Depreciation_Build_ID */
public int getA_Depreciation_Build_ID(); public int getA_Depreciation_Build_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 A_End_Asset_ID */ /** Column name A_End_Asset_ID */
public static final String COLUMNNAME_A_End_Asset_ID = "A_End_Asset_ID"; public static final String COLUMNNAME_A_End_Asset_ID = "A_End_Asset_ID";
/** Set A_End_Asset_ID */ /** Set End Aset ID */
public void setA_End_Asset_ID (int A_End_Asset_ID); public void setA_End_Asset_ID (int A_End_Asset_ID);
/** Get A_End_Asset_ID */ /** Get End Aset ID */
public int getA_End_Asset_ID(); public int getA_End_Asset_ID();
/** Column name A_Start_Asset_ID */ /** Column name A_Start_Asset_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 A_Depreciation_Convention /** Generated Interface for A_Depreciation_Convention
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation_Convention public interface I_A_Depreciation_Convention
{ {
@ -61,6 +52,19 @@ public interface I_A_Depreciation_Convention
/** Get A_Depreciation_Convention_ID */ /** Get A_Depreciation_Convention_ID */
public int getA_Depreciation_Convention_ID(); public int getA_Depreciation_Convention_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 ConventionType */ /** Column name ConventionType */
public static final String COLUMNNAME_ConventionType = "ConventionType"; public static final String COLUMNNAME_ConventionType = "ConventionType";

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 A_Depreciation_Entry /** Generated Interface for A_Depreciation_Entry
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation_Entry public interface I_A_Depreciation_Entry
{ {
@ -62,13 +53,26 @@ public interface I_A_Depreciation_Entry
/** Get A_Depreciation_Entry_ID */ /** Get A_Depreciation_Entry_ID */
public int getA_Depreciation_Entry_ID(); public int getA_Depreciation_Entry_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 A_Entry_Type */ /** Column name A_Entry_Type */
public static final String COLUMNNAME_A_Entry_Type = "A_Entry_Type"; public static final String COLUMNNAME_A_Entry_Type = "A_Entry_Type";
/** Set A_Entry_Type */ /** Set Entry Type */
public void setA_Entry_Type (String A_Entry_Type); public void setA_Entry_Type (String A_Entry_Type);
/** Get A_Entry_Type */ /** Get Entry Type */
public String getA_Entry_Type(); public String getA_Entry_Type();
/** Column name C_AcctSchema_ID */ /** Column name C_AcctSchema_ID */
@ -84,7 +88,7 @@ public interface I_A_Depreciation_Entry
*/ */
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";
@ -99,7 +103,7 @@ public interface I_A_Depreciation_Entry
*/ */
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_DocType_ID */ /** Column name C_DocType_ID */
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID"; public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
@ -114,7 +118,7 @@ public interface I_A_Depreciation_Entry
*/ */
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 C_Period_ID */ /** Column name C_Period_ID */
public static final String COLUMNNAME_C_Period_ID = "C_Period_ID"; public static final String COLUMNNAME_C_Period_ID = "C_Period_ID";
@ -194,7 +198,7 @@ public interface I_A_Depreciation_Entry
*/ */
public int getGL_Category_ID(); public int getGL_Category_ID();
public I_GL_Category getGL_Category() throws Exception; public I_GL_Category getGL_Category() throws RuntimeException;
/** Column name PostingType */ /** Column name PostingType */
public static final String COLUMNNAME_PostingType = "PostingType"; public static final String COLUMNNAME_PostingType = "PostingType";

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 A_Depreciation_Exp /** Generated Interface for A_Depreciation_Exp
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation_Exp public interface I_A_Depreciation_Exp
{ {
@ -84,22 +75,35 @@ public interface I_A_Depreciation_Exp
/** Get A_Depreciation_Exp_ID */ /** Get A_Depreciation_Exp_ID */
public int getA_Depreciation_Exp_ID(); public int getA_Depreciation_Exp_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 A_Entry_Type */ /** Column name A_Entry_Type */
public static final String COLUMNNAME_A_Entry_Type = "A_Entry_Type"; public static final String COLUMNNAME_A_Entry_Type = "A_Entry_Type";
/** Set A_Entry_Type */ /** Set Entry Type */
public void setA_Entry_Type (String A_Entry_Type); public void setA_Entry_Type (String A_Entry_Type);
/** Get A_Entry_Type */ /** Get Entry Type */
public String getA_Entry_Type(); public String getA_Entry_Type();
/** Column name A_Period */ /** Column name A_Period */
public static final String COLUMNNAME_A_Period = "A_Period"; public static final String COLUMNNAME_A_Period = "A_Period";
/** Set A_Period */ /** Set Period/Yearly */
public void setA_Period (int A_Period); public void setA_Period (int A_Period);
/** Get A_Period */ /** Get Period/Yearly */
public int getA_Period(); public int getA_Period();
/** Column name DateAcct */ /** Column name 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 A_Depreciation_Forecast /** Generated Interface for A_Depreciation_Forecast
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation_Forecast public interface I_A_Depreciation_Forecast
{ {
@ -62,13 +53,26 @@ public interface I_A_Depreciation_Forecast
/** Get A_Depreciation_Forecast_ID */ /** Get A_Depreciation_Forecast_ID */
public int getA_Depreciation_Forecast_ID(); public int getA_Depreciation_Forecast_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 A_End_Asset_ID */ /** Column name A_End_Asset_ID */
public static final String COLUMNNAME_A_End_Asset_ID = "A_End_Asset_ID"; public static final String COLUMNNAME_A_End_Asset_ID = "A_End_Asset_ID";
/** Set A_End_Asset_ID */ /** Set End Aset ID */
public void setA_End_Asset_ID (int A_End_Asset_ID); public void setA_End_Asset_ID (int A_End_Asset_ID);
/** Get A_End_Asset_ID */ /** Get End Aset ID */
public int getA_End_Asset_ID(); public int getA_End_Asset_ID();
/** Column name A_Start_Asset_ID */ /** Column name A_Start_Asset_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 A_Depreciation_Method /** Generated Interface for A_Depreciation_Method
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation_Method public interface I_A_Depreciation_Method
{ {
@ -55,12 +46,25 @@ public interface I_A_Depreciation_Method
/** Column name A_Depreciation_Method_ID */ /** Column name A_Depreciation_Method_ID */
public static final String COLUMNNAME_A_Depreciation_Method_ID = "A_Depreciation_Method_ID"; public static final String COLUMNNAME_A_Depreciation_Method_ID = "A_Depreciation_Method_ID";
/** Set A_Depreciation_Method_ID */ /** Set Depreciation Calculation Type */
public void setA_Depreciation_Method_ID (int A_Depreciation_Method_ID); public void setA_Depreciation_Method_ID (int A_Depreciation_Method_ID);
/** Get A_Depreciation_Method_ID */ /** Get Depreciation Calculation Type */
public int getA_Depreciation_Method_ID(); public int getA_Depreciation_Method_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 DepreciationType */ /** Column name DepreciationType */
public static final String COLUMNNAME_DepreciationType = "DepreciationType"; public static final String COLUMNNAME_DepreciationType = "DepreciationType";

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 A_Depreciation_Table_Detail /** Generated Interface for A_Depreciation_Table_Detail
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation_Table_Detail public interface I_A_Depreciation_Table_Detail
{ {
@ -55,19 +46,19 @@ public interface I_A_Depreciation_Table_Detail
/** Column name A_Depreciation_Rate */ /** Column name A_Depreciation_Rate */
public static final String COLUMNNAME_A_Depreciation_Rate = "A_Depreciation_Rate"; public static final String COLUMNNAME_A_Depreciation_Rate = "A_Depreciation_Rate";
/** Set A_Depreciation_Rate */ /** Set Rate */
public void setA_Depreciation_Rate (BigDecimal A_Depreciation_Rate); public void setA_Depreciation_Rate (BigDecimal A_Depreciation_Rate);
/** Get A_Depreciation_Rate */ /** Get Rate */
public BigDecimal getA_Depreciation_Rate(); public BigDecimal getA_Depreciation_Rate();
/** Column name A_Depreciation_Table_Code */ /** Column name A_Depreciation_Table_Code */
public static final String COLUMNNAME_A_Depreciation_Table_Code = "A_Depreciation_Table_Code"; public static final String COLUMNNAME_A_Depreciation_Table_Code = "A_Depreciation_Table_Code";
/** Set A_Depreciation_Table_Code */ /** Set Depreciation Code */
public void setA_Depreciation_Table_Code (String A_Depreciation_Table_Code); public void setA_Depreciation_Table_Code (String A_Depreciation_Table_Code);
/** Get A_Depreciation_Table_Code */ /** Get Depreciation Code */
public String getA_Depreciation_Table_Code(); public String getA_Depreciation_Table_Code();
/** Column name A_Depreciation_Table_Detail_ID */ /** Column name A_Depreciation_Table_Detail_ID */
@ -79,22 +70,35 @@ public interface I_A_Depreciation_Table_Detail
/** Get A_Depreciation_Table_Detail_ID */ /** Get A_Depreciation_Table_Detail_ID */
public int getA_Depreciation_Table_Detail_ID(); public int getA_Depreciation_Table_Detail_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 A_Period */ /** Column name A_Period */
public static final String COLUMNNAME_A_Period = "A_Period"; public static final String COLUMNNAME_A_Period = "A_Period";
/** Set A_Period */ /** Set Period/Yearly */
public void setA_Period (int A_Period); public void setA_Period (int A_Period);
/** Get A_Period */ /** Get Period/Yearly */
public int getA_Period(); public int getA_Period();
/** Column name A_Table_Rate_Type */ /** Column name A_Table_Rate_Type */
public static final String COLUMNNAME_A_Table_Rate_Type = "A_Table_Rate_Type"; public static final String COLUMNNAME_A_Table_Rate_Type = "A_Table_Rate_Type";
/** Set A_Table_Rate_Type */ /** Set Type */
public void setA_Table_Rate_Type (String A_Table_Rate_Type); public void setA_Table_Rate_Type (String A_Table_Rate_Type);
/** Get A_Table_Rate_Type */ /** Get Type */
public String getA_Table_Rate_Type(); public String getA_Table_Rate_Type();
/** Column name Processed */ /** Column name Processed */

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 A_Depreciation_Table_Header /** Generated Interface for A_Depreciation_Table_Header
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation_Table_Header public interface I_A_Depreciation_Table_Header
{ {
@ -55,10 +46,10 @@ public interface I_A_Depreciation_Table_Header
/** Column name A_Depreciation_Table_Code */ /** Column name A_Depreciation_Table_Code */
public static final String COLUMNNAME_A_Depreciation_Table_Code = "A_Depreciation_Table_Code"; public static final String COLUMNNAME_A_Depreciation_Table_Code = "A_Depreciation_Table_Code";
/** Set A_Depreciation_Table_Code */ /** Set Depreciation Code */
public void setA_Depreciation_Table_Code (String A_Depreciation_Table_Code); public void setA_Depreciation_Table_Code (String A_Depreciation_Table_Code);
/** Get A_Depreciation_Table_Code */ /** Get Depreciation Code */
public String getA_Depreciation_Table_Code(); public String getA_Depreciation_Table_Code();
/** Column name A_Depreciation_Table_Header_ID */ /** Column name A_Depreciation_Table_Header_ID */
@ -70,22 +61,35 @@ public interface I_A_Depreciation_Table_Header
/** Get A_Depreciation_Table_Header_ID */ /** Get A_Depreciation_Table_Header_ID */
public int getA_Depreciation_Table_Header_ID(); public int getA_Depreciation_Table_Header_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 A_Table_Rate_Type */ /** Column name A_Table_Rate_Type */
public static final String COLUMNNAME_A_Table_Rate_Type = "A_Table_Rate_Type"; public static final String COLUMNNAME_A_Table_Rate_Type = "A_Table_Rate_Type";
/** Set A_Table_Rate_Type */ /** Set Type */
public void setA_Table_Rate_Type (String A_Table_Rate_Type); public void setA_Table_Rate_Type (String A_Table_Rate_Type);
/** Get A_Table_Rate_Type */ /** Get Type */
public String getA_Table_Rate_Type(); public String getA_Table_Rate_Type();
/** Column name A_Term */ /** Column name A_Term */
public static final String COLUMNNAME_A_Term = "A_Term"; public static final String COLUMNNAME_A_Term = "A_Term";
/** Set A_Term */ /** Set Period/Yearly */
public void setA_Term (String A_Term); public void setA_Term (String A_Term);
/** Get A_Term */ /** Get Period/Yearly */
public String getA_Term(); public String getA_Term();
/** Column name Description */ /** Column name 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 A_Depreciation_Workfile /** Generated Interface for A_Depreciation_Workfile
* @author Adempiere (generated) * @author Adempiere (generated)
* @version Release 3.5.2a * @version Release 3.5.3a
*/ */
public interface I_A_Depreciation_Workfile public interface I_A_Depreciation_Workfile
{ {
@ -147,6 +138,19 @@ public interface I_A_Depreciation_Workfile
/** Get A_Depreciation_Workfile_ID */ /** Get A_Depreciation_Workfile_ID */
public int getA_Depreciation_Workfile_ID(); public int getA_Depreciation_Workfile_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 A_Life_Period */ /** Column name A_Life_Period */
public static final String COLUMNNAME_A_Life_Period = "A_Life_Period"; public static final String COLUMNNAME_A_Life_Period = "A_Life_Period";
@ -186,19 +190,19 @@ public interface I_A_Depreciation_Workfile
/** Column name A_QTY_Current */ /** Column name A_QTY_Current */
public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current"; public static final String COLUMNNAME_A_QTY_Current = "A_QTY_Current";
/** Set A_QTY_Current */ /** Set Quantity */
public void setA_QTY_Current (BigDecimal A_QTY_Current); public void setA_QTY_Current (BigDecimal A_QTY_Current);
/** Get A_QTY_Current */ /** Get Quantity */
public BigDecimal getA_QTY_Current(); public BigDecimal getA_QTY_Current();
/** Column name A_Salvage_Value */ /** Column name A_Salvage_Value */
public static final String COLUMNNAME_A_Salvage_Value = "A_Salvage_Value"; public static final String COLUMNNAME_A_Salvage_Value = "A_Salvage_Value";
/** Set A_Salvage_Value */ /** Set Salvage Value */
public void setA_Salvage_Value (BigDecimal A_Salvage_Value); public void setA_Salvage_Value (BigDecimal A_Salvage_Value);
/** Get A_Salvage_Value */ /** Get Salvage Value */
public BigDecimal getA_Salvage_Value(); public BigDecimal getA_Salvage_Value();
/** Column name AssetDepreciationDate */ /** Column name AssetDepreciationDate */