Generate complete model for version 3.5.3a - partial upload
This commit is contained in:
parent
07ec23e550
commit
67b6793663
|
@ -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_PrintTableFormat
|
/** Generated Interface for AD_PrintTableFormat
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_PrintTableFormat
|
public interface I_AD_PrintTableFormat
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,20 @@ public interface I_AD_PrintTableFormat
|
||||||
*/
|
*/
|
||||||
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 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";
|
||||||
|
|
|
@ -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_Private_Access
|
/** Generated Interface for AD_Private_Access
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Private_Access
|
public interface I_AD_Private_Access
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Private_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_Table_ID */
|
/** Column name AD_Table_ID */
|
||||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Private_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 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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_Private_Access
|
||||||
*/
|
*/
|
||||||
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 Record_ID */
|
/** Column name Record_ID */
|
||||||
public static final String COLUMNNAME_Record_ID = "Record_ID";
|
public static final String COLUMNNAME_Record_ID = "Record_ID";
|
||||||
|
|
|
@ -24,7 +24,7 @@ import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
/** Generated Interface for AD_Process
|
/** Generated Interface for AD_Process
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Process
|
public interface I_AD_Process
|
||||||
{
|
{
|
||||||
|
@ -43,6 +43,19 @@ public interface I_AD_Process
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AccessLevel */
|
||||||
|
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
|
||||||
|
|
||||||
|
/** Set Data Access Level.
|
||||||
|
* Access Level required
|
||||||
|
*/
|
||||||
|
public void setAccessLevel (String AccessLevel);
|
||||||
|
|
||||||
|
/** Get Data Access Level.
|
||||||
|
* Access Level required
|
||||||
|
*/
|
||||||
|
public String getAccessLevel();
|
||||||
|
|
||||||
/** 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";
|
||||||
|
|
||||||
|
@ -129,19 +142,6 @@ public interface I_AD_Process
|
||||||
|
|
||||||
public I_AD_Workflow getAD_Workflow() throws RuntimeException;
|
public I_AD_Workflow getAD_Workflow() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AccessLevel */
|
|
||||||
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
|
|
||||||
|
|
||||||
/** Set Data Access Level.
|
|
||||||
* Access Level required
|
|
||||||
*/
|
|
||||||
public void setAccessLevel (String AccessLevel);
|
|
||||||
|
|
||||||
/** Get Data Access Level.
|
|
||||||
* Access Level required
|
|
||||||
*/
|
|
||||||
public String getAccessLevel();
|
|
||||||
|
|
||||||
/** Column name Classname */
|
/** Column name Classname */
|
||||||
public static final String COLUMNNAME_Classname = "Classname";
|
public static final String COLUMNNAME_Classname = "Classname";
|
||||||
|
|
||||||
|
|
|
@ -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_Process_Access
|
/** Generated Interface for AD_Process_Access
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Process_Access
|
public interface I_AD_Process_Access
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Process_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_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";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Process_Access
|
||||||
*/
|
*/
|
||||||
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_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_Process_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";
|
||||||
|
|
|
@ -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_Process_Para
|
/** Generated Interface for AD_Process_Para
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Process_Para
|
public interface I_AD_Process_Para
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,20 @@ public interface I_AD_Process_Para
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_Process_Para
|
||||||
*/
|
*/
|
||||||
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_Process_Para_ID */
|
/** Column name AD_Process_Para_ID */
|
||||||
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
||||||
|
@ -130,7 +134,7 @@ public interface I_AD_Process_Para
|
||||||
*/
|
*/
|
||||||
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 ColumnName */
|
/** Column name ColumnName */
|
||||||
public static final String COLUMNNAME_ColumnName = "ColumnName";
|
public static final String COLUMNNAME_ColumnName = "ColumnName";
|
||||||
|
|
|
@ -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_Record_Access
|
/** Generated Interface for AD_Record_Access
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Record_Access
|
public interface I_AD_Record_Access
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Record_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_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Record_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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_Record_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 IsDependentEntities */
|
/** Column name IsDependentEntities */
|
||||||
public static final String COLUMNNAME_IsDependentEntities = "IsDependentEntities";
|
public static final String COLUMNNAME_IsDependentEntities = "IsDependentEntities";
|
||||||
|
|
|
@ -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_Ref_List
|
/** Generated Interface for AD_Ref_List
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Ref_List
|
public interface I_AD_Ref_List
|
||||||
{
|
{
|
||||||
|
@ -53,6 +44,19 @@ public interface I_AD_Ref_List
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -66,7 +70,7 @@ public interface I_AD_Ref_List
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
|
|
@ -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_Ref_Table
|
/** Generated Interface for AD_Ref_Table
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Ref_Table
|
public interface I_AD_Ref_Table
|
||||||
{
|
{
|
||||||
|
@ -78,6 +69,19 @@ public interface I_AD_Ref_Table
|
||||||
*/
|
*/
|
||||||
public int getAD_Key();
|
public int getAD_Key();
|
||||||
|
|
||||||
|
/** 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";
|
||||||
|
|
||||||
|
@ -91,7 +95,7 @@ public interface I_AD_Ref_Table
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -106,7 +110,7 @@ public interface I_AD_Ref_Table
|
||||||
*/
|
*/
|
||||||
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 EntityType */
|
/** Column name EntityType */
|
||||||
public static final String COLUMNNAME_EntityType = "EntityType";
|
public static final String COLUMNNAME_EntityType = "EntityType";
|
||||||
|
|
|
@ -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_Reference
|
/** Generated Interface for AD_Reference
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Reference
|
public interface I_AD_Reference
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Reference
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
|
|
@ -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_Registration
|
/** Generated Interface for AD_Registration
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Registration
|
public interface I_AD_Registration
|
||||||
{
|
{
|
||||||
|
@ -53,6 +44,19 @@ public interface I_AD_Registration
|
||||||
|
|
||||||
/** 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_Registration_ID */
|
/** Column name AD_Registration_ID */
|
||||||
public static final String COLUMNNAME_AD_Registration_ID = "AD_Registration_ID";
|
public static final String COLUMNNAME_AD_Registration_ID = "AD_Registration_ID";
|
||||||
|
|
||||||
|
@ -79,7 +83,7 @@ public interface I_AD_Registration
|
||||||
*/
|
*/
|
||||||
public int getAD_System_ID();
|
public int getAD_System_ID();
|
||||||
|
|
||||||
public I_AD_System getAD_System() throws Exception;
|
public I_AD_System getAD_System() 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";
|
||||||
|
@ -94,7 +98,7 @@ public interface I_AD_Registration
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
|
|
@ -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_Replication
|
/** Generated Interface for AD_Replication
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Replication
|
public interface I_AD_Replication
|
||||||
{
|
{
|
||||||
|
@ -53,6 +44,19 @@ public interface I_AD_Replication
|
||||||
|
|
||||||
/** 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_Replication_ID */
|
/** Column name AD_Replication_ID */
|
||||||
public static final String COLUMNNAME_AD_Replication_ID = "AD_Replication_ID";
|
public static final String COLUMNNAME_AD_Replication_ID = "AD_Replication_ID";
|
||||||
|
|
||||||
|
@ -79,7 +83,7 @@ public interface I_AD_Replication
|
||||||
*/
|
*/
|
||||||
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 DateLastRun */
|
/** Column name DateLastRun */
|
||||||
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
|
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
|
||||||
|
|
|
@ -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_ReplicationDocument
|
/** Generated Interface for AD_ReplicationDocument
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_ReplicationDocument
|
public interface I_AD_ReplicationDocument
|
||||||
{
|
{
|
||||||
|
@ -52,13 +43,26 @@ public interface I_AD_ReplicationDocument
|
||||||
|
|
||||||
/** 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_ReplicationDocument_ID */
|
/** Column name AD_ReplicationDocument_ID */
|
||||||
public static final String COLUMNNAME_AD_ReplicationDocument_ID = "AD_ReplicationDocument_ID";
|
public static final String COLUMNNAME_AD_ReplicationDocument_ID = "AD_ReplicationDocument_ID";
|
||||||
|
|
||||||
/** Set AD_ReplicationDocument_ID */
|
/** Set Replication Document */
|
||||||
public void setAD_ReplicationDocument_ID (int AD_ReplicationDocument_ID);
|
public void setAD_ReplicationDocument_ID (int AD_ReplicationDocument_ID);
|
||||||
|
|
||||||
/** Get AD_ReplicationDocument_ID */
|
/** Get Replication Document */
|
||||||
public int getAD_ReplicationDocument_ID();
|
public int getAD_ReplicationDocument_ID();
|
||||||
|
|
||||||
/** Column name AD_ReplicationStrategy_ID */
|
/** Column name AD_ReplicationStrategy_ID */
|
||||||
|
@ -87,7 +91,7 @@ public interface I_AD_ReplicationDocument
|
||||||
*/
|
*/
|
||||||
public int getAD_Table_ID();
|
public int getAD_Table_ID();
|
||||||
|
|
||||||
public I_AD_Table getAD_Table() throws Exception;
|
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_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";
|
||||||
|
@ -102,7 +106,7 @@ public interface I_AD_ReplicationDocument
|
||||||
*/
|
*/
|
||||||
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 Description */
|
/** Column name Description */
|
||||||
public static final String COLUMNNAME_Description = "Description";
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
|
@ -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_ReplicationStrategy
|
/** Generated Interface for AD_ReplicationStrategy
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_ReplicationStrategy
|
public interface I_AD_ReplicationStrategy
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_ReplicationStrategy
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -96,13 +100,13 @@ public interface I_AD_ReplicationStrategy
|
||||||
/** Column name EXP_Processor_ID */
|
/** Column name EXP_Processor_ID */
|
||||||
public static final String COLUMNNAME_EXP_Processor_ID = "EXP_Processor_ID";
|
public static final String COLUMNNAME_EXP_Processor_ID = "EXP_Processor_ID";
|
||||||
|
|
||||||
/** Set EXP_Processor_ID */
|
/** Set Export Processor */
|
||||||
public void setEXP_Processor_ID (int EXP_Processor_ID);
|
public void setEXP_Processor_ID (int EXP_Processor_ID);
|
||||||
|
|
||||||
/** Get EXP_Processor_ID */
|
/** Get Export Processor */
|
||||||
public int getEXP_Processor_ID();
|
public int getEXP_Processor_ID();
|
||||||
|
|
||||||
public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws Exception;
|
public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Help */
|
/** Column name Help */
|
||||||
public static final String COLUMNNAME_Help = "Help";
|
public static final String COLUMNNAME_Help = "Help";
|
||||||
|
|
|
@ -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_ReplicationTable
|
/** Generated Interface for AD_ReplicationTable
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_ReplicationTable
|
public interface I_AD_ReplicationTable
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_ReplicationTable
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_ReplicationTable
|
||||||
*/
|
*/
|
||||||
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 AD_ReplicationTable_ID */
|
/** Column name AD_ReplicationTable_ID */
|
||||||
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
|
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
|
||||||
|
@ -93,7 +97,7 @@ public interface I_AD_ReplicationTable
|
||||||
*/
|
*/
|
||||||
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 EntityType */
|
/** Column name EntityType */
|
||||||
public static final String COLUMNNAME_EntityType = "EntityType";
|
public static final String COLUMNNAME_EntityType = "EntityType";
|
||||||
|
|
|
@ -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_Replication_Log
|
/** Generated Interface for AD_Replication_Log
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Replication_Log
|
public interface I_AD_Replication_Log
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Replication_Log
|
||||||
|
|
||||||
/** 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_Replication_Log_ID */
|
/** Column name AD_Replication_Log_ID */
|
||||||
public static final String COLUMNNAME_AD_Replication_Log_ID = "AD_Replication_Log_ID";
|
public static final String COLUMNNAME_AD_Replication_Log_ID = "AD_Replication_Log_ID";
|
||||||
|
|
||||||
|
@ -78,7 +82,7 @@ public interface I_AD_Replication_Log
|
||||||
*/
|
*/
|
||||||
public int getAD_Replication_Run_ID();
|
public int getAD_Replication_Run_ID();
|
||||||
|
|
||||||
public I_AD_Replication_Run getAD_Replication_Run() throws Exception;
|
public I_AD_Replication_Run getAD_Replication_Run() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_ReplicationTable_ID */
|
/** Column name AD_ReplicationTable_ID */
|
||||||
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
|
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
|
||||||
|
@ -93,7 +97,7 @@ public interface I_AD_Replication_Log
|
||||||
*/
|
*/
|
||||||
public int getAD_ReplicationTable_ID();
|
public int getAD_ReplicationTable_ID();
|
||||||
|
|
||||||
public I_AD_ReplicationTable getAD_ReplicationTable() throws Exception;
|
public I_AD_ReplicationTable getAD_ReplicationTable() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsReplicated */
|
/** Column name IsReplicated */
|
||||||
public static final String COLUMNNAME_IsReplicated = "IsReplicated";
|
public static final String COLUMNNAME_IsReplicated = "IsReplicated";
|
||||||
|
|
|
@ -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_Replication_Run
|
/** Generated Interface for AD_Replication_Run
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Replication_Run
|
public interface I_AD_Replication_Run
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Replication_Run
|
||||||
|
|
||||||
/** 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_Replication_ID */
|
/** Column name AD_Replication_ID */
|
||||||
public static final String COLUMNNAME_AD_Replication_ID = "AD_Replication_ID";
|
public static final String COLUMNNAME_AD_Replication_ID = "AD_Replication_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Replication_Run
|
||||||
*/
|
*/
|
||||||
public int getAD_Replication_ID();
|
public int getAD_Replication_ID();
|
||||||
|
|
||||||
public I_AD_Replication getAD_Replication() throws Exception;
|
public I_AD_Replication getAD_Replication() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Replication_Run_ID */
|
/** Column name AD_Replication_Run_ID */
|
||||||
public static final String COLUMNNAME_AD_Replication_Run_ID = "AD_Replication_Run_ID";
|
public static final String COLUMNNAME_AD_Replication_Run_ID = "AD_Replication_Run_ID";
|
||||||
|
|
|
@ -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_ReportView
|
/** Generated Interface for AD_ReportView
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_ReportView
|
public interface I_AD_ReportView
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_ReportView
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -78,7 +82,7 @@ public interface I_AD_ReportView
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
|
|
@ -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_ReportView_Col
|
/** Generated Interface for AD_ReportView_Col
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_ReportView_Col
|
public interface I_AD_ReportView_Col
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,20 @@ public interface I_AD_ReportView_Col
|
||||||
*/
|
*/
|
||||||
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_ReportView_Col_ID */
|
/** Column name AD_ReportView_Col_ID */
|
||||||
public static final String COLUMNNAME_AD_ReportView_Col_ID = "AD_ReportView_Col_ID";
|
public static final String COLUMNNAME_AD_ReportView_Col_ID = "AD_ReportView_Col_ID";
|
||||||
|
@ -89,7 +93,7 @@ public interface I_AD_ReportView_Col
|
||||||
*/
|
*/
|
||||||
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 FunctionColumn */
|
/** Column name FunctionColumn */
|
||||||
public static final String COLUMNNAME_FunctionColumn = "FunctionColumn";
|
public static final String COLUMNNAME_FunctionColumn = "FunctionColumn";
|
||||||
|
|
|
@ -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_Role
|
/** Generated Interface for AD_Role
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Role
|
public interface I_AD_Role
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Role
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -234,7 +238,7 @@ public interface I_AD_Role
|
||||||
*/
|
*/
|
||||||
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 ConfirmQueryRecords */
|
/** Column name ConfirmQueryRecords */
|
||||||
public static final String COLUMNNAME_ConfirmQueryRecords = "ConfirmQueryRecords";
|
public static final String COLUMNNAME_ConfirmQueryRecords = "ConfirmQueryRecords";
|
||||||
|
|
|
@ -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_Role_OrgAccess
|
/** Generated Interface for AD_Role_OrgAccess
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Role_OrgAccess
|
public interface I_AD_Role_OrgAccess
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Role_OrgAccess
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Role_OrgAccess
|
||||||
*/
|
*/
|
||||||
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 IsReadOnly */
|
/** Column name IsReadOnly */
|
||||||
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
|
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
|
||||||
|
|
|
@ -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_Rule
|
/** Generated Interface for AD_Rule
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Rule
|
public interface I_AD_Rule
|
||||||
{
|
{
|
||||||
|
@ -65,6 +56,19 @@ public interface I_AD_Rule
|
||||||
*/
|
*/
|
||||||
public String getAccessLevel();
|
public String getAccessLevel();
|
||||||
|
|
||||||
|
/** 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_Rule_ID */
|
/** Column name AD_Rule_ID */
|
||||||
public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID";
|
public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID";
|
||||||
|
|
||||||
|
|
|
@ -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_Scheduler
|
/** Generated Interface for AD_Scheduler
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Scheduler
|
public interface I_AD_Scheduler
|
||||||
{
|
{
|
||||||
|
@ -53,6 +44,19 @@ public interface I_AD_Scheduler
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -66,7 +70,7 @@ public interface I_AD_Scheduler
|
||||||
*/
|
*/
|
||||||
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_Scheduler_ID */
|
/** Column name AD_Scheduler_ID */
|
||||||
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
||||||
|
|
|
@ -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_SchedulerLog
|
/** Generated Interface for AD_SchedulerLog
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_SchedulerLog
|
public interface I_AD_SchedulerLog
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_SchedulerLog
|
||||||
|
|
||||||
/** 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_Scheduler_ID */
|
/** Column name AD_Scheduler_ID */
|
||||||
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_SchedulerLog
|
||||||
*/
|
*/
|
||||||
public int getAD_Scheduler_ID();
|
public int getAD_Scheduler_ID();
|
||||||
|
|
||||||
public I_AD_Scheduler getAD_Scheduler() throws Exception;
|
public I_AD_Scheduler getAD_Scheduler() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_SchedulerLog_ID */
|
/** Column name AD_SchedulerLog_ID */
|
||||||
public static final String COLUMNNAME_AD_SchedulerLog_ID = "AD_SchedulerLog_ID";
|
public static final String COLUMNNAME_AD_SchedulerLog_ID = "AD_SchedulerLog_ID";
|
||||||
|
|
|
@ -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_SchedulerRecipient
|
/** Generated Interface for AD_SchedulerRecipient
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_SchedulerRecipient
|
public interface I_AD_SchedulerRecipient
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_SchedulerRecipient
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_SchedulerRecipient
|
||||||
*/
|
*/
|
||||||
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_Scheduler_ID */
|
/** Column name AD_Scheduler_ID */
|
||||||
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_SchedulerRecipient
|
||||||
*/
|
*/
|
||||||
public int getAD_Scheduler_ID();
|
public int getAD_Scheduler_ID();
|
||||||
|
|
||||||
public I_AD_Scheduler getAD_Scheduler() throws Exception;
|
public I_AD_Scheduler getAD_Scheduler() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_SchedulerRecipient_ID */
|
/** Column name AD_SchedulerRecipient_ID */
|
||||||
public static final String COLUMNNAME_AD_SchedulerRecipient_ID = "AD_SchedulerRecipient_ID";
|
public static final String COLUMNNAME_AD_SchedulerRecipient_ID = "AD_SchedulerRecipient_ID";
|
||||||
|
@ -108,5 +112,5 @@ public interface I_AD_SchedulerRecipient
|
||||||
*/
|
*/
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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_Scheduler_Para
|
/** Generated Interface for AD_Scheduler_Para
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Scheduler_Para
|
public interface I_AD_Scheduler_Para
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Scheduler_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_Process_Para_ID */
|
/** Column name AD_Process_Para_ID */
|
||||||
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
||||||
|
|
||||||
|
@ -61,7 +65,7 @@ public interface I_AD_Scheduler_Para
|
||||||
/** Get Process Parameter */
|
/** Get Process Parameter */
|
||||||
public int getAD_Process_Para_ID();
|
public int getAD_Process_Para_ID();
|
||||||
|
|
||||||
public I_AD_Process_Para getAD_Process_Para() throws Exception;
|
public I_AD_Process_Para getAD_Process_Para() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Scheduler_ID */
|
/** Column name AD_Scheduler_ID */
|
||||||
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
||||||
|
@ -76,7 +80,7 @@ public interface I_AD_Scheduler_Para
|
||||||
*/
|
*/
|
||||||
public int getAD_Scheduler_ID();
|
public int getAD_Scheduler_ID();
|
||||||
|
|
||||||
public I_AD_Scheduler getAD_Scheduler() throws Exception;
|
public I_AD_Scheduler getAD_Scheduler() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Description */
|
/** Column name Description */
|
||||||
public static final String COLUMNNAME_Description = "Description";
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
|
@ -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_Sequence
|
/** Generated Interface for AD_Sequence
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Sequence
|
public interface I_AD_Sequence
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Sequence
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Sequence_ID */
|
/** Column name AD_Sequence_ID */
|
||||||
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
|
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
|
||||||
|
|
||||||
|
|
|
@ -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_Sequence_Audit
|
/** Generated Interface for AD_Sequence_Audit
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Sequence_Audit
|
public interface I_AD_Sequence_Audit
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Sequence_Audit
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Sequence_ID */
|
/** Column name AD_Sequence_ID */
|
||||||
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
|
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Sequence_Audit
|
||||||
*/
|
*/
|
||||||
public int getAD_Sequence_ID();
|
public int getAD_Sequence_ID();
|
||||||
|
|
||||||
public I_AD_Sequence getAD_Sequence() throws Exception;
|
public I_AD_Sequence getAD_Sequence() 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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_Sequence_Audit
|
||||||
*/
|
*/
|
||||||
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 DocumentNo */
|
/** Column name DocumentNo */
|
||||||
public static final String COLUMNNAME_DocumentNo = "DocumentNo";
|
public static final String COLUMNNAME_DocumentNo = "DocumentNo";
|
||||||
|
|
|
@ -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_Sequence_No
|
/** Generated Interface for AD_Sequence_No
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Sequence_No
|
public interface I_AD_Sequence_No
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Sequence_No
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Sequence_ID */
|
/** Column name AD_Sequence_ID */
|
||||||
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
|
public static final String COLUMNNAME_AD_Sequence_ID = "AD_Sequence_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Sequence_No
|
||||||
*/
|
*/
|
||||||
public int getAD_Sequence_ID();
|
public int getAD_Sequence_ID();
|
||||||
|
|
||||||
public I_AD_Sequence getAD_Sequence() throws Exception;
|
public I_AD_Sequence getAD_Sequence() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name CalendarYear */
|
/** Column name CalendarYear */
|
||||||
public static final String COLUMNNAME_CalendarYear = "CalendarYear";
|
public static final String COLUMNNAME_CalendarYear = "CalendarYear";
|
||||||
|
|
|
@ -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_Session
|
/** Generated Interface for AD_Session
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Session
|
public interface I_AD_Session
|
||||||
{
|
{
|
||||||
|
@ -53,6 +44,19 @@ public interface I_AD_Session
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -66,7 +70,7 @@ public interface I_AD_Session
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
|
|
@ -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_SysConfig
|
/** Generated Interface for AD_SysConfig
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_SysConfig
|
public interface I_AD_SysConfig
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_SysConfig
|
||||||
|
|
||||||
/** 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_SysConfig_ID */
|
/** Column name AD_SysConfig_ID */
|
||||||
public static final String COLUMNNAME_AD_SysConfig_ID = "AD_SysConfig_ID";
|
public static final String COLUMNNAME_AD_SysConfig_ID = "AD_SysConfig_ID";
|
||||||
|
|
||||||
|
|
|
@ -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_System
|
/** Generated Interface for AD_System
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_System
|
public interface I_AD_System
|
||||||
{
|
{
|
||||||
|
@ -53,6 +44,19 @@ public interface I_AD_System
|
||||||
|
|
||||||
/** 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_System_ID */
|
/** Column name AD_System_ID */
|
||||||
public static final String COLUMNNAME_AD_System_ID = "AD_System_ID";
|
public static final String COLUMNNAME_AD_System_ID = "AD_System_ID";
|
||||||
|
|
||||||
|
|
|
@ -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_Tab
|
/** Generated Interface for AD_Tab
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Tab
|
public interface I_AD_Tab
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,7 @@ public interface I_AD_Tab
|
||||||
*/
|
*/
|
||||||
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_ColumnSortOrder_ID */
|
/** Column name AD_ColumnSortOrder_ID */
|
||||||
public static final String COLUMNNAME_AD_ColumnSortOrder_ID = "AD_ColumnSortOrder_ID";
|
public static final String COLUMNNAME_AD_ColumnSortOrder_ID = "AD_ColumnSortOrder_ID";
|
||||||
|
@ -106,7 +97,20 @@ public interface I_AD_Tab
|
||||||
*/
|
*/
|
||||||
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 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";
|
||||||
|
@ -121,7 +125,7 @@ public interface I_AD_Tab
|
||||||
*/
|
*/
|
||||||
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_Tab_ID */
|
/** Column name AD_Tab_ID */
|
||||||
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
||||||
|
@ -149,7 +153,7 @@ public interface I_AD_Tab
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -164,7 +168,7 @@ public interface I_AD_Tab
|
||||||
*/
|
*/
|
||||||
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 CommitWarning */
|
/** Column name CommitWarning */
|
||||||
public static final String COLUMNNAME_CommitWarning = "CommitWarning";
|
public static final String COLUMNNAME_CommitWarning = "CommitWarning";
|
||||||
|
|
|
@ -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_Table
|
/** Generated Interface for AD_Table
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Table
|
public interface I_AD_Table
|
||||||
{
|
{
|
||||||
|
@ -65,6 +56,19 @@ public interface I_AD_Table
|
||||||
*/
|
*/
|
||||||
public String getAccessLevel();
|
public String getAccessLevel();
|
||||||
|
|
||||||
|
/** 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_Table
|
||||||
*/
|
*/
|
||||||
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 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";
|
||||||
|
@ -106,7 +110,7 @@ public interface I_AD_Table
|
||||||
*/
|
*/
|
||||||
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 CopyColumnsFromTable */
|
/** Column name CopyColumnsFromTable */
|
||||||
public static final String COLUMNNAME_CopyColumnsFromTable = "CopyColumnsFromTable";
|
public static final String COLUMNNAME_CopyColumnsFromTable = "CopyColumnsFromTable";
|
||||||
|
|
|
@ -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_Table_Access
|
/** Generated Interface for AD_Table_Access
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Table_Access
|
public interface I_AD_Table_Access
|
||||||
{
|
{
|
||||||
|
@ -65,6 +56,19 @@ public interface I_AD_Table_Access
|
||||||
*/
|
*/
|
||||||
public String getAccessTypeRule();
|
public String getAccessTypeRule();
|
||||||
|
|
||||||
|
/** 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";
|
||||||
|
|
||||||
|
@ -78,7 +82,7 @@ public interface I_AD_Table_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";
|
||||||
|
@ -93,7 +97,7 @@ public interface I_AD_Table_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 IsCanExport */
|
/** Column name IsCanExport */
|
||||||
public static final String COLUMNNAME_IsCanExport = "IsCanExport";
|
public static final String COLUMNNAME_IsCanExport = "IsCanExport";
|
||||||
|
|
|
@ -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_Table_ScriptValidator
|
/** Generated Interface for AD_Table_ScriptValidator
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Table_ScriptValidator
|
public interface I_AD_Table_ScriptValidator
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Table_ScriptValidator
|
||||||
|
|
||||||
/** 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_Rule_ID */
|
/** Column name AD_Rule_ID */
|
||||||
public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID";
|
public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID";
|
||||||
|
|
||||||
|
@ -61,7 +65,7 @@ public interface I_AD_Table_ScriptValidator
|
||||||
/** Get Rule */
|
/** Get Rule */
|
||||||
public int getAD_Rule_ID();
|
public int getAD_Rule_ID();
|
||||||
|
|
||||||
public I_AD_Rule getAD_Rule() throws Exception;
|
public I_AD_Rule getAD_Rule() 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";
|
||||||
|
@ -76,7 +80,7 @@ public interface I_AD_Table_ScriptValidator
|
||||||
*/
|
*/
|
||||||
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_Table_ScriptValidator_ID */
|
/** Column name AD_Table_ScriptValidator_ID */
|
||||||
public static final String COLUMNNAME_AD_Table_ScriptValidator_ID = "AD_Table_ScriptValidator_ID";
|
public static final String COLUMNNAME_AD_Table_ScriptValidator_ID = "AD_Table_ScriptValidator_ID";
|
||||||
|
|
|
@ -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_Task
|
/** Generated Interface for AD_Task
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Task
|
public interface I_AD_Task
|
||||||
{
|
{
|
||||||
|
@ -65,6 +56,19 @@ public interface I_AD_Task
|
||||||
*/
|
*/
|
||||||
public String getAccessLevel();
|
public String getAccessLevel();
|
||||||
|
|
||||||
|
/** 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_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";
|
||||||
|
|
||||||
|
|
|
@ -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_TaskInstance
|
/** Generated Interface for AD_TaskInstance
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TaskInstance
|
public interface I_AD_TaskInstance
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TaskInstance
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
|
|
@ -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_Task_Access
|
/** Generated Interface for AD_Task_Access
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Task_Access
|
public interface I_AD_Task_Access
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Task_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_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Task_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_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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_Task_Access
|
||||||
*/
|
*/
|
||||||
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 IsReadWrite */
|
/** Column name IsReadWrite */
|
||||||
public static final String COLUMNNAME_IsReadWrite = "IsReadWrite";
|
public static final String COLUMNNAME_IsReadWrite = "IsReadWrite";
|
||||||
|
|
|
@ -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_Tree
|
/** Generated Interface for AD_Tree
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Tree
|
public interface I_AD_Tree
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Tree
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
|
|
@ -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_TreeBar
|
/** Generated Interface for AD_TreeBar
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeBar
|
public interface I_AD_TreeBar
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeBar
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeBar
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() 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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_TreeBar
|
||||||
*/
|
*/
|
||||||
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 Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNode
|
/** Generated Interface for AD_TreeNode
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNode
|
public interface I_AD_TreeNode
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNode
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNode
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeBP
|
/** Generated Interface for AD_TreeNodeBP
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeBP
|
public interface I_AD_TreeNodeBP
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeBP
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeBP
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeCMC
|
/** Generated Interface for AD_TreeNodeCMC
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeCMC
|
public interface I_AD_TreeNodeCMC
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeCMC
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeCMC
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeCMM
|
/** Generated Interface for AD_TreeNodeCMM
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeCMM
|
public interface I_AD_TreeNodeCMM
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeCMM
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeCMM
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeCMS
|
/** Generated Interface for AD_TreeNodeCMS
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeCMS
|
public interface I_AD_TreeNodeCMS
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeCMS
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeCMS
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeCMT
|
/** Generated Interface for AD_TreeNodeCMT
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeCMT
|
public interface I_AD_TreeNodeCMT
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeCMT
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeCMT
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeMM
|
/** Generated Interface for AD_TreeNodeMM
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeMM
|
public interface I_AD_TreeNodeMM
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeMM
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeMM
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodePR
|
/** Generated Interface for AD_TreeNodePR
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodePR
|
public interface I_AD_TreeNodePR
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodePR
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodePR
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeU1
|
/** Generated Interface for AD_TreeNodeU1
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeU1
|
public interface I_AD_TreeNodeU1
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeU1
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeU1
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeU2
|
/** Generated Interface for AD_TreeNodeU2
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeU2
|
public interface I_AD_TreeNodeU2
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeU2
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeU2
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeU3
|
/** Generated Interface for AD_TreeNodeU3
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeU3
|
public interface I_AD_TreeNodeU3
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeU3
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeU3
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_TreeNodeU4
|
/** Generated Interface for AD_TreeNodeU4
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_TreeNodeU4
|
public interface I_AD_TreeNodeU4
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_TreeNodeU4
|
||||||
|
|
||||||
/** 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_ID */
|
/** Column name AD_Tree_ID */
|
||||||
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
public static final String COLUMNNAME_AD_Tree_ID = "AD_Tree_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_TreeNodeU4
|
||||||
*/
|
*/
|
||||||
public int getAD_Tree_ID();
|
public int getAD_Tree_ID();
|
||||||
|
|
||||||
public I_AD_Tree getAD_Tree() throws Exception;
|
public I_AD_Tree getAD_Tree() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Node_ID */
|
/** Column name Node_ID */
|
||||||
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
public static final String COLUMNNAME_Node_ID = "Node_ID";
|
||||||
|
|
|
@ -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_User
|
/** Generated Interface for AD_User
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_User
|
public interface I_AD_User
|
||||||
{
|
{
|
||||||
|
@ -53,6 +44,19 @@ public interface I_AD_User
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_OrgTrx_ID */
|
/** Column name AD_OrgTrx_ID */
|
||||||
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
|
public static final String COLUMNNAME_AD_OrgTrx_ID = "AD_OrgTrx_ID";
|
||||||
|
|
||||||
|
@ -105,7 +109,7 @@ public interface I_AD_User
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -120,7 +124,7 @@ public interface I_AD_User
|
||||||
*/
|
*/
|
||||||
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_Greeting_ID */
|
/** Column name C_Greeting_ID */
|
||||||
public static final String COLUMNNAME_C_Greeting_ID = "C_Greeting_ID";
|
public static final String COLUMNNAME_C_Greeting_ID = "C_Greeting_ID";
|
||||||
|
@ -135,7 +139,7 @@ public interface I_AD_User
|
||||||
*/
|
*/
|
||||||
public int getC_Greeting_ID();
|
public int getC_Greeting_ID();
|
||||||
|
|
||||||
public I_C_Greeting getC_Greeting() throws Exception;
|
public I_C_Greeting getC_Greeting() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name C_Job_ID */
|
/** Column name C_Job_ID */
|
||||||
public static final String COLUMNNAME_C_Job_ID = "C_Job_ID";
|
public static final String COLUMNNAME_C_Job_ID = "C_Job_ID";
|
||||||
|
@ -150,7 +154,7 @@ public interface I_AD_User
|
||||||
*/
|
*/
|
||||||
public int getC_Job_ID();
|
public int getC_Job_ID();
|
||||||
|
|
||||||
public I_C_Job getC_Job() throws Exception;
|
public I_C_Job getC_Job() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Comments */
|
/** Column name Comments */
|
||||||
public static final String COLUMNNAME_Comments = "Comments";
|
public static final String COLUMNNAME_Comments = "Comments";
|
||||||
|
|
|
@ -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_UserBPAccess
|
/** Generated Interface for AD_UserBPAccess
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_UserBPAccess
|
public interface I_AD_UserBPAccess
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_UserBPAccess
|
||||||
|
|
||||||
/** 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_UserBPAccess_ID */
|
/** Column name AD_UserBPAccess_ID */
|
||||||
public static final String COLUMNNAME_AD_UserBPAccess_ID = "AD_UserBPAccess_ID";
|
public static final String COLUMNNAME_AD_UserBPAccess_ID = "AD_UserBPAccess_ID";
|
||||||
|
|
||||||
|
@ -78,7 +82,7 @@ public interface I_AD_UserBPAccess
|
||||||
*/
|
*/
|
||||||
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 BPAccessType */
|
/** Column name BPAccessType */
|
||||||
public static final String COLUMNNAME_BPAccessType = "BPAccessType";
|
public static final String COLUMNNAME_BPAccessType = "BPAccessType";
|
||||||
|
@ -119,5 +123,5 @@ public interface I_AD_UserBPAccess
|
||||||
*/
|
*/
|
||||||
public int getR_RequestType_ID();
|
public int getR_RequestType_ID();
|
||||||
|
|
||||||
public I_R_RequestType getR_RequestType() throws Exception;
|
public I_R_RequestType getR_RequestType() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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_UserDef_Field
|
/** Generated Interface for AD_UserDef_Field
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_UserDef_Field
|
public interface I_AD_UserDef_Field
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,20 @@ public interface I_AD_UserDef_Field
|
||||||
*/
|
*/
|
||||||
public int getAD_Field_ID();
|
public int getAD_Field_ID();
|
||||||
|
|
||||||
public I_AD_Field getAD_Field() throws Exception;
|
public I_AD_Field getAD_Field() 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_UserDef_Field_ID */
|
/** Column name AD_UserDef_Field_ID */
|
||||||
public static final String COLUMNNAME_AD_UserDef_Field_ID = "AD_UserDef_Field_ID";
|
public static final String COLUMNNAME_AD_UserDef_Field_ID = "AD_UserDef_Field_ID";
|
||||||
|
@ -85,7 +89,7 @@ public interface I_AD_UserDef_Field
|
||||||
/** Get User defined Tab */
|
/** Get User defined Tab */
|
||||||
public int getAD_UserDef_Tab_ID();
|
public int getAD_UserDef_Tab_ID();
|
||||||
|
|
||||||
public I_AD_UserDef_Tab getAD_UserDef_Tab() throws Exception;
|
public I_AD_UserDef_Tab getAD_UserDef_Tab() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name DefaultValue */
|
/** Column name DefaultValue */
|
||||||
public static final String COLUMNNAME_DefaultValue = "DefaultValue";
|
public static final String COLUMNNAME_DefaultValue = "DefaultValue";
|
||||||
|
|
|
@ -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_UserDef_Tab
|
/** Generated Interface for AD_UserDef_Tab
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_UserDef_Tab
|
public interface I_AD_UserDef_Tab
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_UserDef_Tab
|
||||||
|
|
||||||
/** 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_Tab_ID */
|
/** Column name AD_Tab_ID */
|
||||||
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_UserDef_Tab
|
||||||
*/
|
*/
|
||||||
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_UserDef_Tab_ID */
|
/** Column name AD_UserDef_Tab_ID */
|
||||||
public static final String COLUMNNAME_AD_UserDef_Tab_ID = "AD_UserDef_Tab_ID";
|
public static final String COLUMNNAME_AD_UserDef_Tab_ID = "AD_UserDef_Tab_ID";
|
||||||
|
@ -85,7 +89,7 @@ public interface I_AD_UserDef_Tab
|
||||||
/** Get User defined Window */
|
/** Get User defined Window */
|
||||||
public int getAD_UserDef_Win_ID();
|
public int getAD_UserDef_Win_ID();
|
||||||
|
|
||||||
public I_AD_UserDef_Win getAD_UserDef_Win() throws Exception;
|
public I_AD_UserDef_Win getAD_UserDef_Win() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Description */
|
/** Column name Description */
|
||||||
public static final String COLUMNNAME_Description = "Description";
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
|
@ -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_UserDef_Win
|
/** Generated Interface for AD_UserDef_Win
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_UserDef_Win
|
public interface I_AD_UserDef_Win
|
||||||
{
|
{
|
||||||
|
@ -65,6 +56,19 @@ public interface I_AD_UserDef_Win
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
|
||||||
|
@ -78,7 +82,7 @@ public interface I_AD_UserDef_Win
|
||||||
*/
|
*/
|
||||||
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_UserDef_Win_ID */
|
/** Column name AD_UserDef_Win_ID */
|
||||||
public static final String COLUMNNAME_AD_UserDef_Win_ID = "AD_UserDef_Win_ID";
|
public static final String COLUMNNAME_AD_UserDef_Win_ID = "AD_UserDef_Win_ID";
|
||||||
|
@ -102,7 +106,7 @@ public interface I_AD_UserDef_Win
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -117,7 +121,7 @@ public interface I_AD_UserDef_Win
|
||||||
*/
|
*/
|
||||||
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 Description */
|
/** Column name Description */
|
||||||
public static final String COLUMNNAME_Description = "Description";
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
|
@ -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_UserMail
|
/** Generated Interface for AD_UserMail
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_UserMail
|
public interface I_AD_UserMail
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_UserMail
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_User_ID */
|
/** Column name AD_User_ID */
|
||||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_UserMail
|
||||||
*/
|
*/
|
||||||
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_UserMail_ID */
|
/** Column name AD_UserMail_ID */
|
||||||
public static final String COLUMNNAME_AD_UserMail_ID = "AD_UserMail_ID";
|
public static final String COLUMNNAME_AD_UserMail_ID = "AD_UserMail_ID";
|
||||||
|
@ -141,7 +145,7 @@ public interface I_AD_UserMail
|
||||||
*/
|
*/
|
||||||
public int getR_MailText_ID();
|
public int getR_MailText_ID();
|
||||||
|
|
||||||
public I_R_MailText getR_MailText() throws Exception;
|
public I_R_MailText getR_MailText() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Subject */
|
/** Column name Subject */
|
||||||
public static final String COLUMNNAME_Subject = "Subject";
|
public static final String COLUMNNAME_Subject = "Subject";
|
||||||
|
@ -169,5 +173,5 @@ public interface I_AD_UserMail
|
||||||
*/
|
*/
|
||||||
public int getW_MailMsg_ID();
|
public int getW_MailMsg_ID();
|
||||||
|
|
||||||
public I_W_MailMsg getW_MailMsg() throws Exception;
|
public I_W_MailMsg getW_MailMsg() throws RuntimeException;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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_UserQuery
|
/** Generated Interface for AD_UserQuery
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_UserQuery
|
public interface I_AD_UserQuery
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_UserQuery
|
||||||
|
|
||||||
/** 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_Tab_ID */
|
/** Column name AD_Tab_ID */
|
||||||
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_UserQuery
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_UserQuery
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -95,7 +99,7 @@ public interface I_AD_UserQuery
|
||||||
*/
|
*/
|
||||||
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_UserQuery_ID */
|
/** Column name AD_UserQuery_ID */
|
||||||
public static final String COLUMNNAME_AD_UserQuery_ID = "AD_UserQuery_ID";
|
public static final String COLUMNNAME_AD_UserQuery_ID = "AD_UserQuery_ID";
|
||||||
|
|
|
@ -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_User_OrgAccess
|
/** Generated Interface for AD_User_OrgAccess
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_User_OrgAccess
|
public interface I_AD_User_OrgAccess
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_User_OrgAccess
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_User_ID */
|
/** Column name AD_User_ID */
|
||||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_User_OrgAccess
|
||||||
*/
|
*/
|
||||||
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 IsReadOnly */
|
/** Column name IsReadOnly */
|
||||||
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
|
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
|
||||||
|
|
|
@ -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_User_Roles
|
/** Generated Interface for AD_User_Roles
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_User_Roles
|
public interface I_AD_User_Roles
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_User_Roles
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_User_Roles
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -80,5 +84,5 @@ public interface I_AD_User_Roles
|
||||||
*/
|
*/
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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_User_Substitute
|
/** Generated Interface for AD_User_Substitute
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_User_Substitute
|
public interface I_AD_User_Substitute
|
||||||
{
|
{
|
||||||
|
@ -53,6 +44,19 @@ public interface I_AD_User_Substitute
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_User_ID */
|
/** Column name AD_User_ID */
|
||||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||||
|
|
||||||
|
@ -66,7 +70,7 @@ public interface I_AD_User_Substitute
|
||||||
*/
|
*/
|
||||||
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_User_Substitute_ID */
|
/** Column name AD_User_Substitute_ID */
|
||||||
public static final String COLUMNNAME_AD_User_Substitute_ID = "AD_User_Substitute_ID";
|
public static final String COLUMNNAME_AD_User_Substitute_ID = "AD_User_Substitute_ID";
|
||||||
|
|
|
@ -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_Val_Rule
|
/** Generated Interface for AD_Val_Rule
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Val_Rule
|
public interface I_AD_Val_Rule
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Val_Rule
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
|
|
@ -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_WF_Activity
|
/** Generated Interface for AD_WF_Activity
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_Activity
|
public interface I_AD_WF_Activity
|
||||||
{
|
{
|
||||||
|
@ -66,7 +57,20 @@ public interface I_AD_WF_Activity
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -81,7 +85,7 @@ public interface I_AD_WF_Activity
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -122,7 +126,7 @@ public interface I_AD_WF_Activity
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Node_ID();
|
public int getAD_WF_Node_ID();
|
||||||
|
|
||||||
public I_AD_WF_Node getAD_WF_Node() throws Exception;
|
public I_AD_WF_Node getAD_WF_Node() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Process_ID */
|
/** Column name AD_WF_Process_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID";
|
public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID";
|
||||||
|
@ -137,7 +141,7 @@ public interface I_AD_WF_Activity
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Process_ID();
|
public int getAD_WF_Process_ID();
|
||||||
|
|
||||||
public I_AD_WF_Process getAD_WF_Process() throws Exception;
|
public I_AD_WF_Process getAD_WF_Process() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Responsible_ID */
|
/** Column name AD_WF_Responsible_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID";
|
public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID";
|
||||||
|
@ -152,7 +156,7 @@ public interface I_AD_WF_Activity
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Responsible_ID();
|
public int getAD_WF_Responsible_ID();
|
||||||
|
|
||||||
public I_AD_WF_Responsible getAD_WF_Responsible() throws Exception;
|
public I_AD_WF_Responsible getAD_WF_Responsible() 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";
|
||||||
|
@ -167,7 +171,7 @@ public interface I_AD_WF_Activity
|
||||||
*/
|
*/
|
||||||
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 DateLastAlert */
|
/** Column name DateLastAlert */
|
||||||
public static final String COLUMNNAME_DateLastAlert = "DateLastAlert";
|
public static final String COLUMNNAME_DateLastAlert = "DateLastAlert";
|
||||||
|
|
|
@ -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_WF_ActivityResult
|
/** Generated Interface for AD_WF_ActivityResult
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_ActivityResult
|
public interface I_AD_WF_ActivityResult
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_WF_ActivityResult
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_WF_ActivityResult
|
||||||
*/
|
*/
|
||||||
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 AD_WF_ActivityResult_ID */
|
/** Column name AD_WF_ActivityResult_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_ActivityResult_ID = "AD_WF_ActivityResult_ID";
|
public static final String COLUMNNAME_AD_WF_ActivityResult_ID = "AD_WF_ActivityResult_ID";
|
||||||
|
|
|
@ -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_WF_Block
|
/** Generated Interface for AD_WF_Block
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_Block
|
public interface I_AD_WF_Block
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_WF_Block
|
||||||
|
|
||||||
/** 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_WF_Block_ID */
|
/** Column name AD_WF_Block_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Block_ID = "AD_WF_Block_ID";
|
public static final String COLUMNNAME_AD_WF_Block_ID = "AD_WF_Block_ID";
|
||||||
|
|
||||||
|
@ -78,7 +82,7 @@ public interface I_AD_WF_Block
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
|
|
@ -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_WF_EventAudit
|
/** Generated Interface for AD_WF_EventAudit
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_EventAudit
|
public interface I_AD_WF_EventAudit
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_WF_EventAudit
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Table_ID */
|
/** Column name AD_Table_ID */
|
||||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_WF_EventAudit
|
||||||
*/
|
*/
|
||||||
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_WF_EventAudit
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Node_ID();
|
public int getAD_WF_Node_ID();
|
||||||
|
|
||||||
public I_AD_WF_Node getAD_WF_Node() throws Exception;
|
public I_AD_WF_Node getAD_WF_Node() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Process_ID */
|
/** Column name AD_WF_Process_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID";
|
public static final String COLUMNNAME_AD_WF_Process_ID = "AD_WF_Process_ID";
|
||||||
|
@ -121,7 +125,7 @@ public interface I_AD_WF_EventAudit
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Process_ID();
|
public int getAD_WF_Process_ID();
|
||||||
|
|
||||||
public I_AD_WF_Process getAD_WF_Process() throws Exception;
|
public I_AD_WF_Process getAD_WF_Process() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Responsible_ID */
|
/** Column name AD_WF_Responsible_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID";
|
public static final String COLUMNNAME_AD_WF_Responsible_ID = "AD_WF_Responsible_ID";
|
||||||
|
@ -136,7 +140,7 @@ public interface I_AD_WF_EventAudit
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Responsible_ID();
|
public int getAD_WF_Responsible_ID();
|
||||||
|
|
||||||
public I_AD_WF_Responsible getAD_WF_Responsible() throws Exception;
|
public I_AD_WF_Responsible getAD_WF_Responsible() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AttributeName */
|
/** Column name AttributeName */
|
||||||
public static final String COLUMNNAME_AttributeName = "AttributeName";
|
public static final String COLUMNNAME_AttributeName = "AttributeName";
|
||||||
|
|
|
@ -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_WF_NextCondition
|
/** Generated Interface for AD_WF_NextCondition
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_NextCondition
|
public interface I_AD_WF_NextCondition
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,20 @@ public interface I_AD_WF_NextCondition
|
||||||
*/
|
*/
|
||||||
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_WF_NextCondition_ID */
|
/** Column name AD_WF_NextCondition_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_NextCondition_ID = "AD_WF_NextCondition_ID";
|
public static final String COLUMNNAME_AD_WF_NextCondition_ID = "AD_WF_NextCondition_ID";
|
||||||
|
@ -93,7 +97,7 @@ public interface I_AD_WF_NextCondition
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_NodeNext_ID();
|
public int getAD_WF_NodeNext_ID();
|
||||||
|
|
||||||
public I_AD_WF_NodeNext getAD_WF_NodeNext() throws Exception;
|
public I_AD_WF_NodeNext getAD_WF_NodeNext() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AndOr */
|
/** Column name AndOr */
|
||||||
public static final String COLUMNNAME_AndOr = "AndOr";
|
public static final String COLUMNNAME_AndOr = "AndOr";
|
||||||
|
|
|
@ -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_WF_Node
|
/** Generated Interface for AD_WF_Node
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_Node
|
public interface I_AD_WF_Node
|
||||||
{
|
{
|
||||||
|
@ -79,7 +70,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -94,7 +85,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
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_Image_ID */
|
/** Column name AD_Image_ID */
|
||||||
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
||||||
|
@ -109,7 +100,20 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
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 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";
|
||||||
|
@ -124,7 +128,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -139,7 +143,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
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_WF_Block_ID */
|
/** Column name AD_WF_Block_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Block_ID = "AD_WF_Block_ID";
|
public static final String COLUMNNAME_AD_WF_Block_ID = "AD_WF_Block_ID";
|
||||||
|
@ -154,7 +158,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Block_ID();
|
public int getAD_WF_Block_ID();
|
||||||
|
|
||||||
public I_AD_WF_Block getAD_WF_Block() throws Exception;
|
public I_AD_WF_Block getAD_WF_Block() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Node_ID */
|
/** Column name AD_WF_Node_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID";
|
public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID";
|
||||||
|
@ -182,7 +186,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Responsible_ID();
|
public int getAD_WF_Responsible_ID();
|
||||||
|
|
||||||
public I_AD_WF_Responsible getAD_WF_Responsible() throws Exception;
|
public I_AD_WF_Responsible getAD_WF_Responsible() 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";
|
||||||
|
@ -197,7 +201,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -212,7 +216,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
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 AttributeName */
|
/** Column name AttributeName */
|
||||||
public static final String COLUMNNAME_AttributeName = "AttributeName";
|
public static final String COLUMNNAME_AttributeName = "AttributeName";
|
||||||
|
@ -253,7 +257,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
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 Cost */
|
/** Column name Cost */
|
||||||
public static final String COLUMNNAME_Cost = "Cost";
|
public static final String COLUMNNAME_Cost = "Cost";
|
||||||
|
@ -416,19 +420,19 @@ public interface I_AD_WF_Node
|
||||||
/** Column name IsMilestone */
|
/** Column name IsMilestone */
|
||||||
public static final String COLUMNNAME_IsMilestone = "IsMilestone";
|
public static final String COLUMNNAME_IsMilestone = "IsMilestone";
|
||||||
|
|
||||||
/** Set IsMilestone */
|
/** Set Is Milestone */
|
||||||
public void setIsMilestone (boolean IsMilestone);
|
public void setIsMilestone (boolean IsMilestone);
|
||||||
|
|
||||||
/** Get IsMilestone */
|
/** Get Is Milestone */
|
||||||
public boolean isMilestone();
|
public boolean isMilestone();
|
||||||
|
|
||||||
/** Column name IsSubcontracting */
|
/** Column name IsSubcontracting */
|
||||||
public static final String COLUMNNAME_IsSubcontracting = "IsSubcontracting";
|
public static final String COLUMNNAME_IsSubcontracting = "IsSubcontracting";
|
||||||
|
|
||||||
/** Set IsSubcontracting */
|
/** Set Is Subcontracting */
|
||||||
public void setIsSubcontracting (boolean IsSubcontracting);
|
public void setIsSubcontracting (boolean IsSubcontracting);
|
||||||
|
|
||||||
/** Get IsSubcontracting */
|
/** Get Is Subcontracting */
|
||||||
public boolean isSubcontracting();
|
public boolean isSubcontracting();
|
||||||
|
|
||||||
/** Column name JoinElement */
|
/** Column name JoinElement */
|
||||||
|
@ -460,10 +464,10 @@ public interface I_AD_WF_Node
|
||||||
/** Column name MovingTime */
|
/** Column name MovingTime */
|
||||||
public static final String COLUMNNAME_MovingTime = "MovingTime";
|
public static final String COLUMNNAME_MovingTime = "MovingTime";
|
||||||
|
|
||||||
/** Set MovingTime */
|
/** Set Moving Time */
|
||||||
public void setMovingTime (int MovingTime);
|
public void setMovingTime (int MovingTime);
|
||||||
|
|
||||||
/** Get MovingTime */
|
/** Get Moving Time */
|
||||||
public int getMovingTime();
|
public int getMovingTime();
|
||||||
|
|
||||||
/** Column name Name */
|
/** Column name Name */
|
||||||
|
@ -482,10 +486,10 @@ public interface I_AD_WF_Node
|
||||||
/** Column name OverlapUnits */
|
/** Column name OverlapUnits */
|
||||||
public static final String COLUMNNAME_OverlapUnits = "OverlapUnits";
|
public static final String COLUMNNAME_OverlapUnits = "OverlapUnits";
|
||||||
|
|
||||||
/** Set OverlapUnits */
|
/** Set Overlap Units */
|
||||||
public void setOverlapUnits (int OverlapUnits);
|
public void setOverlapUnits (int OverlapUnits);
|
||||||
|
|
||||||
/** Get OverlapUnits */
|
/** Get Overlap Units */
|
||||||
public int getOverlapUnits();
|
public int getOverlapUnits();
|
||||||
|
|
||||||
/** Column name Priority */
|
/** Column name Priority */
|
||||||
|
@ -504,10 +508,10 @@ public interface I_AD_WF_Node
|
||||||
/** Column name QueuingTime */
|
/** Column name QueuingTime */
|
||||||
public static final String COLUMNNAME_QueuingTime = "QueuingTime";
|
public static final String COLUMNNAME_QueuingTime = "QueuingTime";
|
||||||
|
|
||||||
/** Set QueuingTime */
|
/** Set Queuing Time */
|
||||||
public void setQueuingTime (int QueuingTime);
|
public void setQueuingTime (int QueuingTime);
|
||||||
|
|
||||||
/** Get QueuingTime */
|
/** Get Queuing Time */
|
||||||
public int getQueuingTime();
|
public int getQueuingTime();
|
||||||
|
|
||||||
/** Column name R_MailText_ID */
|
/** Column name R_MailText_ID */
|
||||||
|
@ -523,7 +527,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
public int getR_MailText_ID();
|
public int getR_MailText_ID();
|
||||||
|
|
||||||
public I_R_MailText getR_MailText() throws Exception;
|
public I_R_MailText getR_MailText() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name SetupTime */
|
/** Column name SetupTime */
|
||||||
public static final String COLUMNNAME_SetupTime = "SetupTime";
|
public static final String COLUMNNAME_SetupTime = "SetupTime";
|
||||||
|
@ -564,7 +568,7 @@ public interface I_AD_WF_Node
|
||||||
*/
|
*/
|
||||||
public int getS_Resource_ID();
|
public int getS_Resource_ID();
|
||||||
|
|
||||||
public I_S_Resource getS_Resource() throws Exception;
|
public I_S_Resource getS_Resource() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name StartMode */
|
/** Column name StartMode */
|
||||||
public static final String COLUMNNAME_StartMode = "StartMode";
|
public static final String COLUMNNAME_StartMode = "StartMode";
|
||||||
|
@ -595,10 +599,10 @@ public interface I_AD_WF_Node
|
||||||
/** Column name UnitsCycles */
|
/** Column name UnitsCycles */
|
||||||
public static final String COLUMNNAME_UnitsCycles = "UnitsCycles";
|
public static final String COLUMNNAME_UnitsCycles = "UnitsCycles";
|
||||||
|
|
||||||
/** Set UnitsCycles */
|
/** Set Units Cycles */
|
||||||
public void setUnitsCycles (BigDecimal UnitsCycles);
|
public void setUnitsCycles (BigDecimal UnitsCycles);
|
||||||
|
|
||||||
/** Get UnitsCycles */
|
/** Get Units Cycles */
|
||||||
public BigDecimal getUnitsCycles();
|
public BigDecimal getUnitsCycles();
|
||||||
|
|
||||||
/** Column name ValidFrom */
|
/** Column name ValidFrom */
|
||||||
|
|
|
@ -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_WF_NodeNext
|
/** Generated Interface for AD_WF_NodeNext
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_NodeNext
|
public interface I_AD_WF_NodeNext
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_WF_NodeNext
|
||||||
|
|
||||||
/** 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_WF_Next_ID */
|
/** Column name AD_WF_Next_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Next_ID = "AD_WF_Next_ID";
|
public static final String COLUMNNAME_AD_WF_Next_ID = "AD_WF_Next_ID";
|
||||||
|
|
||||||
|
@ -78,7 +82,7 @@ public interface I_AD_WF_NodeNext
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Node_ID();
|
public int getAD_WF_Node_ID();
|
||||||
|
|
||||||
public I_AD_WF_Node getAD_WF_Node() throws Exception;
|
public I_AD_WF_Node getAD_WF_Node() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_NodeNext_ID */
|
/** Column name AD_WF_NodeNext_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_NodeNext_ID = "AD_WF_NodeNext_ID";
|
public static final String COLUMNNAME_AD_WF_NodeNext_ID = "AD_WF_NodeNext_ID";
|
||||||
|
|
|
@ -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_WF_Node_Para
|
/** Generated Interface for AD_WF_Node_Para
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_Node_Para
|
public interface I_AD_WF_Node_Para
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_WF_Node_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_Process_Para_ID */
|
/** Column name AD_Process_Para_ID */
|
||||||
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
||||||
|
|
||||||
|
@ -61,7 +65,7 @@ public interface I_AD_WF_Node_Para
|
||||||
/** Get Process Parameter */
|
/** Get Process Parameter */
|
||||||
public int getAD_Process_Para_ID();
|
public int getAD_Process_Para_ID();
|
||||||
|
|
||||||
public I_AD_Process_Para getAD_Process_Para() throws Exception;
|
public I_AD_Process_Para getAD_Process_Para() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Node_ID */
|
/** Column name AD_WF_Node_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID";
|
public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID";
|
||||||
|
@ -76,7 +80,7 @@ public interface I_AD_WF_Node_Para
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Node_ID();
|
public int getAD_WF_Node_ID();
|
||||||
|
|
||||||
public I_AD_WF_Node getAD_WF_Node() throws Exception;
|
public I_AD_WF_Node getAD_WF_Node() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WF_Node_Para_ID */
|
/** Column name AD_WF_Node_Para_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Node_Para_ID = "AD_WF_Node_Para_ID";
|
public static final String COLUMNNAME_AD_WF_Node_Para_ID = "AD_WF_Node_Para_ID";
|
||||||
|
|
|
@ -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_WF_Process
|
/** Generated Interface for AD_WF_Process
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_Process
|
public interface I_AD_WF_Process
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,20 @@ public interface I_AD_WF_Process
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_WF_Process
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -121,7 +125,7 @@ public interface I_AD_WF_Process
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Responsible_ID();
|
public int getAD_WF_Responsible_ID();
|
||||||
|
|
||||||
public I_AD_WF_Responsible getAD_WF_Responsible() throws Exception;
|
public I_AD_WF_Responsible getAD_WF_Responsible() 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";
|
||||||
|
@ -136,7 +140,7 @@ public interface I_AD_WF_Process
|
||||||
*/
|
*/
|
||||||
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 Priority */
|
/** Column name Priority */
|
||||||
public static final String COLUMNNAME_Priority = "Priority";
|
public static final String COLUMNNAME_Priority = "Priority";
|
||||||
|
|
|
@ -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_WF_ProcessData
|
/** Generated Interface for AD_WF_ProcessData
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_ProcessData
|
public interface I_AD_WF_ProcessData
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_WF_ProcessData
|
||||||
|
|
||||||
/** 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_WF_ProcessData_ID */
|
/** Column name AD_WF_ProcessData_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_ProcessData_ID = "AD_WF_ProcessData_ID";
|
public static final String COLUMNNAME_AD_WF_ProcessData_ID = "AD_WF_ProcessData_ID";
|
||||||
|
|
||||||
|
@ -78,7 +82,7 @@ public interface I_AD_WF_ProcessData
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Process_ID();
|
public int getAD_WF_Process_ID();
|
||||||
|
|
||||||
public I_AD_WF_Process getAD_WF_Process() throws Exception;
|
public I_AD_WF_Process getAD_WF_Process() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AttributeName */
|
/** Column name AttributeName */
|
||||||
public static final String COLUMNNAME_AttributeName = "AttributeName";
|
public static final String COLUMNNAME_AttributeName = "AttributeName";
|
||||||
|
|
|
@ -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_WF_Responsible
|
/** Generated Interface for AD_WF_Responsible
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WF_Responsible
|
public interface I_AD_WF_Responsible
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_WF_Responsible
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_WF_Responsible
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
|
|
@ -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_Window
|
/** Generated Interface for AD_Window
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Window
|
public interface I_AD_Window
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,7 @@ public interface I_AD_Window
|
||||||
*/
|
*/
|
||||||
public int getAD_Color_ID();
|
public int getAD_Color_ID();
|
||||||
|
|
||||||
public I_AD_Color getAD_Color() throws Exception;
|
public I_AD_Color getAD_Color() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Image_ID */
|
/** Column name AD_Image_ID */
|
||||||
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
||||||
|
@ -80,7 +71,20 @@ public interface I_AD_Window
|
||||||
*/
|
*/
|
||||||
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 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";
|
||||||
|
|
|
@ -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_Window_Access
|
/** Generated Interface for AD_Window_Access
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Window_Access
|
public interface I_AD_Window_Access
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Window_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_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Window_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_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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_Window_Access
|
||||||
*/
|
*/
|
||||||
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 IsReadWrite */
|
/** Column name IsReadWrite */
|
||||||
public static final String COLUMNNAME_IsReadWrite = "IsReadWrite";
|
public static final String COLUMNNAME_IsReadWrite = "IsReadWrite";
|
||||||
|
|
|
@ -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_Workbench
|
/** Generated Interface for AD_Workbench
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Workbench
|
public interface I_AD_Workbench
|
||||||
{
|
{
|
||||||
|
@ -91,6 +82,19 @@ public interface I_AD_Workbench
|
||||||
*/
|
*/
|
||||||
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 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";
|
||||||
|
|
||||||
|
|
|
@ -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_WorkbenchWindow
|
/** Generated Interface for AD_WorkbenchWindow
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WorkbenchWindow
|
public interface I_AD_WorkbenchWindow
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,20 @@ public interface I_AD_WorkbenchWindow
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_WorkbenchWindow
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -95,7 +99,7 @@ public interface I_AD_WorkbenchWindow
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -110,7 +114,7 @@ public interface I_AD_WorkbenchWindow
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -125,7 +129,7 @@ public interface I_AD_WorkbenchWindow
|
||||||
*/
|
*/
|
||||||
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_WorkbenchWindow_ID */
|
/** Column name AD_WorkbenchWindow_ID */
|
||||||
public static final String COLUMNNAME_AD_WorkbenchWindow_ID = "AD_WorkbenchWindow_ID";
|
public static final String COLUMNNAME_AD_WorkbenchWindow_ID = "AD_WorkbenchWindow_ID";
|
||||||
|
|
|
@ -25,7 +25,7 @@ import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
/** Generated Interface for AD_Workflow
|
/** Generated Interface for AD_Workflow
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Workflow
|
public interface I_AD_Workflow
|
||||||
{
|
{
|
||||||
|
|
|
@ -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_WorkflowProcessor
|
/** Generated Interface for AD_WorkflowProcessor
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WorkflowProcessor
|
public interface I_AD_WorkflowProcessor
|
||||||
{
|
{
|
||||||
|
@ -53,6 +44,19 @@ public interface I_AD_WorkflowProcessor
|
||||||
|
|
||||||
/** 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_WorkflowProcessor_ID */
|
/** Column name AD_WorkflowProcessor_ID */
|
||||||
public static final String COLUMNNAME_AD_WorkflowProcessor_ID = "AD_WorkflowProcessor_ID";
|
public static final String COLUMNNAME_AD_WorkflowProcessor_ID = "AD_WorkflowProcessor_ID";
|
||||||
|
|
||||||
|
|
|
@ -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_WorkflowProcessorLog
|
/** Generated Interface for AD_WorkflowProcessorLog
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_WorkflowProcessorLog
|
public interface I_AD_WorkflowProcessorLog
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_WorkflowProcessorLog
|
||||||
|
|
||||||
/** 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_WorkflowProcessor_ID */
|
/** Column name AD_WorkflowProcessor_ID */
|
||||||
public static final String COLUMNNAME_AD_WorkflowProcessor_ID = "AD_WorkflowProcessor_ID";
|
public static final String COLUMNNAME_AD_WorkflowProcessor_ID = "AD_WorkflowProcessor_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_WorkflowProcessorLog
|
||||||
*/
|
*/
|
||||||
public int getAD_WorkflowProcessor_ID();
|
public int getAD_WorkflowProcessor_ID();
|
||||||
|
|
||||||
public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws Exception;
|
public I_AD_WorkflowProcessor getAD_WorkflowProcessor() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_WorkflowProcessorLog_ID */
|
/** Column name AD_WorkflowProcessorLog_ID */
|
||||||
public static final String COLUMNNAME_AD_WorkflowProcessorLog_ID = "AD_WorkflowProcessorLog_ID";
|
public static final String COLUMNNAME_AD_WorkflowProcessorLog_ID = "AD_WorkflowProcessorLog_ID";
|
||||||
|
|
|
@ -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_Workflow_Access
|
/** Generated Interface for AD_Workflow_Access
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_AD_Workflow_Access
|
public interface I_AD_Workflow_Access
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_AD_Workflow_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_Role_ID */
|
/** Column name AD_Role_ID */
|
||||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_AD_Workflow_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_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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_AD_Workflow_Access
|
||||||
*/
|
*/
|
||||||
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 IsReadWrite */
|
/** Column name IsReadWrite */
|
||||||
public static final String COLUMNNAME_IsReadWrite = "IsReadWrite";
|
public static final String COLUMNNAME_IsReadWrite = "IsReadWrite";
|
||||||
|
|
|
@ -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 ASP_ClientException
|
/** Generated Interface for ASP_ClientException
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_ClientException
|
public interface I_ASP_ClientException
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,7 @@ public interface I_ASP_ClientException
|
||||||
*/
|
*/
|
||||||
public int getAD_Field_ID();
|
public int getAD_Field_ID();
|
||||||
|
|
||||||
public I_AD_Field getAD_Field() throws Exception;
|
public I_AD_Field getAD_Field() 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,20 @@ public interface I_ASP_ClientException
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -95,7 +99,7 @@ public interface I_ASP_ClientException
|
||||||
*/
|
*/
|
||||||
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_Process_Para_ID */
|
/** Column name AD_Process_Para_ID */
|
||||||
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
||||||
|
@ -106,7 +110,7 @@ public interface I_ASP_ClientException
|
||||||
/** Get Process Parameter */
|
/** Get Process Parameter */
|
||||||
public int getAD_Process_Para_ID();
|
public int getAD_Process_Para_ID();
|
||||||
|
|
||||||
public I_AD_Process_Para getAD_Process_Para() throws Exception;
|
public I_AD_Process_Para getAD_Process_Para() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name AD_Tab_ID */
|
/** Column name AD_Tab_ID */
|
||||||
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
||||||
|
@ -121,7 +125,7 @@ public interface I_ASP_ClientException
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -136,7 +140,7 @@ public interface I_ASP_ClientException
|
||||||
*/
|
*/
|
||||||
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_WF_Node_ID */
|
/** Column name AD_WF_Node_ID */
|
||||||
public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID";
|
public static final String COLUMNNAME_AD_WF_Node_ID = "AD_WF_Node_ID";
|
||||||
|
@ -151,7 +155,7 @@ public interface I_ASP_ClientException
|
||||||
*/
|
*/
|
||||||
public int getAD_WF_Node_ID();
|
public int getAD_WF_Node_ID();
|
||||||
|
|
||||||
public I_AD_WF_Node getAD_WF_Node() throws Exception;
|
public I_AD_WF_Node getAD_WF_Node() 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";
|
||||||
|
@ -166,7 +170,7 @@ public interface I_ASP_ClientException
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -181,7 +185,7 @@ public interface I_ASP_ClientException
|
||||||
*/
|
*/
|
||||||
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 ASP_ClientException_ID */
|
/** Column name ASP_ClientException_ID */
|
||||||
public static final String COLUMNNAME_ASP_ClientException_ID = "ASP_ClientException_ID";
|
public static final String COLUMNNAME_ASP_ClientException_ID = "ASP_ClientException_ID";
|
||||||
|
|
|
@ -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 ASP_ClientLevel
|
/** Generated Interface for ASP_ClientLevel
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_ClientLevel
|
public interface I_ASP_ClientLevel
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_ASP_ClientLevel
|
||||||
|
|
||||||
/** 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 ASP_ClientLevel_ID */
|
/** Column name ASP_ClientLevel_ID */
|
||||||
public static final String COLUMNNAME_ASP_ClientLevel_ID = "ASP_ClientLevel_ID";
|
public static final String COLUMNNAME_ASP_ClientLevel_ID = "ASP_ClientLevel_ID";
|
||||||
|
|
||||||
|
@ -70,7 +74,7 @@ public interface I_ASP_ClientLevel
|
||||||
/** Get ASP Level */
|
/** Get ASP Level */
|
||||||
public int getASP_Level_ID();
|
public int getASP_Level_ID();
|
||||||
|
|
||||||
public I_ASP_Level getASP_Level() throws Exception;
|
public I_ASP_Level getASP_Level() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Module_ID */
|
/** Column name ASP_Module_ID */
|
||||||
public static final String COLUMNNAME_ASP_Module_ID = "ASP_Module_ID";
|
public static final String COLUMNNAME_ASP_Module_ID = "ASP_Module_ID";
|
||||||
|
@ -81,7 +85,7 @@ public interface I_ASP_ClientLevel
|
||||||
/** Get ASP Module */
|
/** Get ASP Module */
|
||||||
public int getASP_Module_ID();
|
public int getASP_Module_ID();
|
||||||
|
|
||||||
public I_ASP_Module getASP_Module() throws Exception;
|
public I_ASP_Module getASP_Module() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Help */
|
/** Column name Help */
|
||||||
public static final String COLUMNNAME_Help = "Help";
|
public static final String COLUMNNAME_Help = "Help";
|
||||||
|
|
|
@ -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 ASP_Field
|
/** Generated Interface for ASP_Field
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Field
|
public interface I_ASP_Field
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,20 @@ public interface I_ASP_Field
|
||||||
*/
|
*/
|
||||||
public int getAD_Field_ID();
|
public int getAD_Field_ID();
|
||||||
|
|
||||||
public I_AD_Field getAD_Field() throws Exception;
|
public I_AD_Field getAD_Field() 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_Tab_ID */
|
/** Column name AD_Tab_ID */
|
||||||
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_ASP_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 ASP_Level_ID */
|
/** Column name ASP_Level_ID */
|
||||||
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
||||||
|
@ -91,7 +95,7 @@ public interface I_ASP_Field
|
||||||
/** Get ASP Level */
|
/** Get ASP Level */
|
||||||
public int getASP_Level_ID();
|
public int getASP_Level_ID();
|
||||||
|
|
||||||
public I_ASP_Level getASP_Level() throws Exception;
|
public I_ASP_Level getASP_Level() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Status */
|
/** Column name ASP_Status */
|
||||||
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
||||||
|
|
|
@ -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 ASP_Form
|
/** Generated Interface for ASP_Form
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Form
|
public interface I_ASP_Form
|
||||||
{
|
{
|
||||||
|
@ -65,7 +56,20 @@ public interface I_ASP_Form
|
||||||
*/
|
*/
|
||||||
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 ASP_Level_ID */
|
/** Column name ASP_Level_ID */
|
||||||
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
||||||
|
@ -76,7 +80,7 @@ public interface I_ASP_Form
|
||||||
/** Get ASP Level */
|
/** Get ASP Level */
|
||||||
public int getASP_Level_ID();
|
public int getASP_Level_ID();
|
||||||
|
|
||||||
public I_ASP_Level getASP_Level() throws Exception;
|
public I_ASP_Level getASP_Level() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Status */
|
/** Column name ASP_Status */
|
||||||
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
||||||
|
|
|
@ -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 ASP_Level
|
/** Generated Interface for ASP_Level
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Level
|
public interface I_ASP_Level
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_ASP_Level
|
||||||
|
|
||||||
/** 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 ASP_Level_ID */
|
/** Column name ASP_Level_ID */
|
||||||
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
||||||
|
|
||||||
|
@ -70,7 +74,7 @@ public interface I_ASP_Level
|
||||||
/** Get ASP Module */
|
/** Get ASP Module */
|
||||||
public int getASP_Module_ID();
|
public int getASP_Module_ID();
|
||||||
|
|
||||||
public I_ASP_Module getASP_Module() throws Exception;
|
public I_ASP_Module getASP_Module() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Description */
|
/** Column name Description */
|
||||||
public static final String COLUMNNAME_Description = "Description";
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
|
@ -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 ASP_Module
|
/** Generated Interface for ASP_Module
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Module
|
public interface I_ASP_Module
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_ASP_Module
|
||||||
|
|
||||||
/** 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 ASP_Module_ID */
|
/** Column name ASP_Module_ID */
|
||||||
public static final String COLUMNNAME_ASP_Module_ID = "ASP_Module_ID";
|
public static final String COLUMNNAME_ASP_Module_ID = "ASP_Module_ID";
|
||||||
|
|
||||||
|
|
|
@ -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 ASP_Process
|
/** Generated Interface for ASP_Process
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Process
|
public interface I_ASP_Process
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_ASP_Process
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_ASP_Process
|
||||||
*/
|
*/
|
||||||
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 ASP_Level_ID */
|
/** Column name ASP_Level_ID */
|
||||||
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
||||||
|
@ -76,7 +80,7 @@ public interface I_ASP_Process
|
||||||
/** Get ASP Level */
|
/** Get ASP Level */
|
||||||
public int getASP_Level_ID();
|
public int getASP_Level_ID();
|
||||||
|
|
||||||
public I_ASP_Level getASP_Level() throws Exception;
|
public I_ASP_Level getASP_Level() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Status */
|
/** Column name ASP_Status */
|
||||||
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
||||||
|
|
|
@ -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 ASP_Process_Para
|
/** Generated Interface for ASP_Process_Para
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Process_Para
|
public interface I_ASP_Process_Para
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_ASP_Process_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_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";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_ASP_Process_Para
|
||||||
*/
|
*/
|
||||||
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_Process_Para_ID */
|
/** Column name AD_Process_Para_ID */
|
||||||
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
public static final String COLUMNNAME_AD_Process_Para_ID = "AD_Process_Para_ID";
|
||||||
|
@ -76,7 +80,7 @@ public interface I_ASP_Process_Para
|
||||||
/** Get Process Parameter */
|
/** Get Process Parameter */
|
||||||
public int getAD_Process_Para_ID();
|
public int getAD_Process_Para_ID();
|
||||||
|
|
||||||
public I_AD_Process_Para getAD_Process_Para() throws Exception;
|
public I_AD_Process_Para getAD_Process_Para() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Level_ID */
|
/** Column name ASP_Level_ID */
|
||||||
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
||||||
|
@ -87,7 +91,7 @@ public interface I_ASP_Process_Para
|
||||||
/** Get ASP Level */
|
/** Get ASP Level */
|
||||||
public int getASP_Level_ID();
|
public int getASP_Level_ID();
|
||||||
|
|
||||||
public I_ASP_Level getASP_Level() throws Exception;
|
public I_ASP_Level getASP_Level() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Status */
|
/** Column name ASP_Status */
|
||||||
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
||||||
|
|
|
@ -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 ASP_Tab
|
/** Generated Interface for ASP_Tab
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Tab
|
public interface I_ASP_Tab
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_ASP_Tab
|
||||||
|
|
||||||
/** 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_Tab_ID */
|
/** Column name AD_Tab_ID */
|
||||||
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
public static final String COLUMNNAME_AD_Tab_ID = "AD_Tab_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_ASP_Tab
|
||||||
*/
|
*/
|
||||||
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_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";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_ASP_Tab
|
||||||
*/
|
*/
|
||||||
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 AllFields */
|
/** Column name AllFields */
|
||||||
public static final String COLUMNNAME_AllFields = "AllFields";
|
public static final String COLUMNNAME_AllFields = "AllFields";
|
||||||
|
@ -100,7 +104,7 @@ public interface I_ASP_Tab
|
||||||
/** Get ASP Level */
|
/** Get ASP Level */
|
||||||
public int getASP_Level_ID();
|
public int getASP_Level_ID();
|
||||||
|
|
||||||
public I_ASP_Level getASP_Level() throws Exception;
|
public I_ASP_Level getASP_Level() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Status */
|
/** Column name ASP_Status */
|
||||||
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
||||||
|
|
|
@ -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 ASP_Task
|
/** Generated Interface for ASP_Task
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Task
|
public interface I_ASP_Task
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_ASP_Task
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_ASP_Task
|
||||||
*/
|
*/
|
||||||
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 ASP_Level_ID */
|
/** Column name ASP_Level_ID */
|
||||||
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
||||||
|
@ -76,7 +80,7 @@ public interface I_ASP_Task
|
||||||
/** Get ASP Level */
|
/** Get ASP Level */
|
||||||
public int getASP_Level_ID();
|
public int getASP_Level_ID();
|
||||||
|
|
||||||
public I_ASP_Level getASP_Level() throws Exception;
|
public I_ASP_Level getASP_Level() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Status */
|
/** Column name ASP_Status */
|
||||||
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
||||||
|
|
|
@ -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 ASP_Window
|
/** Generated Interface for ASP_Window
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Window
|
public interface I_ASP_Window
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_ASP_Window
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_ASP_Window
|
||||||
*/
|
*/
|
||||||
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 ASP_Level_ID */
|
/** Column name ASP_Level_ID */
|
||||||
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
||||||
|
@ -76,7 +80,7 @@ public interface I_ASP_Window
|
||||||
/** Get ASP Level */
|
/** Get ASP Level */
|
||||||
public int getASP_Level_ID();
|
public int getASP_Level_ID();
|
||||||
|
|
||||||
public I_ASP_Level getASP_Level() throws Exception;
|
public I_ASP_Level getASP_Level() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Status */
|
/** Column name ASP_Status */
|
||||||
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
||||||
|
|
|
@ -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 ASP_Workflow
|
/** Generated Interface for ASP_Workflow
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_ASP_Workflow
|
public interface I_ASP_Workflow
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_ASP_Workflow
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_ASP_Workflow
|
||||||
*/
|
*/
|
||||||
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 ASP_Level_ID */
|
/** Column name ASP_Level_ID */
|
||||||
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
public static final String COLUMNNAME_ASP_Level_ID = "ASP_Level_ID";
|
||||||
|
@ -76,7 +80,7 @@ public interface I_ASP_Workflow
|
||||||
/** Get ASP Level */
|
/** Get ASP Level */
|
||||||
public int getASP_Level_ID();
|
public int getASP_Level_ID();
|
||||||
|
|
||||||
public I_ASP_Level getASP_Level() throws Exception;
|
public I_ASP_Level getASP_Level() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name ASP_Status */
|
/** Column name ASP_Status */
|
||||||
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
public static final String COLUMNNAME_ASP_Status = "ASP_Status";
|
||||||
|
|
|
@ -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_Registration
|
/** Generated Interface for A_Registration
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_A_Registration
|
public interface I_A_Registration
|
||||||
{
|
{
|
||||||
|
@ -66,7 +57,20 @@ public interface I_A_Registration
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -81,7 +85,7 @@ public interface I_A_Registration
|
||||||
*/
|
*/
|
||||||
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_Registration_ID */
|
/** Column name A_Registration_ID */
|
||||||
public static final String COLUMNNAME_A_Registration_ID = "A_Registration_ID";
|
public static final String COLUMNNAME_A_Registration_ID = "A_Registration_ID";
|
||||||
|
@ -122,7 +126,7 @@ public interface I_A_Registration
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
@ -202,7 +206,7 @@ public interface I_A_Registration
|
||||||
*/
|
*/
|
||||||
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";
|
||||||
|
|
|
@ -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_RegistrationAttribute
|
/** Generated Interface for A_RegistrationAttribute
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_A_RegistrationAttribute
|
public interface I_A_RegistrationAttribute
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_A_RegistrationAttribute
|
||||||
|
|
||||||
/** 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_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";
|
||||||
|
|
||||||
|
|
|
@ -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_RegistrationProduct
|
/** Generated Interface for A_RegistrationProduct
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_A_RegistrationProduct
|
public interface I_A_RegistrationProduct
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_A_RegistrationProduct
|
||||||
|
|
||||||
/** 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 A_RegistrationAttribute_ID */
|
/** Column name A_RegistrationAttribute_ID */
|
||||||
public static final String COLUMNNAME_A_RegistrationAttribute_ID = "A_RegistrationAttribute_ID";
|
public static final String COLUMNNAME_A_RegistrationAttribute_ID = "A_RegistrationAttribute_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_A_RegistrationProduct
|
||||||
*/
|
*/
|
||||||
public int getA_RegistrationAttribute_ID();
|
public int getA_RegistrationAttribute_ID();
|
||||||
|
|
||||||
public I_A_RegistrationAttribute getA_RegistrationAttribute() throws Exception;
|
public I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Description */
|
/** Column name Description */
|
||||||
public static final String COLUMNNAME_Description = "Description";
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
@ -93,5 +97,5 @@ public interface I_A_RegistrationProduct
|
||||||
*/
|
*/
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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_RegistrationValue
|
/** Generated Interface for A_RegistrationValue
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_A_RegistrationValue
|
public interface I_A_RegistrationValue
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_A_RegistrationValue
|
||||||
|
|
||||||
/** 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 A_RegistrationAttribute_ID */
|
/** Column name A_RegistrationAttribute_ID */
|
||||||
public static final String COLUMNNAME_A_RegistrationAttribute_ID = "A_RegistrationAttribute_ID";
|
public static final String COLUMNNAME_A_RegistrationAttribute_ID = "A_RegistrationAttribute_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_A_RegistrationValue
|
||||||
*/
|
*/
|
||||||
public int getA_RegistrationAttribute_ID();
|
public int getA_RegistrationAttribute_ID();
|
||||||
|
|
||||||
public I_A_RegistrationAttribute getA_RegistrationAttribute() throws Exception;
|
public I_A_RegistrationAttribute getA_RegistrationAttribute() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name A_Registration_ID */
|
/** Column name A_Registration_ID */
|
||||||
public static final String COLUMNNAME_A_Registration_ID = "A_Registration_ID";
|
public static final String COLUMNNAME_A_Registration_ID = "A_Registration_ID";
|
||||||
|
@ -80,7 +84,7 @@ public interface I_A_RegistrationValue
|
||||||
*/
|
*/
|
||||||
public int getA_Registration_ID();
|
public int getA_Registration_ID();
|
||||||
|
|
||||||
public I_A_Registration getA_Registration() throws Exception;
|
public I_A_Registration getA_Registration() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name Description */
|
/** Column name Description */
|
||||||
public static final String COLUMNNAME_Description = "Description";
|
public static final String COLUMNNAME_Description = "Description";
|
||||||
|
|
|
@ -1,31 +1,22 @@
|
||||||
/**********************************************************************
|
/******************************************************************************
|
||||||
* This file is part of Adempiere ERP Bazaar *
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
* http://www.adempiere.org *
|
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||||
* *
|
* This program is free software;
|
||||||
* Copyright (C) Trifon Trifonov. *
|
you can redistribute it and/or modify it *
|
||||||
* Copyright (C) Contributors *
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
* *
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
* This program is free software, you can redistribute it and/or *
|
* that it will be useful, but WITHOUT ANY WARRANTY;
|
||||||
* modify it under the terms of the GNU General Public License *
|
without even the implied *
|
||||||
* as published by the Free Software Foundation, either version 2 *
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
* of the License, or (at your option) any later version. *
|
* See the GNU General Public License for more details. *
|
||||||
* *
|
* You should have received a copy of the GNU General Public License along *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* with this program;
|
||||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
if not, write to the Free Software Foundation, Inc., *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
* GNU General Public License for more details. *
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
* *
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
* along with this program, if not, write to the Free Software *
|
*****************************************************************************/
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
|
||||||
* MA 02110-1301, USA. *
|
|
||||||
* *
|
|
||||||
* Contributors: *
|
|
||||||
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
|
||||||
* *
|
|
||||||
* Sponsors: *
|
|
||||||
* - Company (http://www.site.com) *
|
|
||||||
**********************************************************************/
|
|
||||||
package org.compiere.model;
|
package org.compiere.model;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
|
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
/** Generated Interface for B_Bid
|
/** Generated Interface for B_Bid
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_B_Bid
|
public interface I_B_Bid
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_B_Bid
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_User_ID */
|
/** Column name AD_User_ID */
|
||||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_B_Bid
|
||||||
*/
|
*/
|
||||||
public int getAD_User_ID();
|
public int getAD_User_ID();
|
||||||
|
|
||||||
public I_AD_User getAD_User() throws Exception;
|
public I_AD_User getAD_User() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_Bid_ID */
|
/** Column name B_Bid_ID */
|
||||||
public static final String COLUMNNAME_B_Bid_ID = "B_Bid_ID";
|
public static final String COLUMNNAME_B_Bid_ID = "B_Bid_ID";
|
||||||
|
@ -93,7 +97,7 @@ public interface I_B_Bid
|
||||||
*/
|
*/
|
||||||
public int getB_BuyerFunds_ID();
|
public int getB_BuyerFunds_ID();
|
||||||
|
|
||||||
public I_B_BuyerFunds getB_BuyerFunds() throws Exception;
|
public I_B_BuyerFunds getB_BuyerFunds() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_Topic_ID */
|
/** Column name B_Topic_ID */
|
||||||
public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID";
|
public static final String COLUMNNAME_B_Topic_ID = "B_Topic_ID";
|
||||||
|
@ -108,7 +112,7 @@ public interface I_B_Bid
|
||||||
*/
|
*/
|
||||||
public int getB_Topic_ID();
|
public int getB_Topic_ID();
|
||||||
|
|
||||||
public I_B_Topic getB_Topic() throws Exception;
|
public I_B_Topic getB_Topic() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name IsWillingToCommit */
|
/** Column name IsWillingToCommit */
|
||||||
public static final String COLUMNNAME_IsWillingToCommit = "IsWillingToCommit";
|
public static final String COLUMNNAME_IsWillingToCommit = "IsWillingToCommit";
|
||||||
|
|
|
@ -1,31 +1,22 @@
|
||||||
/**********************************************************************
|
/******************************************************************************
|
||||||
* This file is part of Adempiere ERP Bazaar *
|
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||||
* http://www.adempiere.org *
|
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||||
* *
|
* This program is free software;
|
||||||
* Copyright (C) Trifon Trifonov. *
|
you can redistribute it and/or modify it *
|
||||||
* Copyright (C) Contributors *
|
* under the terms version 2 of the GNU General Public License as published *
|
||||||
* *
|
* by the Free Software Foundation. This program is distributed in the hope *
|
||||||
* This program is free software, you can redistribute it and/or *
|
* that it will be useful, but WITHOUT ANY WARRANTY;
|
||||||
* modify it under the terms of the GNU General Public License *
|
without even the implied *
|
||||||
* as published by the Free Software Foundation, either version 2 *
|
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
||||||
* of the License, or (at your option) any later version. *
|
* See the GNU General Public License for more details. *
|
||||||
* *
|
* You should have received a copy of the GNU General Public License along *
|
||||||
* This program is distributed in the hope that it will be useful, *
|
* with this program;
|
||||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
if not, write to the Free Software Foundation, Inc., *
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. *
|
||||||
* GNU General Public License for more details. *
|
* For the text or an alternative of this public license, you may reach us *
|
||||||
* *
|
* ComPiere, Inc., 2620 Augustine Dr. #245, Santa Clara, CA 95054, USA *
|
||||||
* You should have received a copy of the GNU General Public License *
|
* or via info@compiere.org or http://www.compiere.org/license.html *
|
||||||
* along with this program, if not, write to the Free Software *
|
*****************************************************************************/
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
|
||||||
* MA 02110-1301, USA. *
|
|
||||||
* *
|
|
||||||
* Contributors: *
|
|
||||||
* - Trifon Trifonov (trifonnt@users.sourceforge.net) *
|
|
||||||
* *
|
|
||||||
* Sponsors: *
|
|
||||||
* - Company (http://www.site.com) *
|
|
||||||
**********************************************************************/
|
|
||||||
package org.compiere.model;
|
package org.compiere.model;
|
||||||
|
|
||||||
import java.math.BigDecimal;
|
import java.math.BigDecimal;
|
||||||
|
@ -33,7 +24,7 @@ import org.compiere.util.KeyNamePair;
|
||||||
|
|
||||||
/** Generated Interface for B_BidComment
|
/** Generated Interface for B_BidComment
|
||||||
* @author Adempiere (generated)
|
* @author Adempiere (generated)
|
||||||
* @version Release 3.5.2a
|
* @version Release 3.5.3a
|
||||||
*/
|
*/
|
||||||
public interface I_B_BidComment
|
public interface I_B_BidComment
|
||||||
{
|
{
|
||||||
|
@ -52,6 +43,19 @@ public interface I_B_BidComment
|
||||||
|
|
||||||
/** Load Meta Data */
|
/** Load Meta Data */
|
||||||
|
|
||||||
|
/** Column name AD_Org_ID */
|
||||||
|
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||||
|
|
||||||
|
/** Set Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public void setAD_Org_ID (int AD_Org_ID);
|
||||||
|
|
||||||
|
/** Get Organization.
|
||||||
|
* Organizational entity within client
|
||||||
|
*/
|
||||||
|
public int getAD_Org_ID();
|
||||||
|
|
||||||
/** Column name AD_User_ID */
|
/** Column name AD_User_ID */
|
||||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||||
|
|
||||||
|
@ -65,7 +69,7 @@ public interface I_B_BidComment
|
||||||
*/
|
*/
|
||||||
public int getAD_User_ID();
|
public int getAD_User_ID();
|
||||||
|
|
||||||
public I_AD_User getAD_User() throws Exception;
|
public I_AD_User getAD_User() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name B_BidComment_ID */
|
/** Column name B_BidComment_ID */
|
||||||
public static final String COLUMNNAME_B_BidComment_ID = "B_BidComment_ID";
|
public static final String COLUMNNAME_B_BidComment_ID = "B_BidComment_ID";
|
||||||
|
@ -93,7 +97,7 @@ public interface I_B_BidComment
|
||||||
*/
|
*/
|
||||||
public int getB_Topic_ID();
|
public int getB_Topic_ID();
|
||||||
|
|
||||||
public I_B_Topic getB_Topic() throws Exception;
|
public I_B_Topic getB_Topic() throws RuntimeException;
|
||||||
|
|
||||||
/** Column name TextMsg */
|
/** Column name TextMsg */
|
||||||
public static final String COLUMNNAME_TextMsg = "TextMsg";
|
public static final String COLUMNNAME_TextMsg = "TextMsg";
|
||||||
|
|
Loading…
Reference in New Issue