Model generated for 352a
This commit is contained in:
parent
faf6e29f9d
commit
e069024049
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AccessLog
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_AccessLog
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Alert
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Alert
|
||||
{
|
||||
|
@ -56,6 +52,19 @@ public interface I_AD_Alert
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Alert_ID */
|
||||
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";
|
||||
|
||||
/** Set Alert.
|
||||
* Adempiere Alert
|
||||
*/
|
||||
public void setAD_Alert_ID (int AD_Alert_ID);
|
||||
|
||||
/** Get Alert.
|
||||
* Adempiere Alert
|
||||
*/
|
||||
public int getAD_Alert_ID();
|
||||
|
||||
/** Column name AD_AlertProcessor_ID */
|
||||
public static final String COLUMNNAME_AD_AlertProcessor_ID = "AD_AlertProcessor_ID";
|
||||
|
||||
|
@ -71,19 +80,6 @@ public interface I_AD_Alert
|
|||
|
||||
public I_AD_AlertProcessor getAD_AlertProcessor() throws Exception;
|
||||
|
||||
/** Column name AD_Alert_ID */
|
||||
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";
|
||||
|
||||
/** Set Alert.
|
||||
* Adempiere Alert
|
||||
*/
|
||||
public void setAD_Alert_ID (int AD_Alert_ID);
|
||||
|
||||
/** Get Alert.
|
||||
* Adempiere Alert
|
||||
*/
|
||||
public int getAD_Alert_ID();
|
||||
|
||||
/** Column name AlertMessage */
|
||||
public static final String COLUMNNAME_AlertMessage = "AlertMessage";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AlertProcessor
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_AlertProcessor
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AlertProcessorLog
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_AlertProcessorLog
|
||||
{
|
||||
|
@ -56,19 +52,6 @@ public interface I_AD_AlertProcessorLog
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_AlertProcessorLog_ID */
|
||||
public static final String COLUMNNAME_AD_AlertProcessorLog_ID = "AD_AlertProcessorLog_ID";
|
||||
|
||||
/** Set Alert Processor Log.
|
||||
* Result of the execution of the Alert Processor
|
||||
*/
|
||||
public void setAD_AlertProcessorLog_ID (int AD_AlertProcessorLog_ID);
|
||||
|
||||
/** Get Alert Processor Log.
|
||||
* Result of the execution of the Alert Processor
|
||||
*/
|
||||
public int getAD_AlertProcessorLog_ID();
|
||||
|
||||
/** Column name AD_AlertProcessor_ID */
|
||||
public static final String COLUMNNAME_AD_AlertProcessor_ID = "AD_AlertProcessor_ID";
|
||||
|
||||
|
@ -84,6 +67,19 @@ public interface I_AD_AlertProcessorLog
|
|||
|
||||
public I_AD_AlertProcessor getAD_AlertProcessor() throws Exception;
|
||||
|
||||
/** Column name AD_AlertProcessorLog_ID */
|
||||
public static final String COLUMNNAME_AD_AlertProcessorLog_ID = "AD_AlertProcessorLog_ID";
|
||||
|
||||
/** Set Alert Processor Log.
|
||||
* Result of the execution of the Alert Processor
|
||||
*/
|
||||
public void setAD_AlertProcessorLog_ID (int AD_AlertProcessorLog_ID);
|
||||
|
||||
/** Get Alert Processor Log.
|
||||
* Result of the execution of the Alert Processor
|
||||
*/
|
||||
public int getAD_AlertProcessorLog_ID();
|
||||
|
||||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AlertRecipient
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_AlertRecipient
|
||||
{
|
||||
|
@ -56,19 +52,6 @@ public interface I_AD_AlertRecipient
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_AlertRecipient_ID */
|
||||
public static final String COLUMNNAME_AD_AlertRecipient_ID = "AD_AlertRecipient_ID";
|
||||
|
||||
/** Set Alert Recipient.
|
||||
* Recipient of the Alert Notification
|
||||
*/
|
||||
public void setAD_AlertRecipient_ID (int AD_AlertRecipient_ID);
|
||||
|
||||
/** Get Alert Recipient.
|
||||
* Recipient of the Alert Notification
|
||||
*/
|
||||
public int getAD_AlertRecipient_ID();
|
||||
|
||||
/** Column name AD_Alert_ID */
|
||||
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";
|
||||
|
||||
|
@ -84,6 +67,19 @@ public interface I_AD_AlertRecipient
|
|||
|
||||
public I_AD_Alert getAD_Alert() throws Exception;
|
||||
|
||||
/** Column name AD_AlertRecipient_ID */
|
||||
public static final String COLUMNNAME_AD_AlertRecipient_ID = "AD_AlertRecipient_ID";
|
||||
|
||||
/** Set Alert Recipient.
|
||||
* Recipient of the Alert Notification
|
||||
*/
|
||||
public void setAD_AlertRecipient_ID (int AD_AlertRecipient_ID);
|
||||
|
||||
/** Get Alert Recipient.
|
||||
* Recipient of the Alert Notification
|
||||
*/
|
||||
public int getAD_AlertRecipient_ID();
|
||||
|
||||
/** Column name AD_Role_ID */
|
||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AlertRule
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_AlertRule
|
||||
{
|
||||
|
@ -56,19 +52,6 @@ public interface I_AD_AlertRule
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_AlertRule_ID */
|
||||
public static final String COLUMNNAME_AD_AlertRule_ID = "AD_AlertRule_ID";
|
||||
|
||||
/** Set Alert Rule.
|
||||
* Definition of the alert element
|
||||
*/
|
||||
public void setAD_AlertRule_ID (int AD_AlertRule_ID);
|
||||
|
||||
/** Get Alert Rule.
|
||||
* Definition of the alert element
|
||||
*/
|
||||
public int getAD_AlertRule_ID();
|
||||
|
||||
/** Column name AD_Alert_ID */
|
||||
public static final String COLUMNNAME_AD_Alert_ID = "AD_Alert_ID";
|
||||
|
||||
|
@ -84,6 +67,19 @@ public interface I_AD_AlertRule
|
|||
|
||||
public I_AD_Alert getAD_Alert() throws Exception;
|
||||
|
||||
/** Column name AD_AlertRule_ID */
|
||||
public static final String COLUMNNAME_AD_AlertRule_ID = "AD_AlertRule_ID";
|
||||
|
||||
/** Set Alert Rule.
|
||||
* Definition of the alert element
|
||||
*/
|
||||
public void setAD_AlertRule_ID (int AD_AlertRule_ID);
|
||||
|
||||
/** Get Alert Rule.
|
||||
* Definition of the alert element
|
||||
*/
|
||||
public int getAD_AlertRule_ID();
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Archive
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Archive
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Attachment
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Attachment
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AttachmentNote
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_AttachmentNote
|
||||
{
|
||||
|
@ -56,19 +52,6 @@ public interface I_AD_AttachmentNote
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_AttachmentNote_ID */
|
||||
public static final String COLUMNNAME_AD_AttachmentNote_ID = "AD_AttachmentNote_ID";
|
||||
|
||||
/** Set Attachment Note.
|
||||
* Personal Attachment Note
|
||||
*/
|
||||
public void setAD_AttachmentNote_ID (int AD_AttachmentNote_ID);
|
||||
|
||||
/** Get Attachment Note.
|
||||
* Personal Attachment Note
|
||||
*/
|
||||
public int getAD_AttachmentNote_ID();
|
||||
|
||||
/** Column name AD_Attachment_ID */
|
||||
public static final String COLUMNNAME_AD_Attachment_ID = "AD_Attachment_ID";
|
||||
|
||||
|
@ -84,6 +67,19 @@ public interface I_AD_AttachmentNote
|
|||
|
||||
public I_AD_Attachment getAD_Attachment() throws Exception;
|
||||
|
||||
/** Column name AD_AttachmentNote_ID */
|
||||
public static final String COLUMNNAME_AD_AttachmentNote_ID = "AD_AttachmentNote_ID";
|
||||
|
||||
/** Set Attachment Note.
|
||||
* Personal Attachment Note
|
||||
*/
|
||||
public void setAD_AttachmentNote_ID (int AD_AttachmentNote_ID);
|
||||
|
||||
/** Get Attachment Note.
|
||||
* Personal Attachment Note
|
||||
*/
|
||||
public int getAD_AttachmentNote_ID();
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Attribute
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Attribute
|
||||
{
|
||||
|
@ -333,21 +329,6 @@ public interface I_AD_Attribute
|
|||
*/
|
||||
public int getSeqNo();
|
||||
|
||||
/** Column name VFormat */
|
||||
public static final String COLUMNNAME_VFormat = "VFormat";
|
||||
|
||||
/** Set Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public void setVFormat (String VFormat);
|
||||
|
||||
/** Get Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public String getVFormat();
|
||||
|
||||
/** Column name ValueMax */
|
||||
public static final String COLUMNNAME_ValueMax = "ValueMax";
|
||||
|
||||
|
@ -373,4 +354,19 @@ public interface I_AD_Attribute
|
|||
* Minimum Value for a field
|
||||
*/
|
||||
public String getValueMin();
|
||||
|
||||
/** Column name VFormat */
|
||||
public static final String COLUMNNAME_VFormat = "VFormat";
|
||||
|
||||
/** Set Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public void setVFormat (String VFormat);
|
||||
|
||||
/** Get Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public String getVFormat();
|
||||
}
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Attribute_Value
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Attribute_Value
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ChangeLog
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ChangeLog
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Client
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Client
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ClientInfo
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ClientInfo
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ClientShare
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ClientShare
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Color
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Color
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Column
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Column
|
||||
{
|
||||
|
@ -276,6 +272,19 @@ public interface I_AD_Column
|
|||
*/
|
||||
public String getInfoFactoryClass();
|
||||
|
||||
/** Column name IsAllowLogging */
|
||||
public static final String COLUMNNAME_IsAllowLogging = "IsAllowLogging";
|
||||
|
||||
/** Set IsAllowLogging.
|
||||
* Determine if a column must be recorded into the change log
|
||||
*/
|
||||
public void setIsAllowLogging (boolean IsAllowLogging);
|
||||
|
||||
/** Get IsAllowLogging.
|
||||
* Determine if a column must be recorded into the change log
|
||||
*/
|
||||
public boolean isAllowLogging();
|
||||
|
||||
/** Column name IsAlwaysUpdateable */
|
||||
public static final String COLUMNNAME_IsAlwaysUpdateable = "IsAlwaysUpdateable";
|
||||
|
||||
|
@ -469,21 +478,6 @@ public interface I_AD_Column
|
|||
*/
|
||||
public int getSeqNo();
|
||||
|
||||
/** Column name VFormat */
|
||||
public static final String COLUMNNAME_VFormat = "VFormat";
|
||||
|
||||
/** Set Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public void setVFormat (String VFormat);
|
||||
|
||||
/** Get Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public String getVFormat();
|
||||
|
||||
/** Column name ValueMax */
|
||||
public static final String COLUMNNAME_ValueMax = "ValueMax";
|
||||
|
||||
|
@ -522,13 +516,19 @@ public interface I_AD_Column
|
|||
* Version of the table definition
|
||||
*/
|
||||
public BigDecimal getVersion();
|
||||
|
||||
/** Column name IsAllowLogging */
|
||||
public static final String COLUMNNAME_isAllowLogging = "IsAllowLogging";
|
||||
|
||||
/** Column name VFormat */
|
||||
public static final String COLUMNNAME_VFormat = "VFormat";
|
||||
|
||||
/** Get IsAllowLogging .
|
||||
* Determines, if a column must be recorded into the change log
|
||||
/** Set Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public boolean IsAllowLogging() ;
|
||||
public void setVFormat (String VFormat);
|
||||
|
||||
/** Get Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public String getVFormat();
|
||||
}
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Column_Access
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Column_Access
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Desktop
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Desktop
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_DesktopWorkbench
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_DesktopWorkbench
|
||||
{
|
||||
|
@ -56,15 +52,6 @@ public interface I_AD_DesktopWorkbench
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_DesktopWorkbench_ID */
|
||||
public static final String COLUMNNAME_AD_DesktopWorkbench_ID = "AD_DesktopWorkbench_ID";
|
||||
|
||||
/** Set Desktop Workbench */
|
||||
public void setAD_DesktopWorkbench_ID (int AD_DesktopWorkbench_ID);
|
||||
|
||||
/** Get Desktop Workbench */
|
||||
public int getAD_DesktopWorkbench_ID();
|
||||
|
||||
/** Column name AD_Desktop_ID */
|
||||
public static final String COLUMNNAME_AD_Desktop_ID = "AD_Desktop_ID";
|
||||
|
||||
|
@ -80,6 +67,15 @@ public interface I_AD_DesktopWorkbench
|
|||
|
||||
public I_AD_Desktop getAD_Desktop() throws Exception;
|
||||
|
||||
/** Column name AD_DesktopWorkbench_ID */
|
||||
public static final String COLUMNNAME_AD_DesktopWorkbench_ID = "AD_DesktopWorkbench_ID";
|
||||
|
||||
/** Set Desktop Workbench */
|
||||
public void setAD_DesktopWorkbench_ID (int AD_DesktopWorkbench_ID);
|
||||
|
||||
/** Get Desktop Workbench */
|
||||
public int getAD_DesktopWorkbench_ID();
|
||||
|
||||
/** Column name AD_Workbench_ID */
|
||||
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Document_Action_Access
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Document_Action_Access
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Element
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Element
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_EntityType
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_EntityType
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Error
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Error
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Field
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Field
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_FieldGroup
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_FieldGroup
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Find
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Find
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Form
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Form
|
||||
{
|
||||
|
@ -56,19 +52,6 @@ public interface I_AD_Form
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Form_ID */
|
||||
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
|
||||
|
||||
/** Set Special Form.
|
||||
* Special Form
|
||||
*/
|
||||
public void setAD_Form_ID (int AD_Form_ID);
|
||||
|
||||
/** Get Special Form.
|
||||
* Special Form
|
||||
*/
|
||||
public int getAD_Form_ID();
|
||||
|
||||
/** Column name AccessLevel */
|
||||
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
|
||||
|
||||
|
@ -82,6 +65,19 @@ public interface I_AD_Form
|
|||
*/
|
||||
public String getAccessLevel();
|
||||
|
||||
/** Column name AD_Form_ID */
|
||||
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
|
||||
|
||||
/** Set Special Form.
|
||||
* Special Form
|
||||
*/
|
||||
public void setAD_Form_ID (int AD_Form_ID);
|
||||
|
||||
/** Get Special Form.
|
||||
* Special Form
|
||||
*/
|
||||
public int getAD_Form_ID();
|
||||
|
||||
/** Column name Classname */
|
||||
public static final String COLUMNNAME_Classname = "Classname";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Form_Access
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Form_Access
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Image
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Image
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ImpFormat
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ImpFormat
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ImpFormat_Row
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ImpFormat_Row
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_InfoColumn
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_InfoColumn
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_InfoWindow
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_InfoWindow
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Issue
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Issue
|
||||
{
|
||||
|
@ -56,6 +52,21 @@ public interface I_AD_Issue
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name A_Asset_ID */
|
||||
public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID";
|
||||
|
||||
/** Set Asset.
|
||||
* Asset used internally or by customers
|
||||
*/
|
||||
public void setA_Asset_ID (int A_Asset_ID);
|
||||
|
||||
/** Get Asset.
|
||||
* Asset used internally or by customers
|
||||
*/
|
||||
public int getA_Asset_ID();
|
||||
|
||||
public I_A_Asset getA_Asset() throws Exception;
|
||||
|
||||
/** Column name AD_Form_ID */
|
||||
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
|
||||
|
||||
|
@ -114,21 +125,6 @@ public interface I_AD_Issue
|
|||
|
||||
public I_AD_Window getAD_Window() throws Exception;
|
||||
|
||||
/** Column name A_Asset_ID */
|
||||
public static final String COLUMNNAME_A_Asset_ID = "A_Asset_ID";
|
||||
|
||||
/** Set Asset.
|
||||
* Asset used internally or by customers
|
||||
*/
|
||||
public void setA_Asset_ID (int A_Asset_ID);
|
||||
|
||||
/** Get Asset.
|
||||
* Asset used internally or by customers
|
||||
*/
|
||||
public int getA_Asset_ID();
|
||||
|
||||
public I_A_Asset getA_Asset() throws Exception;
|
||||
|
||||
/** Column name Comments */
|
||||
public static final String COLUMNNAME_Comments = "Comments";
|
||||
|
||||
|
@ -142,19 +138,6 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public String getComments();
|
||||
|
||||
/** Column name DBAddress */
|
||||
public static final String COLUMNNAME_DBAddress = "DBAddress";
|
||||
|
||||
/** Set DB Address.
|
||||
* JDBC URL of the database server
|
||||
*/
|
||||
public void setDBAddress (String DBAddress);
|
||||
|
||||
/** Get DB Address.
|
||||
* JDBC URL of the database server
|
||||
*/
|
||||
public String getDBAddress();
|
||||
|
||||
/** Column name DatabaseInfo */
|
||||
public static final String COLUMNNAME_DatabaseInfo = "DatabaseInfo";
|
||||
|
||||
|
@ -168,6 +151,19 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public String getDatabaseInfo();
|
||||
|
||||
/** Column name DBAddress */
|
||||
public static final String COLUMNNAME_DBAddress = "DBAddress";
|
||||
|
||||
/** Set DB Address.
|
||||
* JDBC URL of the database server
|
||||
*/
|
||||
public void setDBAddress (String DBAddress);
|
||||
|
||||
/** Get DB Address.
|
||||
* JDBC URL of the database server
|
||||
*/
|
||||
public String getDBAddress();
|
||||
|
||||
/** Column name ErrorTrace */
|
||||
public static final String COLUMNNAME_ErrorTrace = "ErrorTrace";
|
||||
|
||||
|
@ -194,19 +190,6 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public String getIsReproducible();
|
||||
|
||||
/** Column name IsVanillaSystem */
|
||||
public static final String COLUMNNAME_IsVanillaSystem = "IsVanillaSystem";
|
||||
|
||||
/** Set Vanilla System.
|
||||
* The system was NOT compiled from Source - i.e. standard distribution
|
||||
*/
|
||||
public void setIsVanillaSystem (String IsVanillaSystem);
|
||||
|
||||
/** Get Vanilla System.
|
||||
* The system was NOT compiled from Source - i.e. standard distribution
|
||||
*/
|
||||
public String getIsVanillaSystem();
|
||||
|
||||
/** Column name IssueSource */
|
||||
public static final String COLUMNNAME_IssueSource = "IssueSource";
|
||||
|
||||
|
@ -233,6 +216,19 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public String getIssueSummary();
|
||||
|
||||
/** Column name IsVanillaSystem */
|
||||
public static final String COLUMNNAME_IsVanillaSystem = "IsVanillaSystem";
|
||||
|
||||
/** Set Vanilla System.
|
||||
* The system was NOT compiled from Source - i.e. standard distribution
|
||||
*/
|
||||
public void setIsVanillaSystem (String IsVanillaSystem);
|
||||
|
||||
/** Get Vanilla System.
|
||||
* The system was NOT compiled from Source - i.e. standard distribution
|
||||
*/
|
||||
public String getIsVanillaSystem();
|
||||
|
||||
/** Column name JavaInfo */
|
||||
public static final String COLUMNNAME_JavaInfo = "JavaInfo";
|
||||
|
||||
|
@ -346,81 +342,6 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public String getProfileInfo();
|
||||
|
||||
/** Column name R_IssueKnown_ID */
|
||||
public static final String COLUMNNAME_R_IssueKnown_ID = "R_IssueKnown_ID";
|
||||
|
||||
/** Set Known Issue.
|
||||
* Known Issue
|
||||
*/
|
||||
public void setR_IssueKnown_ID (int R_IssueKnown_ID);
|
||||
|
||||
/** Get Known Issue.
|
||||
* Known Issue
|
||||
*/
|
||||
public int getR_IssueKnown_ID();
|
||||
|
||||
public I_R_IssueKnown getR_IssueKnown() throws Exception;
|
||||
|
||||
/** Column name R_IssueProject_ID */
|
||||
public static final String COLUMNNAME_R_IssueProject_ID = "R_IssueProject_ID";
|
||||
|
||||
/** Set Issue Project.
|
||||
* Implementation Projects
|
||||
*/
|
||||
public void setR_IssueProject_ID (int R_IssueProject_ID);
|
||||
|
||||
/** Get Issue Project.
|
||||
* Implementation Projects
|
||||
*/
|
||||
public int getR_IssueProject_ID();
|
||||
|
||||
public I_R_IssueProject getR_IssueProject() throws Exception;
|
||||
|
||||
/** Column name R_IssueSystem_ID */
|
||||
public static final String COLUMNNAME_R_IssueSystem_ID = "R_IssueSystem_ID";
|
||||
|
||||
/** Set Issue System.
|
||||
* System creating the issue
|
||||
*/
|
||||
public void setR_IssueSystem_ID (int R_IssueSystem_ID);
|
||||
|
||||
/** Get Issue System.
|
||||
* System creating the issue
|
||||
*/
|
||||
public int getR_IssueSystem_ID();
|
||||
|
||||
public I_R_IssueSystem getR_IssueSystem() throws Exception;
|
||||
|
||||
/** Column name R_IssueUser_ID */
|
||||
public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID";
|
||||
|
||||
/** Set IssueUser.
|
||||
* User who reported issues
|
||||
*/
|
||||
public void setR_IssueUser_ID (int R_IssueUser_ID);
|
||||
|
||||
/** Get IssueUser.
|
||||
* User who reported issues
|
||||
*/
|
||||
public int getR_IssueUser_ID();
|
||||
|
||||
public I_R_IssueUser getR_IssueUser() throws Exception;
|
||||
|
||||
/** Column name R_Request_ID */
|
||||
public static final String COLUMNNAME_R_Request_ID = "R_Request_ID";
|
||||
|
||||
/** Set Request.
|
||||
* Request from a Business Partner or Prospect
|
||||
*/
|
||||
public void setR_Request_ID (int R_Request_ID);
|
||||
|
||||
/** Get Request.
|
||||
* Request from a Business Partner or Prospect
|
||||
*/
|
||||
public int getR_Request_ID();
|
||||
|
||||
public I_R_Request getR_Request() throws Exception;
|
||||
|
||||
/** Column name Record_ID */
|
||||
public static final String COLUMNNAME_Record_ID = "Record_ID";
|
||||
|
||||
|
@ -512,6 +433,81 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public String getResponseText();
|
||||
|
||||
/** Column name R_IssueKnown_ID */
|
||||
public static final String COLUMNNAME_R_IssueKnown_ID = "R_IssueKnown_ID";
|
||||
|
||||
/** Set Known Issue.
|
||||
* Known Issue
|
||||
*/
|
||||
public void setR_IssueKnown_ID (int R_IssueKnown_ID);
|
||||
|
||||
/** Get Known Issue.
|
||||
* Known Issue
|
||||
*/
|
||||
public int getR_IssueKnown_ID();
|
||||
|
||||
public I_R_IssueKnown getR_IssueKnown() throws Exception;
|
||||
|
||||
/** Column name R_IssueProject_ID */
|
||||
public static final String COLUMNNAME_R_IssueProject_ID = "R_IssueProject_ID";
|
||||
|
||||
/** Set Issue Project.
|
||||
* Implementation Projects
|
||||
*/
|
||||
public void setR_IssueProject_ID (int R_IssueProject_ID);
|
||||
|
||||
/** Get Issue Project.
|
||||
* Implementation Projects
|
||||
*/
|
||||
public int getR_IssueProject_ID();
|
||||
|
||||
public I_R_IssueProject getR_IssueProject() throws Exception;
|
||||
|
||||
/** Column name R_IssueSystem_ID */
|
||||
public static final String COLUMNNAME_R_IssueSystem_ID = "R_IssueSystem_ID";
|
||||
|
||||
/** Set Issue System.
|
||||
* System creating the issue
|
||||
*/
|
||||
public void setR_IssueSystem_ID (int R_IssueSystem_ID);
|
||||
|
||||
/** Get Issue System.
|
||||
* System creating the issue
|
||||
*/
|
||||
public int getR_IssueSystem_ID();
|
||||
|
||||
public I_R_IssueSystem getR_IssueSystem() throws Exception;
|
||||
|
||||
/** Column name R_IssueUser_ID */
|
||||
public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID";
|
||||
|
||||
/** Set IssueUser.
|
||||
* User who reported issues
|
||||
*/
|
||||
public void setR_IssueUser_ID (int R_IssueUser_ID);
|
||||
|
||||
/** Get IssueUser.
|
||||
* User who reported issues
|
||||
*/
|
||||
public int getR_IssueUser_ID();
|
||||
|
||||
public I_R_IssueUser getR_IssueUser() throws Exception;
|
||||
|
||||
/** Column name R_Request_ID */
|
||||
public static final String COLUMNNAME_R_Request_ID = "R_Request_ID";
|
||||
|
||||
/** Set Request.
|
||||
* Request from a Business Partner or Prospect
|
||||
*/
|
||||
public void setR_Request_ID (int R_Request_ID);
|
||||
|
||||
/** Get Request.
|
||||
* Request from a Business Partner or Prospect
|
||||
*/
|
||||
public int getR_Request_ID();
|
||||
|
||||
public I_R_Request getR_Request() throws Exception;
|
||||
|
||||
/** Column name SourceClassName */
|
||||
public static final String COLUMNNAME_SourceClassName = "SourceClassName";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LabelPrinter
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_LabelPrinter
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LabelPrinterFunction
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_LabelPrinterFunction
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Language
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Language
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LdapAccess
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_LdapAccess
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LdapProcessor
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_LdapProcessor
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LdapProcessorLog
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_LdapProcessorLog
|
||||
{
|
||||
|
@ -56,19 +52,6 @@ public interface I_AD_LdapProcessorLog
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_LdapProcessorLog_ID */
|
||||
public static final String COLUMNNAME_AD_LdapProcessorLog_ID = "AD_LdapProcessorLog_ID";
|
||||
|
||||
/** Set Ldap Processor Log.
|
||||
* LDAP Server Log
|
||||
*/
|
||||
public void setAD_LdapProcessorLog_ID (int AD_LdapProcessorLog_ID);
|
||||
|
||||
/** Get Ldap Processor Log.
|
||||
* LDAP Server Log
|
||||
*/
|
||||
public int getAD_LdapProcessorLog_ID();
|
||||
|
||||
/** Column name AD_LdapProcessor_ID */
|
||||
public static final String COLUMNNAME_AD_LdapProcessor_ID = "AD_LdapProcessor_ID";
|
||||
|
||||
|
@ -84,6 +67,19 @@ public interface I_AD_LdapProcessorLog
|
|||
|
||||
public I_AD_LdapProcessor getAD_LdapProcessor() throws Exception;
|
||||
|
||||
/** Column name AD_LdapProcessorLog_ID */
|
||||
public static final String COLUMNNAME_AD_LdapProcessorLog_ID = "AD_LdapProcessorLog_ID";
|
||||
|
||||
/** Set Ldap Processor Log.
|
||||
* LDAP Server Log
|
||||
*/
|
||||
public void setAD_LdapProcessorLog_ID (int AD_LdapProcessorLog_ID);
|
||||
|
||||
/** Get Ldap Processor Log.
|
||||
* LDAP Server Log
|
||||
*/
|
||||
public int getAD_LdapProcessorLog_ID();
|
||||
|
||||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Menu
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Menu
|
||||
{
|
||||
|
@ -56,6 +52,19 @@ public interface I_AD_Menu
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name Action */
|
||||
public static final String COLUMNNAME_Action = "Action";
|
||||
|
||||
/** Set Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public void setAction (String Action);
|
||||
|
||||
/** Get Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public String getAction();
|
||||
|
||||
/** Column name AD_Form_ID */
|
||||
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
|
||||
|
||||
|
@ -159,19 +168,6 @@ public interface I_AD_Menu
|
|||
|
||||
public I_AD_Workflow getAD_Workflow() throws Exception;
|
||||
|
||||
/** Column name Action */
|
||||
public static final String COLUMNNAME_Action = "Action";
|
||||
|
||||
/** Set Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public void setAction (String Action);
|
||||
|
||||
/** Get Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public String getAction();
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Message
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Message
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_MigrationScript
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_MigrationScript
|
||||
{
|
||||
|
@ -100,6 +96,15 @@ public interface I_AD_MigrationScript
|
|||
*/
|
||||
public String getFileName();
|
||||
|
||||
/** Column name isApply */
|
||||
public static final String COLUMNNAME_isApply = "isApply";
|
||||
|
||||
/** Set Apply Script */
|
||||
public void setisApply (boolean isApply);
|
||||
|
||||
/** Get Apply Script */
|
||||
public boolean isApply();
|
||||
|
||||
/** Column name Name */
|
||||
public static final String COLUMNNAME_Name = "Name";
|
||||
|
||||
|
@ -199,13 +204,4 @@ public interface I_AD_MigrationScript
|
|||
* Full URL address - e.g. http://www.adempiere.org
|
||||
*/
|
||||
public String getURL();
|
||||
|
||||
/** Column name isApply */
|
||||
public static final String COLUMNNAME_isApply = "isApply";
|
||||
|
||||
/** Set Apply Script */
|
||||
public void setisApply (boolean isApply);
|
||||
|
||||
/** Get Apply Script */
|
||||
public boolean isApply();
|
||||
}
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ModelValidator
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ModelValidator
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Modification
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Modification
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Note
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Note
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Org
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Org
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_OrgInfo
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_OrgInfo
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_OrgType
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_OrgType
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PInstance
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PInstance
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PInstance_Log
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PInstance_Log
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PInstance_Para
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PInstance_Para
|
||||
{
|
||||
|
@ -94,6 +90,15 @@ public interface I_AD_PInstance_Para
|
|||
/** Get Info To */
|
||||
public String getInfo_To();
|
||||
|
||||
/** Column name ParameterName */
|
||||
public static final String COLUMNNAME_ParameterName = "ParameterName";
|
||||
|
||||
/** Set Parameter Name */
|
||||
public void setParameterName (String ParameterName);
|
||||
|
||||
/** Get Parameter Name */
|
||||
public String getParameterName();
|
||||
|
||||
/** Column name P_Date */
|
||||
public static final String COLUMNNAME_P_Date = "P_Date";
|
||||
|
||||
|
@ -172,15 +177,6 @@ public interface I_AD_PInstance_Para
|
|||
*/
|
||||
public String getP_String_To();
|
||||
|
||||
/** Column name ParameterName */
|
||||
public static final String COLUMNNAME_ParameterName = "ParameterName";
|
||||
|
||||
/** Set Parameter Name */
|
||||
public void setParameterName (String ParameterName);
|
||||
|
||||
/** Get Parameter Name */
|
||||
public String getParameterName();
|
||||
|
||||
/** Column name SeqNo */
|
||||
public static final String COLUMNNAME_SeqNo = "SeqNo";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Exp
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Package_Exp
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Exp_Common
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Package_Exp_Common
|
||||
{
|
||||
|
@ -242,6 +238,15 @@ public interface I_AD_Package_Exp_Common
|
|||
/** Get Destination_Directory */
|
||||
public String getDestination_Directory();
|
||||
|
||||
/** Column name File_Directory */
|
||||
public static final String COLUMNNAME_File_Directory = "File_Directory";
|
||||
|
||||
/** Set File_Directory */
|
||||
public void setFile_Directory (String File_Directory);
|
||||
|
||||
/** Get File_Directory */
|
||||
public String getFile_Directory();
|
||||
|
||||
/** Column name FileName */
|
||||
public static final String COLUMNNAME_FileName = "FileName";
|
||||
|
||||
|
@ -255,15 +260,6 @@ public interface I_AD_Package_Exp_Common
|
|||
*/
|
||||
public String getFileName();
|
||||
|
||||
/** Column name File_Directory */
|
||||
public static final String COLUMNNAME_File_Directory = "File_Directory";
|
||||
|
||||
/** Set File_Directory */
|
||||
public void setFile_Directory (String File_Directory);
|
||||
|
||||
/** Get File_Directory */
|
||||
public String getFile_Directory();
|
||||
|
||||
/** Column name Line */
|
||||
public static final String COLUMNNAME_Line = "Line";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Exp_Detail
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Package_Exp_Detail
|
||||
{
|
||||
|
@ -336,6 +332,15 @@ public interface I_AD_Package_Exp_Detail
|
|||
/** Get Destination_FileName */
|
||||
public String getDestination_FileName();
|
||||
|
||||
/** Column name File_Directory */
|
||||
public static final String COLUMNNAME_File_Directory = "File_Directory";
|
||||
|
||||
/** Set File_Directory */
|
||||
public void setFile_Directory (String File_Directory);
|
||||
|
||||
/** Get File_Directory */
|
||||
public String getFile_Directory();
|
||||
|
||||
/** Column name FileName */
|
||||
public static final String COLUMNNAME_FileName = "FileName";
|
||||
|
||||
|
@ -349,15 +354,6 @@ public interface I_AD_Package_Exp_Detail
|
|||
*/
|
||||
public String getFileName();
|
||||
|
||||
/** Column name File_Directory */
|
||||
public static final String COLUMNNAME_File_Directory = "File_Directory";
|
||||
|
||||
/** Set File_Directory */
|
||||
public void setFile_Directory (String File_Directory);
|
||||
|
||||
/** Get File_Directory */
|
||||
public String getFile_Directory();
|
||||
|
||||
/** Column name Line */
|
||||
public static final String COLUMNNAME_Line = "Line";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Package_Imp
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp_Backup
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Backup
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp_Detail
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Detail
|
||||
{
|
||||
|
@ -56,6 +52,28 @@ public interface I_AD_Package_Imp_Detail
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name Action */
|
||||
public static final String COLUMNNAME_Action = "Action";
|
||||
|
||||
/** Set Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public void setAction (String Action);
|
||||
|
||||
/** Get Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public String getAction();
|
||||
|
||||
/** Column name Ad_Backup_ID */
|
||||
public static final String COLUMNNAME_Ad_Backup_ID = "Ad_Backup_ID";
|
||||
|
||||
/** Set Ad_Backup_ID */
|
||||
public void setAd_Backup_ID (int Ad_Backup_ID);
|
||||
|
||||
/** Get Ad_Backup_ID */
|
||||
public int getAd_Backup_ID();
|
||||
|
||||
/** Column name AD_Original_ID */
|
||||
public static final String COLUMNNAME_AD_Original_ID = "AD_Original_ID";
|
||||
|
||||
|
@ -96,28 +114,6 @@ public interface I_AD_Package_Imp_Detail
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
/** Column name Action */
|
||||
public static final String COLUMNNAME_Action = "Action";
|
||||
|
||||
/** Set Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public void setAction (String Action);
|
||||
|
||||
/** Get Action.
|
||||
* Indicates the Action to be performed
|
||||
*/
|
||||
public String getAction();
|
||||
|
||||
/** Column name Ad_Backup_ID */
|
||||
public static final String COLUMNNAME_Ad_Backup_ID = "Ad_Backup_ID";
|
||||
|
||||
/** Set Ad_Backup_ID */
|
||||
public void setAd_Backup_ID (int Ad_Backup_ID);
|
||||
|
||||
/** Get Ad_Backup_ID */
|
||||
public int getAd_Backup_ID();
|
||||
|
||||
/** Column name Name */
|
||||
public static final String COLUMNNAME_Name = "Name";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp_Inst
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Inst
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp_Proc
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Proc
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Preference
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Preference
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintColor
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintColor
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintFont
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintFont
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintForm
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintForm
|
||||
{
|
||||
|
@ -82,19 +78,6 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public String getDescription();
|
||||
|
||||
/** Column name DistributionOrder_MailText_ID */
|
||||
public static final String COLUMNNAME_DistributionOrder_MailText_ID = "DistributionOrder_MailText_ID";
|
||||
|
||||
/** Set Distribution Order Mail Text.
|
||||
* Email text used for sending Distribution Order
|
||||
*/
|
||||
public void setDistributionOrder_MailText_ID (int DistributionOrder_MailText_ID);
|
||||
|
||||
/** Get Distribution Order Mail Text.
|
||||
* Email text used for sending Distribution Order
|
||||
*/
|
||||
public int getDistributionOrder_MailText_ID();
|
||||
|
||||
/** Column name Distrib_Order_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Distrib_Order_PrintFormat_ID = "Distrib_Order_PrintFormat_ID";
|
||||
|
||||
|
@ -108,6 +91,19 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getDistrib_Order_PrintFormat_ID();
|
||||
|
||||
/** Column name DistributionOrder_MailText_ID */
|
||||
public static final String COLUMNNAME_DistributionOrder_MailText_ID = "DistributionOrder_MailText_ID";
|
||||
|
||||
/** Set Distribution Order Mail Text.
|
||||
* Email text used for sending Distribution Order
|
||||
*/
|
||||
public void setDistributionOrder_MailText_ID (int DistributionOrder_MailText_ID);
|
||||
|
||||
/** Get Distribution Order Mail Text.
|
||||
* Email text used for sending Distribution Order
|
||||
*/
|
||||
public int getDistributionOrder_MailText_ID();
|
||||
|
||||
/** Column name Invoice_MailText_ID */
|
||||
public static final String COLUMNNAME_Invoice_MailText_ID = "Invoice_MailText_ID";
|
||||
|
||||
|
@ -134,18 +130,18 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getInvoice_PrintFormat_ID();
|
||||
|
||||
/** Column name ManufacturingOrder_MailText_ID */
|
||||
public static final String COLUMNNAME_ManufacturingOrder_MailText_ID = "ManufacturingOrder_MailText_ID";
|
||||
/** Column name Manuf_Order_MailText_ID */
|
||||
public static final String COLUMNNAME_Manuf_Order_MailText_ID = "Manuf_Order_MailText_ID";
|
||||
|
||||
/** Set Manufacturing Order Mail Text.
|
||||
* Email text used for sending Manufacturing Order
|
||||
*/
|
||||
public void setManufacturingOrder_MailText_ID (int ManufacturingOrder_MailText_ID);
|
||||
public void setManuf_Order_MailText_ID (int Manuf_Order_MailText_ID);
|
||||
|
||||
/** Get Manufacturing Order Mail Text.
|
||||
* Email text used for sending Manufacturing Order
|
||||
*/
|
||||
public int getManufacturingOrder_MailText_ID();
|
||||
public int getManuf_Order_MailText_ID();
|
||||
|
||||
/** Column name Manuf_Order_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Manuf_Order_PrintFormat_ID = "Manuf_Order_PrintFormat_ID";
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintFormat
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintFormat
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintFormatItem
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintFormatItem
|
||||
{
|
||||
|
@ -114,19 +110,6 @@ public interface I_AD_PrintFormatItem
|
|||
*/
|
||||
public int getAD_PrintFormatChild_ID();
|
||||
|
||||
/** Column name AD_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID";
|
||||
|
||||
/** Set Print Format Item.
|
||||
* Item/Column in the Print format
|
||||
*/
|
||||
public void setAD_PrintFormatItem_ID (int AD_PrintFormatItem_ID);
|
||||
|
||||
/** Get Print Format Item.
|
||||
* Item/Column in the Print format
|
||||
*/
|
||||
public int getAD_PrintFormatItem_ID();
|
||||
|
||||
/** Column name AD_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
|
||||
|
||||
|
@ -142,6 +125,19 @@ public interface I_AD_PrintFormatItem
|
|||
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws Exception;
|
||||
|
||||
/** Column name AD_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID";
|
||||
|
||||
/** Set Print Format Item.
|
||||
* Item/Column in the Print format
|
||||
*/
|
||||
public void setAD_PrintFormatItem_ID (int AD_PrintFormatItem_ID);
|
||||
|
||||
/** Get Print Format Item.
|
||||
* Item/Column in the Print format
|
||||
*/
|
||||
public int getAD_PrintFormatItem_ID();
|
||||
|
||||
/** Column name AD_PrintGraph_ID */
|
||||
public static final String COLUMNNAME_AD_PrintGraph_ID = "AD_PrintGraph_ID";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintGraph
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintGraph
|
||||
{
|
||||
|
@ -84,6 +80,19 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getAD_PrintGraph_ID();
|
||||
|
||||
/** Column name Data_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_Data_PrintFormatItem_ID = "Data_PrintFormatItem_ID";
|
||||
|
||||
/** Set Data Column.
|
||||
* Data Column for Pie and Line Charts
|
||||
*/
|
||||
public void setData_PrintFormatItem_ID (int Data_PrintFormatItem_ID);
|
||||
|
||||
/** Get Data Column.
|
||||
* Data Column for Pie and Line Charts
|
||||
*/
|
||||
public int getData_PrintFormatItem_ID();
|
||||
|
||||
/** Column name Data1_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_Data1_PrintFormatItem_ID = "Data1_PrintFormatItem_ID";
|
||||
|
||||
|
@ -136,19 +145,6 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getData4_PrintFormatItem_ID();
|
||||
|
||||
/** Column name Data_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_Data_PrintFormatItem_ID = "Data_PrintFormatItem_ID";
|
||||
|
||||
/** Set Data Column.
|
||||
* Data Column for Pie and Line Charts
|
||||
*/
|
||||
public void setData_PrintFormatItem_ID (int Data_PrintFormatItem_ID);
|
||||
|
||||
/** Get Data Column.
|
||||
* Data Column for Pie and Line Charts
|
||||
*/
|
||||
public int getData_PrintFormatItem_ID();
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintLabel
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintLabel
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintLabelLine
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintLabelLine
|
||||
{
|
||||
|
@ -86,19 +82,6 @@ public interface I_AD_PrintLabelLine
|
|||
|
||||
public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws Exception;
|
||||
|
||||
/** Column name AD_PrintLabelLine_ID */
|
||||
public static final String COLUMNNAME_AD_PrintLabelLine_ID = "AD_PrintLabelLine_ID";
|
||||
|
||||
/** Set Print Label Line.
|
||||
* Print Label Line Format
|
||||
*/
|
||||
public void setAD_PrintLabelLine_ID (int AD_PrintLabelLine_ID);
|
||||
|
||||
/** Get Print Label Line.
|
||||
* Print Label Line Format
|
||||
*/
|
||||
public int getAD_PrintLabelLine_ID();
|
||||
|
||||
/** Column name AD_PrintLabel_ID */
|
||||
public static final String COLUMNNAME_AD_PrintLabel_ID = "AD_PrintLabel_ID";
|
||||
|
||||
|
@ -114,6 +97,19 @@ public interface I_AD_PrintLabelLine
|
|||
|
||||
public I_AD_PrintLabel getAD_PrintLabel() throws Exception;
|
||||
|
||||
/** Column name AD_PrintLabelLine_ID */
|
||||
public static final String COLUMNNAME_AD_PrintLabelLine_ID = "AD_PrintLabelLine_ID";
|
||||
|
||||
/** Set Print Label Line.
|
||||
* Print Label Line Format
|
||||
*/
|
||||
public void setAD_PrintLabelLine_ID (int AD_PrintLabelLine_ID);
|
||||
|
||||
/** Get Print Label Line.
|
||||
* Print Label Line Format
|
||||
*/
|
||||
public int getAD_PrintLabelLine_ID();
|
||||
|
||||
/** Column name LabelFormatType */
|
||||
public static final String COLUMNNAME_LabelFormatType = "LabelFormatType";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintPaper
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintPaper
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintTableFormat
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_PrintTableFormat
|
||||
{
|
||||
|
@ -173,6 +169,19 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getHdrLine_PrintColor_ID();
|
||||
|
||||
/** Column name Hdr_PrintFont_ID */
|
||||
public static final String COLUMNNAME_Hdr_PrintFont_ID = "Hdr_PrintFont_ID";
|
||||
|
||||
/** Set Header Row Font.
|
||||
* Header row Font
|
||||
*/
|
||||
public void setHdr_PrintFont_ID (int Hdr_PrintFont_ID);
|
||||
|
||||
/** Get Header Row Font.
|
||||
* Header row Font
|
||||
*/
|
||||
public int getHdr_PrintFont_ID();
|
||||
|
||||
/** Column name HdrStroke */
|
||||
public static final String COLUMNNAME_HdrStroke = "HdrStroke";
|
||||
|
||||
|
@ -225,19 +234,6 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getHdrTextFG_PrintColor_ID();
|
||||
|
||||
/** Column name Hdr_PrintFont_ID */
|
||||
public static final String COLUMNNAME_Hdr_PrintFont_ID = "Hdr_PrintFont_ID";
|
||||
|
||||
/** Set Header Row Font.
|
||||
* Header row Font
|
||||
*/
|
||||
public void setHdr_PrintFont_ID (int Hdr_PrintFont_ID);
|
||||
|
||||
/** Get Header Row Font.
|
||||
* Header row Font
|
||||
*/
|
||||
public int getHdr_PrintFont_ID();
|
||||
|
||||
/** Column name HeaderCenter */
|
||||
public static final String COLUMNNAME_HeaderCenter = "HeaderCenter";
|
||||
|
||||
|
@ -329,19 +325,6 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public boolean isPaintBoundaryLines();
|
||||
|
||||
/** Column name IsPaintHLines */
|
||||
public static final String COLUMNNAME_IsPaintHLines = "IsPaintHLines";
|
||||
|
||||
/** Set Paint Horizontal Lines.
|
||||
* Paint horizontal lines
|
||||
*/
|
||||
public void setIsPaintHLines (boolean IsPaintHLines);
|
||||
|
||||
/** Get Paint Horizontal Lines.
|
||||
* Paint horizontal lines
|
||||
*/
|
||||
public boolean isPaintHLines();
|
||||
|
||||
/** Column name IsPaintHeaderLines */
|
||||
public static final String COLUMNNAME_IsPaintHeaderLines = "IsPaintHeaderLines";
|
||||
|
||||
|
@ -355,6 +338,19 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public boolean isPaintHeaderLines();
|
||||
|
||||
/** Column name IsPaintHLines */
|
||||
public static final String COLUMNNAME_IsPaintHLines = "IsPaintHLines";
|
||||
|
||||
/** Set Paint Horizontal Lines.
|
||||
* Paint horizontal lines
|
||||
*/
|
||||
public void setIsPaintHLines (boolean IsPaintHLines);
|
||||
|
||||
/** Get Paint Horizontal Lines.
|
||||
* Paint horizontal lines
|
||||
*/
|
||||
public boolean isPaintHLines();
|
||||
|
||||
/** Column name IsPaintVLines */
|
||||
public static final String COLUMNNAME_IsPaintVLines = "IsPaintVLines";
|
||||
|
||||
|
@ -381,6 +377,19 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public boolean isPrintFunctionSymbols();
|
||||
|
||||
/** Column name Line_PrintColor_ID */
|
||||
public static final String COLUMNNAME_Line_PrintColor_ID = "Line_PrintColor_ID";
|
||||
|
||||
/** Set Line Color.
|
||||
* Table line color
|
||||
*/
|
||||
public void setLine_PrintColor_ID (int Line_PrintColor_ID);
|
||||
|
||||
/** Get Line Color.
|
||||
* Table line color
|
||||
*/
|
||||
public int getLine_PrintColor_ID();
|
||||
|
||||
/** Column name LineStroke */
|
||||
public static final String COLUMNNAME_LineStroke = "LineStroke";
|
||||
|
||||
|
@ -407,19 +416,6 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public String getLineStrokeType();
|
||||
|
||||
/** Column name Line_PrintColor_ID */
|
||||
public static final String COLUMNNAME_Line_PrintColor_ID = "Line_PrintColor_ID";
|
||||
|
||||
/** Set Line Color.
|
||||
* Table line color
|
||||
*/
|
||||
public void setLine_PrintColor_ID (int Line_PrintColor_ID);
|
||||
|
||||
/** Get Line Color.
|
||||
* Table line color
|
||||
*/
|
||||
public int getLine_PrintColor_ID();
|
||||
|
||||
/** Column name Name */
|
||||
public static final String COLUMNNAME_Name = "Name";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Private_Access
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Private_Access
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Process
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Process
|
||||
{
|
||||
|
@ -56,6 +52,19 @@ public interface I_AD_Process
|
|||
|
||||
/** 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_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
|
||||
|
||||
|
@ -114,19 +123,6 @@ public interface I_AD_Process
|
|||
|
||||
public I_AD_Workflow getAD_Workflow() throws Exception;
|
||||
|
||||
/** 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 */
|
||||
public static final String COLUMNNAME_Classname = "Classname";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Process_Access
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Process_Access
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Process_Para
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Process_Para
|
||||
{
|
||||
|
@ -300,21 +296,6 @@ public interface I_AD_Process_Para
|
|||
*/
|
||||
public int getSeqNo();
|
||||
|
||||
/** Column name VFormat */
|
||||
public static final String COLUMNNAME_VFormat = "VFormat";
|
||||
|
||||
/** Set Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public void setVFormat (String VFormat);
|
||||
|
||||
/** Get Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public String getVFormat();
|
||||
|
||||
/** Column name ValueMax */
|
||||
public static final String COLUMNNAME_ValueMax = "ValueMax";
|
||||
|
||||
|
@ -340,4 +321,19 @@ public interface I_AD_Process_Para
|
|||
* Minimum Value for a field
|
||||
*/
|
||||
public String getValueMin();
|
||||
|
||||
/** Column name VFormat */
|
||||
public static final String COLUMNNAME_VFormat = "VFormat";
|
||||
|
||||
/** Set Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public void setVFormat (String VFormat);
|
||||
|
||||
/** Get Value Format.
|
||||
* Format of the value;
|
||||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public String getVFormat();
|
||||
}
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Record_Access
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Record_Access
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Ref_List
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Ref_List
|
||||
{
|
||||
|
@ -57,19 +53,6 @@ public interface I_AD_Ref_List
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Ref_List_ID */
|
||||
public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID";
|
||||
|
||||
/** Set Reference List.
|
||||
* Reference List based on Table
|
||||
*/
|
||||
public void setAD_Ref_List_ID (int AD_Ref_List_ID);
|
||||
|
||||
/** Get Reference List.
|
||||
* Reference List based on Table
|
||||
*/
|
||||
public int getAD_Ref_List_ID();
|
||||
|
||||
/** Column name AD_Reference_ID */
|
||||
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
|
||||
|
||||
|
@ -85,6 +68,19 @@ public interface I_AD_Ref_List
|
|||
|
||||
public I_AD_Reference getAD_Reference() throws Exception;
|
||||
|
||||
/** Column name AD_Ref_List_ID */
|
||||
public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID";
|
||||
|
||||
/** Set Reference List.
|
||||
* Reference List based on Table
|
||||
*/
|
||||
public void setAD_Ref_List_ID (int AD_Ref_List_ID);
|
||||
|
||||
/** Get Reference List.
|
||||
* Reference List based on Table
|
||||
*/
|
||||
public int getAD_Ref_List_ID();
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Ref_Table
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Ref_Table
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Reference
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Reference
|
||||
{
|
||||
|
@ -136,6 +132,19 @@ public interface I_AD_Reference
|
|||
*/
|
||||
public String getName();
|
||||
|
||||
/** Column name ValidationType */
|
||||
public static final String COLUMNNAME_ValidationType = "ValidationType";
|
||||
|
||||
/** Set Validation type.
|
||||
* Different method of validating data
|
||||
*/
|
||||
public void setValidationType (String ValidationType);
|
||||
|
||||
/** Get Validation type.
|
||||
* Different method of validating data
|
||||
*/
|
||||
public String getValidationType();
|
||||
|
||||
/** Column name VFormat */
|
||||
public static final String COLUMNNAME_VFormat = "VFormat";
|
||||
|
||||
|
@ -150,17 +159,4 @@ public interface I_AD_Reference
|
|||
Can contain fixed format elements, Variables: "_lLoOaAcCa09"
|
||||
*/
|
||||
public String getVFormat();
|
||||
|
||||
/** Column name ValidationType */
|
||||
public static final String COLUMNNAME_ValidationType = "ValidationType";
|
||||
|
||||
/** Set Validation type.
|
||||
* Different method of validating data
|
||||
*/
|
||||
public void setValidationType (String ValidationType);
|
||||
|
||||
/** Get Validation type.
|
||||
* Different method of validating data
|
||||
*/
|
||||
public String getValidationType();
|
||||
}
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Registration
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Registration
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Replication
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Replication
|
||||
{
|
||||
|
@ -57,6 +53,19 @@ public interface I_AD_Replication
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Replication_ID */
|
||||
public static final String COLUMNNAME_AD_Replication_ID = "AD_Replication_ID";
|
||||
|
||||
/** Set Replication.
|
||||
* Data Replication Target
|
||||
*/
|
||||
public void setAD_Replication_ID (int AD_Replication_ID);
|
||||
|
||||
/** Get Replication.
|
||||
* Data Replication Target
|
||||
*/
|
||||
public int getAD_Replication_ID();
|
||||
|
||||
/** Column name AD_ReplicationStrategy_ID */
|
||||
public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID";
|
||||
|
||||
|
@ -72,19 +81,6 @@ public interface I_AD_Replication
|
|||
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws Exception;
|
||||
|
||||
/** Column name AD_Replication_ID */
|
||||
public static final String COLUMNNAME_AD_Replication_ID = "AD_Replication_ID";
|
||||
|
||||
/** Set Replication.
|
||||
* Data Replication Target
|
||||
*/
|
||||
public void setAD_Replication_ID (int AD_Replication_ID);
|
||||
|
||||
/** Get Replication.
|
||||
* Data Replication Target
|
||||
*/
|
||||
public int getAD_Replication_ID();
|
||||
|
||||
/** Column name DateLastRun */
|
||||
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReplicationDocument
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ReplicationDocument
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReplicationStrategy
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ReplicationStrategy
|
||||
{
|
||||
|
@ -82,17 +78,6 @@ public interface I_AD_ReplicationStrategy
|
|||
*/
|
||||
public String getDescription();
|
||||
|
||||
/** Column name EXP_Processor_ID */
|
||||
public static final String COLUMNNAME_EXP_Processor_ID = "EXP_Processor_ID";
|
||||
|
||||
/** Set EXP_Processor_ID */
|
||||
public void setEXP_Processor_ID (int EXP_Processor_ID);
|
||||
|
||||
/** Get EXP_Processor_ID */
|
||||
public int getEXP_Processor_ID();
|
||||
|
||||
public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws Exception;
|
||||
|
||||
/** Column name EntityType */
|
||||
public static final String COLUMNNAME_EntityType = "EntityType";
|
||||
|
||||
|
@ -108,6 +93,17 @@ public interface I_AD_ReplicationStrategy
|
|||
*/
|
||||
public String getEntityType();
|
||||
|
||||
/** Column name EXP_Processor_ID */
|
||||
public static final String COLUMNNAME_EXP_Processor_ID = "EXP_Processor_ID";
|
||||
|
||||
/** Set EXP_Processor_ID */
|
||||
public void setEXP_Processor_ID (int EXP_Processor_ID);
|
||||
|
||||
/** Get EXP_Processor_ID */
|
||||
public int getEXP_Processor_ID();
|
||||
|
||||
public org.eevolution.model.I_EXP_Processor getEXP_Processor() throws Exception;
|
||||
|
||||
/** Column name Help */
|
||||
public static final String COLUMNNAME_Help = "Help";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReplicationTable
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ReplicationTable
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Replication_Log
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Replication_Log
|
||||
{
|
||||
|
@ -56,21 +52,6 @@ public interface I_AD_Replication_Log
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_ReplicationTable_ID */
|
||||
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
|
||||
|
||||
/** Set Replication Table.
|
||||
* Data Replication Strategy Table Info
|
||||
*/
|
||||
public void setAD_ReplicationTable_ID (int AD_ReplicationTable_ID);
|
||||
|
||||
/** Get Replication Table.
|
||||
* Data Replication Strategy Table Info
|
||||
*/
|
||||
public int getAD_ReplicationTable_ID();
|
||||
|
||||
public I_AD_ReplicationTable getAD_ReplicationTable() throws Exception;
|
||||
|
||||
/** Column name AD_Replication_Log_ID */
|
||||
public static final String COLUMNNAME_AD_Replication_Log_ID = "AD_Replication_Log_ID";
|
||||
|
||||
|
@ -99,6 +80,21 @@ public interface I_AD_Replication_Log
|
|||
|
||||
public I_AD_Replication_Run getAD_Replication_Run() throws Exception;
|
||||
|
||||
/** Column name AD_ReplicationTable_ID */
|
||||
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
|
||||
|
||||
/** Set Replication Table.
|
||||
* Data Replication Strategy Table Info
|
||||
*/
|
||||
public void setAD_ReplicationTable_ID (int AD_ReplicationTable_ID);
|
||||
|
||||
/** Get Replication Table.
|
||||
* Data Replication Strategy Table Info
|
||||
*/
|
||||
public int getAD_ReplicationTable_ID();
|
||||
|
||||
public I_AD_ReplicationTable getAD_ReplicationTable() throws Exception;
|
||||
|
||||
/** Column name IsReplicated */
|
||||
public static final String COLUMNNAME_IsReplicated = "IsReplicated";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Replication_Run
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Replication_Run
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReportView
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ReportView
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReportView_Col
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_ReportView_Col
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Role
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Role
|
||||
{
|
||||
|
@ -122,15 +118,6 @@ public interface I_AD_Role
|
|||
/** Get Allow Info BPartner */
|
||||
public boolean isAllow_Info_BPartner();
|
||||
|
||||
/** Column name Allow_Info_CRP */
|
||||
public static final String COLUMNNAME_Allow_Info_CRP = "Allow_Info_CRP";
|
||||
|
||||
/** Set Allow Info CRP */
|
||||
public void setAllow_Info_CRP (boolean Allow_Info_CRP);
|
||||
|
||||
/** Get Allow Info CRP */
|
||||
public boolean isAllow_Info_CRP();
|
||||
|
||||
/** Column name Allow_Info_CashJournal */
|
||||
public static final String COLUMNNAME_Allow_Info_CashJournal = "Allow_Info_CashJournal";
|
||||
|
||||
|
@ -140,6 +127,15 @@ public interface I_AD_Role
|
|||
/** Get Allow Info CashJournal */
|
||||
public boolean isAllow_Info_CashJournal();
|
||||
|
||||
/** Column name Allow_Info_CRP */
|
||||
public static final String COLUMNNAME_Allow_Info_CRP = "Allow_Info_CRP";
|
||||
|
||||
/** Set Allow Info CRP */
|
||||
public void setAllow_Info_CRP (boolean Allow_Info_CRP);
|
||||
|
||||
/** Get Allow Info CRP */
|
||||
public boolean isAllow_Info_CRP();
|
||||
|
||||
/** Column name Allow_Info_InOut */
|
||||
public static final String COLUMNNAME_Allow_Info_InOut = "Allow_Info_InOut";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Role_OrgAccess
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Role_OrgAccess
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Rule
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Rule
|
||||
{
|
||||
|
@ -56,15 +52,6 @@ public interface I_AD_Rule
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_Rule_ID */
|
||||
public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID";
|
||||
|
||||
/** Set Rule */
|
||||
public void setAD_Rule_ID (int AD_Rule_ID);
|
||||
|
||||
/** Get Rule */
|
||||
public int getAD_Rule_ID();
|
||||
|
||||
/** Column name AccessLevel */
|
||||
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
|
||||
|
||||
|
@ -78,6 +65,15 @@ public interface I_AD_Rule
|
|||
*/
|
||||
public String getAccessLevel();
|
||||
|
||||
/** Column name AD_Rule_ID */
|
||||
public static final String COLUMNNAME_AD_Rule_ID = "AD_Rule_ID";
|
||||
|
||||
/** Set Rule */
|
||||
public void setAD_Rule_ID (int AD_Rule_ID);
|
||||
|
||||
/** Get Rule */
|
||||
public int getAD_Rule_ID();
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Scheduler
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Scheduler
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_SchedulerLog
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_SchedulerLog
|
||||
{
|
||||
|
@ -56,19 +52,6 @@ public interface I_AD_SchedulerLog
|
|||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AD_SchedulerLog_ID */
|
||||
public static final String COLUMNNAME_AD_SchedulerLog_ID = "AD_SchedulerLog_ID";
|
||||
|
||||
/** Set Scheduler Log.
|
||||
* Result of the execution of the Scheduler
|
||||
*/
|
||||
public void setAD_SchedulerLog_ID (int AD_SchedulerLog_ID);
|
||||
|
||||
/** Get Scheduler Log.
|
||||
* Result of the execution of the Scheduler
|
||||
*/
|
||||
public int getAD_SchedulerLog_ID();
|
||||
|
||||
/** Column name AD_Scheduler_ID */
|
||||
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
||||
|
||||
|
@ -84,6 +67,19 @@ public interface I_AD_SchedulerLog
|
|||
|
||||
public I_AD_Scheduler getAD_Scheduler() throws Exception;
|
||||
|
||||
/** Column name AD_SchedulerLog_ID */
|
||||
public static final String COLUMNNAME_AD_SchedulerLog_ID = "AD_SchedulerLog_ID";
|
||||
|
||||
/** Set Scheduler Log.
|
||||
* Result of the execution of the Scheduler
|
||||
*/
|
||||
public void setAD_SchedulerLog_ID (int AD_SchedulerLog_ID);
|
||||
|
||||
/** Get Scheduler Log.
|
||||
* Result of the execution of the Scheduler
|
||||
*/
|
||||
public int getAD_SchedulerLog_ID();
|
||||
|
||||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_SchedulerRecipient
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_SchedulerRecipient
|
||||
{
|
||||
|
@ -71,19 +67,6 @@ public interface I_AD_SchedulerRecipient
|
|||
|
||||
public I_AD_Role getAD_Role() throws Exception;
|
||||
|
||||
/** Column name AD_SchedulerRecipient_ID */
|
||||
public static final String COLUMNNAME_AD_SchedulerRecipient_ID = "AD_SchedulerRecipient_ID";
|
||||
|
||||
/** Set Scheduler Recipient.
|
||||
* Recipient of the Scheduler Notification
|
||||
*/
|
||||
public void setAD_SchedulerRecipient_ID (int AD_SchedulerRecipient_ID);
|
||||
|
||||
/** Get Scheduler Recipient.
|
||||
* Recipient of the Scheduler Notification
|
||||
*/
|
||||
public int getAD_SchedulerRecipient_ID();
|
||||
|
||||
/** Column name AD_Scheduler_ID */
|
||||
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
||||
|
||||
|
@ -99,6 +82,19 @@ public interface I_AD_SchedulerRecipient
|
|||
|
||||
public I_AD_Scheduler getAD_Scheduler() throws Exception;
|
||||
|
||||
/** Column name AD_SchedulerRecipient_ID */
|
||||
public static final String COLUMNNAME_AD_SchedulerRecipient_ID = "AD_SchedulerRecipient_ID";
|
||||
|
||||
/** Set Scheduler Recipient.
|
||||
* Recipient of the Scheduler Notification
|
||||
*/
|
||||
public void setAD_SchedulerRecipient_ID (int AD_SchedulerRecipient_ID);
|
||||
|
||||
/** Get Scheduler Recipient.
|
||||
* Recipient of the Scheduler Notification
|
||||
*/
|
||||
public int getAD_SchedulerRecipient_ID();
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Scheduler_Para
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Scheduler_Para
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Sequence
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Sequence
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Sequence_Audit
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Sequence_Audit
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -36,8 +32,8 @@ import java.math.BigDecimal;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Sequence_No
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Sequence_No
|
||||
{
|
||||
|
|
|
@ -5,22 +5,18 @@
|
|||
* Copyright (C) Trifon Trifonov. *
|
||||
* Copyright (C) Contributors *
|
||||
* *
|
||||
* This program is free software;
|
||||
you can redistribute it and/or *
|
||||
* This program is free software, you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU General Public License *
|
||||
* as published by the Free Software Foundation;
|
||||
either version 2 *
|
||||
* as published by the Free Software Foundation, either version 2 *
|
||||
* of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This program is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of *
|
||||
* but WITHOUT ANY WARRANTY, without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU General Public License *
|
||||
* along with this program;
|
||||
if not, write to the Free Software *
|
||||
* along with this program, if not, write to the Free Software *
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
|
||||
* MA 02110-1301, USA. *
|
||||
* *
|
||||
|
@ -37,8 +33,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Session
|
||||
* @author Trifon Trifonov (generated)
|
||||
* @version Release 3.5.1a
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.2a
|
||||
*/
|
||||
public interface I_AD_Session
|
||||
{
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue