Generate all model classes
This commit is contained in:
parent
d89bc0d4d0
commit
ef82abb2c6
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AccessLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_AccessLog
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_AccessLog
|
|||
public static final String Table_Name = "AD_AccessLog";
|
||||
|
||||
/** AD_Table_ID=717 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 717;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,6 +54,15 @@ public interface I_AD_AccessLog
|
|||
*/
|
||||
public int getAD_AccessLog_ID();
|
||||
|
||||
/** Column name AD_AccessLog_UU */
|
||||
public static final String COLUMNNAME_AD_AccessLog_UU = "AD_AccessLog_UU";
|
||||
|
||||
/** Set AD_AccessLog_UU */
|
||||
public void setAD_AccessLog_UU (String AD_AccessLog_UU);
|
||||
|
||||
/** Get AD_AccessLog_UU */
|
||||
public String getAD_AccessLog_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_AccessLog
|
|||
*/
|
||||
public int getAD_Column_ID();
|
||||
|
||||
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_AccessLog
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Alert
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Alert
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Alert
|
|||
public static final String Table_Name = "AD_Alert";
|
||||
|
||||
/** AD_Table_ID=594 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 594;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -67,7 +67,16 @@ public interface I_AD_Alert
|
|||
*/
|
||||
public int getAD_AlertProcessor_ID();
|
||||
|
||||
public I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Alert_UU */
|
||||
public static final String COLUMNNAME_AD_Alert_UU = "AD_Alert_UU";
|
||||
|
||||
/** Set AD_Alert_UU */
|
||||
public void setAD_Alert_UU (String AD_Alert_UU);
|
||||
|
||||
/** Get AD_Alert_UU */
|
||||
public String getAD_Alert_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AlertProcessor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_AlertProcessor
|
||||
{
|
||||
|
@ -87,10 +87,10 @@ public interface I_AD_AlertProcessor
|
|||
/** Column name AD_Schedule_ID */
|
||||
public static final String COLUMNNAME_AD_Schedule_ID = "AD_Schedule_ID";
|
||||
|
||||
/** Set AD_Schedule_ID */
|
||||
/** Set Schedule */
|
||||
public void setAD_Schedule_ID (int AD_Schedule_ID);
|
||||
|
||||
/** Get AD_Schedule_ID */
|
||||
/** Get Schedule */
|
||||
public int getAD_Schedule_ID();
|
||||
|
||||
public org.compiere.model.I_AD_Schedule getAD_Schedule() throws RuntimeException;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AlertProcessorLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_AlertProcessorLog
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_AlertProcessorLog
|
|||
public static final String Table_Name = "AD_AlertProcessorLog";
|
||||
|
||||
/** AD_Table_ID=699 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 699;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,7 +54,7 @@ public interface I_AD_AlertProcessorLog
|
|||
*/
|
||||
public int getAD_AlertProcessor_ID();
|
||||
|
||||
public I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_AlertProcessor getAD_AlertProcessor() throws RuntimeException;
|
||||
|
||||
/** Column name AD_AlertProcessorLog_ID */
|
||||
public static final String COLUMNNAME_AD_AlertProcessorLog_ID = "AD_AlertProcessorLog_ID";
|
||||
|
@ -69,6 +69,15 @@ public interface I_AD_AlertProcessorLog
|
|||
*/
|
||||
public int getAD_AlertProcessorLog_ID();
|
||||
|
||||
/** Column name AD_AlertProcessorLog_UU */
|
||||
public static final String COLUMNNAME_AD_AlertProcessorLog_UU = "AD_AlertProcessorLog_UU";
|
||||
|
||||
/** Set AD_AlertProcessorLog_UU */
|
||||
public void setAD_AlertProcessorLog_UU (String AD_AlertProcessorLog_UU);
|
||||
|
||||
/** Get AD_AlertProcessorLog_UU */
|
||||
public String getAD_AlertProcessorLog_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AlertRecipient
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_AlertRecipient
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_AlertRecipient
|
|||
public static final String Table_Name = "AD_AlertRecipient";
|
||||
|
||||
/** AD_Table_ID=592 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 592;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,7 +54,7 @@ public interface I_AD_AlertRecipient
|
|||
*/
|
||||
public int getAD_Alert_ID();
|
||||
|
||||
public I_AD_Alert getAD_Alert() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException;
|
||||
|
||||
/** Column name AD_AlertRecipient_ID */
|
||||
public static final String COLUMNNAME_AD_AlertRecipient_ID = "AD_AlertRecipient_ID";
|
||||
|
@ -69,6 +69,15 @@ public interface I_AD_AlertRecipient
|
|||
*/
|
||||
public int getAD_AlertRecipient_ID();
|
||||
|
||||
/** Column name AD_AlertRecipient_UU */
|
||||
public static final String COLUMNNAME_AD_AlertRecipient_UU = "AD_AlertRecipient_UU";
|
||||
|
||||
/** Set AD_AlertRecipient_UU */
|
||||
public void setAD_AlertRecipient_UU (String AD_AlertRecipient_UU);
|
||||
|
||||
/** Get AD_AlertRecipient_UU */
|
||||
public String getAD_AlertRecipient_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_AlertRecipient
|
|||
*/
|
||||
public int getAD_Role_ID();
|
||||
|
||||
public I_AD_Role getAD_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException;
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
@ -118,7 +127,7 @@ public interface I_AD_AlertRecipient
|
|||
*/
|
||||
public int getAD_User_ID();
|
||||
|
||||
public I_AD_User getAD_User() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getAD_User() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AlertRule
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_AlertRule
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_AlertRule
|
|||
public static final String Table_Name = "AD_AlertRule";
|
||||
|
||||
/** AD_Table_ID=593 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 593;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,7 +54,7 @@ public interface I_AD_AlertRule
|
|||
*/
|
||||
public int getAD_Alert_ID();
|
||||
|
||||
public I_AD_Alert getAD_Alert() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Alert getAD_Alert() throws RuntimeException;
|
||||
|
||||
/** Column name AD_AlertRule_ID */
|
||||
public static final String COLUMNNAME_AD_AlertRule_ID = "AD_AlertRule_ID";
|
||||
|
@ -69,6 +69,15 @@ public interface I_AD_AlertRule
|
|||
*/
|
||||
public int getAD_AlertRule_ID();
|
||||
|
||||
/** Column name AD_AlertRule_UU */
|
||||
public static final String COLUMNNAME_AD_AlertRule_UU = "AD_AlertRule_UU";
|
||||
|
||||
/** Set AD_AlertRule_UU */
|
||||
public void setAD_AlertRule_UU (String AD_AlertRule_UU);
|
||||
|
||||
/** Get AD_AlertRule_UU */
|
||||
public String getAD_AlertRule_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_AlertRule
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Archive
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Archive
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Archive
|
|||
public static final String Table_Name = "AD_Archive";
|
||||
|
||||
/** AD_Table_ID=754 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 754;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,6 +54,15 @@ public interface I_AD_Archive
|
|||
*/
|
||||
public int getAD_Archive_ID();
|
||||
|
||||
/** Column name AD_Archive_UU */
|
||||
public static final String COLUMNNAME_AD_Archive_UU = "AD_Archive_UU";
|
||||
|
||||
/** Set AD_Archive_UU */
|
||||
public void setAD_Archive_UU (String AD_Archive_UU);
|
||||
|
||||
/** Get AD_Archive_UU */
|
||||
public String getAD_Archive_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_Archive
|
|||
*/
|
||||
public int getAD_Process_ID();
|
||||
|
||||
public I_AD_Process getAD_Process() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_Archive
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
@ -131,7 +140,7 @@ public interface I_AD_Archive
|
|||
*/
|
||||
public int getC_BPartner_ID();
|
||||
|
||||
public I_C_BPartner getC_BPartner() throws RuntimeException;
|
||||
public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Attachment
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Attachment
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Attachment
|
|||
public static final String Table_Name = "AD_Attachment";
|
||||
|
||||
/** AD_Table_ID=254 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 254;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,6 +54,15 @@ public interface I_AD_Attachment
|
|||
*/
|
||||
public int getAD_Attachment_ID();
|
||||
|
||||
/** Column name AD_Attachment_UU */
|
||||
public static final String COLUMNNAME_AD_Attachment_UU = "AD_Attachment_UU";
|
||||
|
||||
/** Set AD_Attachment_UU */
|
||||
public void setAD_Attachment_UU (String AD_Attachment_UU);
|
||||
|
||||
/** Get AD_Attachment_UU */
|
||||
public String getAD_Attachment_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_Attachment
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_AttachmentNote
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_AttachmentNote
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_AttachmentNote
|
|||
public static final String Table_Name = "AD_AttachmentNote";
|
||||
|
||||
/** AD_Table_ID=705 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 705;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,7 +54,7 @@ public interface I_AD_AttachmentNote
|
|||
*/
|
||||
public int getAD_Attachment_ID();
|
||||
|
||||
public I_AD_Attachment getAD_Attachment() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Attachment getAD_Attachment() throws RuntimeException;
|
||||
|
||||
/** Column name AD_AttachmentNote_ID */
|
||||
public static final String COLUMNNAME_AD_AttachmentNote_ID = "AD_AttachmentNote_ID";
|
||||
|
@ -69,6 +69,15 @@ public interface I_AD_AttachmentNote
|
|||
*/
|
||||
public int getAD_AttachmentNote_ID();
|
||||
|
||||
/** Column name AD_AttachmentNote_UU */
|
||||
public static final String COLUMNNAME_AD_AttachmentNote_UU = "AD_AttachmentNote_UU";
|
||||
|
||||
/** Set AD_AttachmentNote_UU */
|
||||
public void setAD_AttachmentNote_UU (String AD_AttachmentNote_UU);
|
||||
|
||||
/** Get AD_AttachmentNote_UU */
|
||||
public String getAD_AttachmentNote_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_AttachmentNote
|
|||
*/
|
||||
public int getAD_User_ID();
|
||||
|
||||
public I_AD_User getAD_User() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getAD_User() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Attribute
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Attribute
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Attribute
|
|||
public static final String Table_Name = "AD_Attribute";
|
||||
|
||||
/** AD_Table_ID=405 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 405;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -50,6 +50,15 @@ public interface I_AD_Attribute
|
|||
/** Get System Attribute */
|
||||
public int getAD_Attribute_ID();
|
||||
|
||||
/** Column name AD_Attribute_UU */
|
||||
public static final String COLUMNNAME_AD_Attribute_UU = "AD_Attribute_UU";
|
||||
|
||||
/** Set AD_Attribute_UU */
|
||||
public void setAD_Attribute_UU (String AD_Attribute_UU);
|
||||
|
||||
/** Get AD_Attribute_UU */
|
||||
public String getAD_Attribute_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
@ -84,7 +93,7 @@ public interface I_AD_Attribute
|
|||
*/
|
||||
public int getAD_Reference_ID();
|
||||
|
||||
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Reference_Value_ID */
|
||||
public static final String COLUMNNAME_AD_Reference_Value_ID = "AD_Reference_Value_ID";
|
||||
|
@ -99,7 +108,7 @@ public interface I_AD_Attribute
|
|||
*/
|
||||
public int getAD_Reference_Value_ID();
|
||||
|
||||
public I_AD_Reference getAD_Reference_Value() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Reference getAD_Reference_Value() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
@ -114,7 +123,7 @@ public interface I_AD_Attribute
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Val_Rule_ID */
|
||||
public static final String COLUMNNAME_AD_Val_Rule_ID = "AD_Val_Rule_ID";
|
||||
|
@ -129,7 +138,7 @@ public interface I_AD_Attribute
|
|||
*/
|
||||
public int getAD_Val_Rule_ID();
|
||||
|
||||
public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException;
|
||||
|
||||
/** Column name Callout */
|
||||
public static final String COLUMNNAME_Callout = "Callout";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Attribute_Value
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Attribute_Value
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Attribute_Value
|
|||
public static final String Table_Name = "AD_Attribute_Value";
|
||||
|
||||
/** AD_Table_ID=406 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 406;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -50,6 +50,15 @@ public interface I_AD_Attribute_Value
|
|||
/** Get System Attribute */
|
||||
public int getAD_Attribute_ID();
|
||||
|
||||
/** Column name AD_Attribute_Value_UU */
|
||||
public static final String COLUMNNAME_AD_Attribute_Value_UU = "AD_Attribute_Value_UU";
|
||||
|
||||
/** Set AD_Attribute_Value_UU */
|
||||
public void setAD_Attribute_Value_UU (String AD_Attribute_Value_UU);
|
||||
|
||||
/** Get AD_Attribute_Value_UU */
|
||||
public String getAD_Attribute_Value_UU();
|
||||
|
||||
/** Column name Record_ID */
|
||||
public static final String COLUMNNAME_Record_ID = "Record_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ChangeLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ChangeLog
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ChangeLog
|
|||
public static final String Table_Name = "AD_ChangeLog";
|
||||
|
||||
/** AD_Table_ID=580 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 580;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,6 +54,15 @@ public interface I_AD_ChangeLog
|
|||
*/
|
||||
public int getAD_ChangeLog_ID();
|
||||
|
||||
/** Column name AD_ChangeLog_UU */
|
||||
public static final String COLUMNNAME_AD_ChangeLog_UU = "AD_ChangeLog_UU";
|
||||
|
||||
/** Set AD_ChangeLog_UU */
|
||||
public void setAD_ChangeLog_UU (String AD_ChangeLog_UU);
|
||||
|
||||
/** Get AD_ChangeLog_UU */
|
||||
public String getAD_ChangeLog_UU();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_ChangeLog
|
|||
*/
|
||||
public int getAD_Column_ID();
|
||||
|
||||
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_ChangeLog
|
|||
*/
|
||||
public int getAD_Session_ID();
|
||||
|
||||
public I_AD_Session getAD_Session() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Session getAD_Session() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
@ -118,7 +127,7 @@ public interface I_AD_ChangeLog
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Client
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Client
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ClientInfo
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ClientInfo
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ClientInfo
|
|||
public static final String Table_Name = "AD_ClientInfo";
|
||||
|
||||
/** AD_Table_ID=227 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 227;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -49,6 +49,15 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getAD_Client_ID();
|
||||
|
||||
/** Column name AD_ClientInfo_UU */
|
||||
public static final String COLUMNNAME_AD_ClientInfo_UU = "AD_ClientInfo_UU";
|
||||
|
||||
/** Set AD_ClientInfo_UU */
|
||||
public void setAD_ClientInfo_UU (String AD_ClientInfo_UU);
|
||||
|
||||
/** Get AD_ClientInfo_UU */
|
||||
public String getAD_ClientInfo_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getAD_Tree_Activity_ID();
|
||||
|
||||
public I_AD_Tree getAD_Tree_Activity() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Tree getAD_Tree_Activity() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Tree_BPartner_ID */
|
||||
public static final String COLUMNNAME_AD_Tree_BPartner_ID = "AD_Tree_BPartner_ID";
|
||||
|
@ -90,7 +99,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getAD_Tree_BPartner_ID();
|
||||
|
||||
public I_AD_Tree getAD_Tree_BPartner() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Tree getAD_Tree_BPartner() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Tree_Campaign_ID */
|
||||
public static final String COLUMNNAME_AD_Tree_Campaign_ID = "AD_Tree_Campaign_ID";
|
||||
|
@ -105,7 +114,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getAD_Tree_Campaign_ID();
|
||||
|
||||
public I_AD_Tree getAD_Tree_Campaign() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Tree getAD_Tree_Campaign() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Tree_Menu_ID */
|
||||
public static final String COLUMNNAME_AD_Tree_Menu_ID = "AD_Tree_Menu_ID";
|
||||
|
@ -120,7 +129,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getAD_Tree_Menu_ID();
|
||||
|
||||
public I_AD_Tree getAD_Tree_Menu() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Tree getAD_Tree_Menu() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Tree_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
|
||||
|
@ -135,7 +144,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getAD_Tree_Org_ID();
|
||||
|
||||
public I_AD_Tree getAD_Tree_Org() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Tree getAD_Tree_Org() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Tree_Product_ID */
|
||||
public static final String COLUMNNAME_AD_Tree_Product_ID = "AD_Tree_Product_ID";
|
||||
|
@ -150,7 +159,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getAD_Tree_Product_ID();
|
||||
|
||||
public I_AD_Tree getAD_Tree_Product() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Tree getAD_Tree_Product() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Tree_Project_ID */
|
||||
public static final String COLUMNNAME_AD_Tree_Project_ID = "AD_Tree_Project_ID";
|
||||
|
@ -165,7 +174,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getAD_Tree_Project_ID();
|
||||
|
||||
public I_AD_Tree getAD_Tree_Project() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Tree getAD_Tree_Project() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Tree_SalesRegion_ID */
|
||||
public static final String COLUMNNAME_AD_Tree_SalesRegion_ID = "AD_Tree_SalesRegion_ID";
|
||||
|
@ -180,7 +189,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getAD_Tree_SalesRegion_ID();
|
||||
|
||||
public I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Tree getAD_Tree_SalesRegion() throws RuntimeException;
|
||||
|
||||
/** Column name C_AcctSchema1_ID */
|
||||
public static final String COLUMNNAME_C_AcctSchema1_ID = "C_AcctSchema1_ID";
|
||||
|
@ -195,7 +204,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getC_AcctSchema1_ID();
|
||||
|
||||
public I_C_AcctSchema getC_AcctSchema1() throws RuntimeException;
|
||||
public org.compiere.model.I_C_AcctSchema getC_AcctSchema1() throws RuntimeException;
|
||||
|
||||
/** Column name C_BPartnerCashTrx_ID */
|
||||
public static final String COLUMNNAME_C_BPartnerCashTrx_ID = "C_BPartnerCashTrx_ID";
|
||||
|
@ -210,7 +219,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getC_BPartnerCashTrx_ID();
|
||||
|
||||
public I_C_BPartner getC_BPartnerCashTrx() throws RuntimeException;
|
||||
public org.compiere.model.I_C_BPartner getC_BPartnerCashTrx() throws RuntimeException;
|
||||
|
||||
/** Column name C_Calendar_ID */
|
||||
public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID";
|
||||
|
@ -225,7 +234,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getC_Calendar_ID();
|
||||
|
||||
public I_C_Calendar getC_Calendar() throws RuntimeException;
|
||||
public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
@ -256,7 +265,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getC_UOM_Length_ID();
|
||||
|
||||
public I_C_UOM getC_UOM_Length() throws RuntimeException;
|
||||
public org.compiere.model.I_C_UOM getC_UOM_Length() throws RuntimeException;
|
||||
|
||||
/** Column name C_UOM_Time_ID */
|
||||
public static final String COLUMNNAME_C_UOM_Time_ID = "C_UOM_Time_ID";
|
||||
|
@ -271,7 +280,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getC_UOM_Time_ID();
|
||||
|
||||
public I_C_UOM getC_UOM_Time() throws RuntimeException;
|
||||
public org.compiere.model.I_C_UOM getC_UOM_Time() throws RuntimeException;
|
||||
|
||||
/** Column name C_UOM_Volume_ID */
|
||||
public static final String COLUMNNAME_C_UOM_Volume_ID = "C_UOM_Volume_ID";
|
||||
|
@ -286,7 +295,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getC_UOM_Volume_ID();
|
||||
|
||||
public I_C_UOM getC_UOM_Volume() throws RuntimeException;
|
||||
public org.compiere.model.I_C_UOM getC_UOM_Volume() throws RuntimeException;
|
||||
|
||||
/** Column name C_UOM_Weight_ID */
|
||||
public static final String COLUMNNAME_C_UOM_Weight_ID = "C_UOM_Weight_ID";
|
||||
|
@ -301,7 +310,7 @@ public interface I_AD_ClientInfo
|
|||
*/
|
||||
public int getC_UOM_Weight_ID();
|
||||
|
||||
public I_C_UOM getC_UOM_Weight() throws RuntimeException;
|
||||
public org.compiere.model.I_C_UOM getC_UOM_Weight() throws RuntimeException;
|
||||
|
||||
/** Column name IsActive */
|
||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||
|
@ -378,7 +387,7 @@ public interface I_AD_ClientInfo
|
|||
/** Get Product for Freight */
|
||||
public int getM_ProductFreight_ID();
|
||||
|
||||
public I_M_Product getM_ProductFreight() throws RuntimeException;
|
||||
public org.compiere.model.I_M_Product getM_ProductFreight() throws RuntimeException;
|
||||
|
||||
/** Column name Updated */
|
||||
public static final String COLUMNNAME_Updated = "Updated";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ClientShare
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ClientShare
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ClientShare
|
|||
public static final String Table_Name = "AD_ClientShare";
|
||||
|
||||
/** AD_Table_ID=827 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 827;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_ClientShare
|
|||
*/
|
||||
public int getAD_ClientShare_ID();
|
||||
|
||||
/** Column name AD_ClientShare_UU */
|
||||
public static final String COLUMNNAME_AD_ClientShare_UU = "AD_ClientShare_UU";
|
||||
|
||||
/** Set AD_ClientShare_UU */
|
||||
public void setAD_ClientShare_UU (String AD_ClientShare_UU);
|
||||
|
||||
/** Get AD_ClientShare_UU */
|
||||
public String getAD_ClientShare_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_ClientShare
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Color
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Color
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Color
|
|||
public static final String Table_Name = "AD_Color";
|
||||
|
||||
/** AD_Table_ID=457 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 457;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_Color
|
|||
*/
|
||||
public int getAD_Color_ID();
|
||||
|
||||
/** Column name AD_Color_UU */
|
||||
public static final String COLUMNNAME_AD_Color_UU = "AD_Color_UU";
|
||||
|
||||
/** Set AD_Color_UU */
|
||||
public void setAD_Color_UU (String AD_Color_UU);
|
||||
|
||||
/** Get AD_Color_UU */
|
||||
public String getAD_Color_UU();
|
||||
|
||||
/** Column name AD_Image_ID */
|
||||
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_Color
|
|||
*/
|
||||
public int getAD_Image_ID();
|
||||
|
||||
public I_AD_Image getAD_Image() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Column
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Column
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Column_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Column_Access
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Column_Access
|
|||
public static final String Table_Name = "AD_Column_Access";
|
||||
|
||||
/** AD_Table_ID=571 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 571;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -49,6 +49,15 @@ public interface I_AD_Column_Access
|
|||
*/
|
||||
public int getAD_Client_ID();
|
||||
|
||||
/** Column name AD_Column_Access_UU */
|
||||
public static final String COLUMNNAME_AD_Column_Access_UU = "AD_Column_Access_UU";
|
||||
|
||||
/** Set AD_Column_Access_UU */
|
||||
public void setAD_Column_Access_UU (String AD_Column_Access_UU);
|
||||
|
||||
/** Get AD_Column_Access_UU */
|
||||
public String getAD_Column_Access_UU();
|
||||
|
||||
/** Column name AD_Column_ID */
|
||||
public static final String COLUMNNAME_AD_Column_ID = "AD_Column_ID";
|
||||
|
||||
|
@ -62,7 +71,7 @@ public interface I_AD_Column_Access
|
|||
*/
|
||||
public int getAD_Column_ID();
|
||||
|
||||
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -90,7 +99,7 @@ public interface I_AD_Column_Access
|
|||
*/
|
||||
public int getAD_Role_ID();
|
||||
|
||||
public I_AD_Role getAD_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
@ -105,7 +114,7 @@ public interface I_AD_Column_Access
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Desktop
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Desktop
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Desktop
|
|||
public static final String Table_Name = "AD_Desktop";
|
||||
|
||||
/** AD_Table_ID=458 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 458;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_Desktop
|
|||
*/
|
||||
public int getAD_Desktop_ID();
|
||||
|
||||
/** Column name AD_Desktop_UU */
|
||||
public static final String COLUMNNAME_AD_Desktop_UU = "AD_Desktop_UU";
|
||||
|
||||
/** Set AD_Desktop_UU */
|
||||
public void setAD_Desktop_UU (String AD_Desktop_UU);
|
||||
|
||||
/** Get AD_Desktop_UU */
|
||||
public String getAD_Desktop_UU();
|
||||
|
||||
/** Column name AD_Image_ID */
|
||||
public static final String COLUMNNAME_AD_Image_ID = "AD_Image_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_DesktopWorkbench
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_DesktopWorkbench
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_DesktopWorkbench
|
|||
public static final String Table_Name = "AD_DesktopWorkbench";
|
||||
|
||||
/** AD_Table_ID=459 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 459;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_DesktopWorkbench
|
|||
*/
|
||||
public int getAD_Desktop_ID();
|
||||
|
||||
public I_AD_Desktop getAD_Desktop() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Desktop getAD_Desktop() throws RuntimeException;
|
||||
|
||||
/** Column name AD_DesktopWorkbench_ID */
|
||||
public static final String COLUMNNAME_AD_DesktopWorkbench_ID = "AD_DesktopWorkbench_ID";
|
||||
|
@ -73,6 +73,15 @@ public interface I_AD_DesktopWorkbench
|
|||
/** Get Desktop Workbench */
|
||||
public int getAD_DesktopWorkbench_ID();
|
||||
|
||||
/** Column name AD_DesktopWorkbench_UU */
|
||||
public static final String COLUMNNAME_AD_DesktopWorkbench_UU = "AD_DesktopWorkbench_UU";
|
||||
|
||||
/** Set AD_DesktopWorkbench_UU */
|
||||
public void setAD_DesktopWorkbench_UU (String AD_DesktopWorkbench_UU);
|
||||
|
||||
/** Get AD_DesktopWorkbench_UU */
|
||||
public String getAD_DesktopWorkbench_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -99,7 +108,7 @@ public interface I_AD_DesktopWorkbench
|
|||
*/
|
||||
public int getAD_Workbench_ID();
|
||||
|
||||
public I_AD_Workbench getAD_Workbench() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Workbench getAD_Workbench() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Document_Action_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Document_Action_Access
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Document_Action_Access
|
|||
public static final String Table_Name = "AD_Document_Action_Access";
|
||||
|
||||
/** AD_Table_ID=53012 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 53012;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -49,6 +49,15 @@ public interface I_AD_Document_Action_Access
|
|||
*/
|
||||
public int getAD_Client_ID();
|
||||
|
||||
/** Column name AD_Document_Action_Access_UU */
|
||||
public static final String COLUMNNAME_AD_Document_Action_Access_UU = "AD_Document_Action_Access_UU";
|
||||
|
||||
/** Set AD_Document_Action_Access_UU */
|
||||
public void setAD_Document_Action_Access_UU (String AD_Document_Action_Access_UU);
|
||||
|
||||
/** Get AD_Document_Action_Access_UU */
|
||||
public String getAD_Document_Action_Access_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_Document_Action_Access
|
|||
*/
|
||||
public int getAD_Ref_List_ID();
|
||||
|
||||
public I_AD_Ref_List getAD_Ref_List() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Ref_List getAD_Ref_List() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Role_ID */
|
||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||
|
@ -90,7 +99,7 @@ public interface I_AD_Document_Action_Access
|
|||
*/
|
||||
public int getAD_Role_ID();
|
||||
|
||||
public I_AD_Role getAD_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException;
|
||||
|
||||
/** Column name C_DocType_ID */
|
||||
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
|
||||
|
@ -105,7 +114,7 @@ public interface I_AD_Document_Action_Access
|
|||
*/
|
||||
public int getC_DocType_ID();
|
||||
|
||||
public I_C_DocType getC_DocType() throws RuntimeException;
|
||||
public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Element
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Element
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Element
|
|||
public static final String Table_Name = "AD_Element";
|
||||
|
||||
/** AD_Table_ID=276 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 276;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_Element
|
|||
*/
|
||||
public int getAD_Element_ID();
|
||||
|
||||
/** Column name AD_Element_UU */
|
||||
public static final String COLUMNNAME_AD_Element_UU = "AD_Element_UU";
|
||||
|
||||
/** Set AD_Element_UU */
|
||||
public void setAD_Element_UU (String AD_Element_UU);
|
||||
|
||||
/** Get AD_Element_UU */
|
||||
public String getAD_Element_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_EntityType
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_EntityType
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_EntityType
|
|||
public static final String Table_Name = "AD_EntityType";
|
||||
|
||||
/** AD_Table_ID=882 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 882;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_EntityType
|
|||
*/
|
||||
public int getAD_EntityType_ID();
|
||||
|
||||
/** Column name AD_EntityType_UU */
|
||||
public static final String COLUMNNAME_AD_EntityType_UU = "AD_EntityType_UU";
|
||||
|
||||
/** Set AD_EntityType_UU */
|
||||
public void setAD_EntityType_UU (String AD_EntityType_UU);
|
||||
|
||||
/** Get AD_EntityType_UU */
|
||||
public String getAD_EntityType_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Error
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Error
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Error
|
|||
public static final String Table_Name = "AD_Error";
|
||||
|
||||
/** AD_Table_ID=380 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 380;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -58,6 +58,15 @@ public interface I_AD_Error
|
|||
/** Get Error */
|
||||
public int getAD_Error_ID();
|
||||
|
||||
/** Column name AD_Error_UU */
|
||||
public static final String COLUMNNAME_AD_Error_UU = "AD_Error_UU";
|
||||
|
||||
/** Set AD_Error_UU */
|
||||
public void setAD_Error_UU (String AD_Error_UU);
|
||||
|
||||
/** Get AD_Error_UU */
|
||||
public String getAD_Error_UU();
|
||||
|
||||
/** Column name AD_Language */
|
||||
public static final String COLUMNNAME_AD_Language = "AD_Language";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Field
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Field
|
||||
{
|
||||
|
@ -465,6 +465,19 @@ public interface I_AD_Field
|
|||
*/
|
||||
public String getName();
|
||||
|
||||
/** Column name NumLines */
|
||||
public static final String COLUMNNAME_NumLines = "NumLines";
|
||||
|
||||
/** Set Number of Lines.
|
||||
* Number of lines for a field
|
||||
*/
|
||||
public void setNumLines (int NumLines);
|
||||
|
||||
/** Get Number of Lines.
|
||||
* Number of lines for a field
|
||||
*/
|
||||
public int getNumLines();
|
||||
|
||||
/** Column name ObscureType */
|
||||
public static final String COLUMNNAME_ObscureType = "ObscureType";
|
||||
|
||||
|
@ -478,19 +491,6 @@ public interface I_AD_Field
|
|||
*/
|
||||
public String getObscureType();
|
||||
|
||||
/** Column name NumLines */
|
||||
public static final String COLUMNNAME_NumLines = "NumLines";
|
||||
|
||||
/** Set Row Span.
|
||||
* Number of rows for a field
|
||||
*/
|
||||
public void setNumLines (int NumLines);
|
||||
|
||||
/** Get Row Span.
|
||||
* Number of rows for a field
|
||||
*/
|
||||
public int getNumLines();
|
||||
|
||||
/** Column name SeqNo */
|
||||
public static final String COLUMNNAME_SeqNo = "SeqNo";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_FieldGroup
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_FieldGroup
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_FieldGroup
|
|||
public static final String Table_Name = "AD_FieldGroup";
|
||||
|
||||
/** AD_Table_ID=414 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 414;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_FieldGroup
|
|||
*/
|
||||
public int getAD_FieldGroup_ID();
|
||||
|
||||
/** Column name AD_FieldGroup_UU */
|
||||
public static final String COLUMNNAME_AD_FieldGroup_UU = "AD_FieldGroup_UU";
|
||||
|
||||
/** Set AD_FieldGroup_UU */
|
||||
public void setAD_FieldGroup_UU (String AD_FieldGroup_UU);
|
||||
|
||||
/** Get AD_FieldGroup_UU */
|
||||
public String getAD_FieldGroup_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Find
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Find
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Find
|
|||
public static final String Table_Name = "AD_Find";
|
||||
|
||||
/** AD_Table_ID=404 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 404;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_Find
|
|||
*/
|
||||
public int getAD_Column_ID();
|
||||
|
||||
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Find_ID */
|
||||
public static final String COLUMNNAME_AD_Find_ID = "AD_Find_ID";
|
||||
|
@ -73,6 +73,15 @@ public interface I_AD_Find
|
|||
/** Get Find */
|
||||
public int getAD_Find_ID();
|
||||
|
||||
/** Column name AD_Find_UU */
|
||||
public static final String COLUMNNAME_AD_Find_UU = "AD_Find_UU";
|
||||
|
||||
/** Set AD_Find_UU */
|
||||
public void setAD_Find_UU (String AD_Find_UU);
|
||||
|
||||
/** Get AD_Find_UU */
|
||||
public String getAD_Find_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Form
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Form
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Form
|
|||
public static final String Table_Name = "AD_Form";
|
||||
|
||||
/** AD_Table_ID=376 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 376;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_Form
|
|||
*/
|
||||
public int getAD_Form_ID();
|
||||
|
||||
/** Column name AD_Form_UU */
|
||||
public static final String COLUMNNAME_AD_Form_UU = "AD_Form_UU";
|
||||
|
||||
/** Set AD_Form_UU */
|
||||
public void setAD_Form_UU (String AD_Form_UU);
|
||||
|
||||
/** Get AD_Form_UU */
|
||||
public String getAD_Form_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Form_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Form_Access
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Form_Access
|
|||
public static final String Table_Name = "AD_Form_Access";
|
||||
|
||||
/** AD_Table_ID=378 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 378;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -49,6 +49,15 @@ public interface I_AD_Form_Access
|
|||
*/
|
||||
public int getAD_Client_ID();
|
||||
|
||||
/** Column name AD_Form_Access_UU */
|
||||
public static final String COLUMNNAME_AD_Form_Access_UU = "AD_Form_Access_UU";
|
||||
|
||||
/** Set AD_Form_Access_UU */
|
||||
public void setAD_Form_Access_UU (String AD_Form_Access_UU);
|
||||
|
||||
/** Get AD_Form_Access_UU */
|
||||
public String getAD_Form_Access_UU();
|
||||
|
||||
/** Column name AD_Form_ID */
|
||||
public static final String COLUMNNAME_AD_Form_ID = "AD_Form_ID";
|
||||
|
||||
|
@ -62,7 +71,7 @@ public interface I_AD_Form_Access
|
|||
*/
|
||||
public int getAD_Form_ID();
|
||||
|
||||
public I_AD_Form getAD_Form() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -90,7 +99,7 @@ public interface I_AD_Form_Access
|
|||
*/
|
||||
public int getAD_Role_ID();
|
||||
|
||||
public I_AD_Role getAD_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_HouseKeeping
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_HouseKeeping
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_HouseKeeping
|
|||
public static final String Table_Name = "AD_HouseKeeping";
|
||||
|
||||
/** AD_Table_ID=53147 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 53147;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -58,6 +58,15 @@ public interface I_AD_HouseKeeping
|
|||
/** Get House Keeping Configuration */
|
||||
public int getAD_HouseKeeping_ID();
|
||||
|
||||
/** Column name AD_HouseKeeping_UU */
|
||||
public static final String COLUMNNAME_AD_HouseKeeping_UU = "AD_HouseKeeping_UU";
|
||||
|
||||
/** Set AD_HouseKeeping_UU */
|
||||
public void setAD_HouseKeeping_UU (String AD_HouseKeeping_UU);
|
||||
|
||||
/** Get AD_HouseKeeping_UU */
|
||||
public String getAD_HouseKeeping_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -84,7 +93,7 @@ public interface I_AD_HouseKeeping
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name BackupFolder */
|
||||
public static final String COLUMNNAME_BackupFolder = "BackupFolder";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Image
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Image
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Image
|
|||
public static final String Table_Name = "AD_Image";
|
||||
|
||||
/** AD_Table_ID=461 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 461;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_Image
|
|||
*/
|
||||
public int getAD_Image_ID();
|
||||
|
||||
/** Column name AD_Image_UU */
|
||||
public static final String COLUMNNAME_AD_Image_UU = "AD_Image_UU";
|
||||
|
||||
/** Set AD_Image_UU */
|
||||
public void setAD_Image_UU (String AD_Image_UU);
|
||||
|
||||
/** Get AD_Image_UU */
|
||||
public String getAD_Image_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ImpFormat
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ImpFormat
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ImpFormat
|
|||
public static final String Table_Name = "AD_ImpFormat";
|
||||
|
||||
/** AD_Table_ID=381 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 381;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -58,6 +58,15 @@ public interface I_AD_ImpFormat
|
|||
/** Get Import Format */
|
||||
public int getAD_ImpFormat_ID();
|
||||
|
||||
/** Column name AD_ImpFormat_UU */
|
||||
public static final String COLUMNNAME_AD_ImpFormat_UU = "AD_ImpFormat_UU";
|
||||
|
||||
/** Set AD_ImpFormat_UU */
|
||||
public void setAD_ImpFormat_UU (String AD_ImpFormat_UU);
|
||||
|
||||
/** Get AD_ImpFormat_UU */
|
||||
public String getAD_ImpFormat_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -84,7 +93,7 @@ public interface I_AD_ImpFormat
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ImpFormat_Row
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ImpFormat_Row
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ImpFormat_Row
|
|||
public static final String Table_Name = "AD_ImpFormat_Row";
|
||||
|
||||
/** AD_Table_ID=382 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 382;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_ImpFormat_Row
|
|||
*/
|
||||
public int getAD_Column_ID();
|
||||
|
||||
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException;
|
||||
|
||||
/** Column name AD_ImpFormat_ID */
|
||||
public static final String COLUMNNAME_AD_ImpFormat_ID = "AD_ImpFormat_ID";
|
||||
|
@ -73,7 +73,7 @@ public interface I_AD_ImpFormat_Row
|
|||
/** Get Import Format */
|
||||
public int getAD_ImpFormat_ID();
|
||||
|
||||
public I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_ImpFormat getAD_ImpFormat() throws RuntimeException;
|
||||
|
||||
/** Column name AD_ImpFormat_Row_ID */
|
||||
public static final String COLUMNNAME_AD_ImpFormat_Row_ID = "AD_ImpFormat_Row_ID";
|
||||
|
@ -84,6 +84,15 @@ public interface I_AD_ImpFormat_Row
|
|||
/** Get Format Field */
|
||||
public int getAD_ImpFormat_Row_ID();
|
||||
|
||||
/** Column name AD_ImpFormat_Row_UU */
|
||||
public static final String COLUMNNAME_AD_ImpFormat_Row_UU = "AD_ImpFormat_Row_UU";
|
||||
|
||||
/** Set AD_ImpFormat_Row_UU */
|
||||
public void setAD_ImpFormat_Row_UU (String AD_ImpFormat_Row_UU);
|
||||
|
||||
/** Get AD_ImpFormat_Row_UU */
|
||||
public String getAD_ImpFormat_Row_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_InfoColumn
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_InfoColumn
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_InfoColumn
|
|||
public static final String Table_Name = "AD_InfoColumn";
|
||||
|
||||
/** AD_Table_ID=897 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 897;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_InfoColumn
|
|||
*/
|
||||
public int getAD_Element_ID();
|
||||
|
||||
public I_AD_Element getAD_Element() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Element getAD_Element() throws RuntimeException;
|
||||
|
||||
/** Column name AD_InfoColumn_ID */
|
||||
public static final String COLUMNNAME_AD_InfoColumn_ID = "AD_InfoColumn_ID";
|
||||
|
@ -77,6 +77,15 @@ public interface I_AD_InfoColumn
|
|||
*/
|
||||
public int getAD_InfoColumn_ID();
|
||||
|
||||
/** Column name AD_InfoColumn_UU */
|
||||
public static final String COLUMNNAME_AD_InfoColumn_UU = "AD_InfoColumn_UU";
|
||||
|
||||
/** Set AD_InfoColumn_UU */
|
||||
public void setAD_InfoColumn_UU (String AD_InfoColumn_UU);
|
||||
|
||||
/** Get AD_InfoColumn_UU */
|
||||
public String getAD_InfoColumn_UU();
|
||||
|
||||
/** Column name AD_InfoWindow_ID */
|
||||
public static final String COLUMNNAME_AD_InfoWindow_ID = "AD_InfoWindow_ID";
|
||||
|
||||
|
@ -90,7 +99,7 @@ public interface I_AD_InfoColumn
|
|||
*/
|
||||
public int getAD_InfoWindow_ID();
|
||||
|
||||
public I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -118,7 +127,7 @@ public interface I_AD_InfoColumn
|
|||
*/
|
||||
public int getAD_Reference_ID();
|
||||
|
||||
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_InfoWindow
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_InfoWindow
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_InfoWindow
|
|||
public static final String Table_Name = "AD_InfoWindow";
|
||||
|
||||
/** AD_Table_ID=895 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 895;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_InfoWindow
|
|||
*/
|
||||
public int getAD_InfoWindow_ID();
|
||||
|
||||
/** Column name AD_InfoWindow_UU */
|
||||
public static final String COLUMNNAME_AD_InfoWindow_UU = "AD_InfoWindow_UU";
|
||||
|
||||
/** Set AD_InfoWindow_UU */
|
||||
public void setAD_InfoWindow_UU (String AD_InfoWindow_UU);
|
||||
|
||||
/** Get AD_InfoWindow_UU */
|
||||
public String getAD_InfoWindow_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_InfoWindow
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Issue
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Issue
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Issue
|
|||
public static final String Table_Name = "AD_Issue";
|
||||
|
||||
/** AD_Table_ID=828 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 828;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,7 +54,7 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getA_Asset_ID();
|
||||
|
||||
public I_A_Asset getA_Asset() throws RuntimeException;
|
||||
public org.compiere.model.I_A_Asset getA_Asset() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
@ -77,7 +77,7 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getAD_Form_ID();
|
||||
|
||||
public I_AD_Form getAD_Form() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Issue_ID */
|
||||
public static final String COLUMNNAME_AD_Issue_ID = "AD_Issue_ID";
|
||||
|
@ -92,6 +92,15 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getAD_Issue_ID();
|
||||
|
||||
/** Column name AD_Issue_UU */
|
||||
public static final String COLUMNNAME_AD_Issue_UU = "AD_Issue_UU";
|
||||
|
||||
/** Set AD_Issue_UU */
|
||||
public void setAD_Issue_UU (String AD_Issue_UU);
|
||||
|
||||
/** Get AD_Issue_UU */
|
||||
public String getAD_Issue_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -118,7 +127,7 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getAD_Process_ID();
|
||||
|
||||
public I_AD_Process getAD_Process() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Window_ID */
|
||||
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
|
||||
|
@ -133,7 +142,7 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getAD_Window_ID();
|
||||
|
||||
public I_AD_Window getAD_Window() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException;
|
||||
|
||||
/** Column name Comments */
|
||||
public static final String COLUMNNAME_Comments = "Comments";
|
||||
|
@ -485,7 +494,7 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getR_IssueKnown_ID();
|
||||
|
||||
public I_R_IssueKnown getR_IssueKnown() throws RuntimeException;
|
||||
public org.compiere.model.I_R_IssueKnown getR_IssueKnown() throws RuntimeException;
|
||||
|
||||
/** Column name R_IssueProject_ID */
|
||||
public static final String COLUMNNAME_R_IssueProject_ID = "R_IssueProject_ID";
|
||||
|
@ -500,7 +509,7 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getR_IssueProject_ID();
|
||||
|
||||
public I_R_IssueProject getR_IssueProject() throws RuntimeException;
|
||||
public org.compiere.model.I_R_IssueProject getR_IssueProject() throws RuntimeException;
|
||||
|
||||
/** Column name R_IssueSystem_ID */
|
||||
public static final String COLUMNNAME_R_IssueSystem_ID = "R_IssueSystem_ID";
|
||||
|
@ -515,7 +524,7 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getR_IssueSystem_ID();
|
||||
|
||||
public I_R_IssueSystem getR_IssueSystem() throws RuntimeException;
|
||||
public org.compiere.model.I_R_IssueSystem getR_IssueSystem() throws RuntimeException;
|
||||
|
||||
/** Column name R_IssueUser_ID */
|
||||
public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID";
|
||||
|
@ -530,7 +539,7 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getR_IssueUser_ID();
|
||||
|
||||
public I_R_IssueUser getR_IssueUser() throws RuntimeException;
|
||||
public org.compiere.model.I_R_IssueUser getR_IssueUser() throws RuntimeException;
|
||||
|
||||
/** Column name R_Request_ID */
|
||||
public static final String COLUMNNAME_R_Request_ID = "R_Request_ID";
|
||||
|
@ -545,7 +554,7 @@ public interface I_AD_Issue
|
|||
*/
|
||||
public int getR_Request_ID();
|
||||
|
||||
public I_R_Request getR_Request() throws RuntimeException;
|
||||
public org.compiere.model.I_R_Request getR_Request() throws RuntimeException;
|
||||
|
||||
/** Column name SourceClassName */
|
||||
public static final String COLUMNNAME_SourceClassName = "SourceClassName";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LabelPrinter
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_LabelPrinter
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_LabelPrinter
|
|||
public static final String Table_Name = "AD_LabelPrinter";
|
||||
|
||||
/** AD_Table_ID=626 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 626;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_LabelPrinter
|
|||
*/
|
||||
public int getAD_LabelPrinter_ID();
|
||||
|
||||
/** Column name AD_LabelPrinter_UU */
|
||||
public static final String COLUMNNAME_AD_LabelPrinter_UU = "AD_LabelPrinter_UU";
|
||||
|
||||
/** Set AD_LabelPrinter_UU */
|
||||
public void setAD_LabelPrinter_UU (String AD_LabelPrinter_UU);
|
||||
|
||||
/** Get AD_LabelPrinter_UU */
|
||||
public String getAD_LabelPrinter_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LabelPrinterFunction
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_LabelPrinterFunction
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_LabelPrinterFunction
|
|||
public static final String Table_Name = "AD_LabelPrinterFunction";
|
||||
|
||||
/** AD_Table_ID=624 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 624;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_LabelPrinterFunction
|
|||
*/
|
||||
public int getAD_LabelPrinterFunction_ID();
|
||||
|
||||
/** Column name AD_LabelPrinterFunction_UU */
|
||||
public static final String COLUMNNAME_AD_LabelPrinterFunction_UU = "AD_LabelPrinterFunction_UU";
|
||||
|
||||
/** Set AD_LabelPrinterFunction_UU */
|
||||
public void setAD_LabelPrinterFunction_UU (String AD_LabelPrinterFunction_UU);
|
||||
|
||||
/** Get AD_LabelPrinterFunction_UU */
|
||||
public String getAD_LabelPrinterFunction_UU();
|
||||
|
||||
/** Column name AD_LabelPrinter_ID */
|
||||
public static final String COLUMNNAME_AD_LabelPrinter_ID = "AD_LabelPrinter_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_LabelPrinterFunction
|
|||
*/
|
||||
public int getAD_LabelPrinter_ID();
|
||||
|
||||
public I_AD_LabelPrinter getAD_LabelPrinter() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_LabelPrinter getAD_LabelPrinter() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Language
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Language
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LdapAccess
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_LdapAccess
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_LdapAccess
|
|||
public static final String Table_Name = "AD_LdapAccess";
|
||||
|
||||
/** AD_Table_ID=904 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 904;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_LdapAccess
|
|||
*/
|
||||
public int getAD_LdapAccess_ID();
|
||||
|
||||
/** Column name AD_LdapAccess_UU */
|
||||
public static final String COLUMNNAME_AD_LdapAccess_UU = "AD_LdapAccess_UU";
|
||||
|
||||
/** Set AD_LdapAccess_UU */
|
||||
public void setAD_LdapAccess_UU (String AD_LdapAccess_UU);
|
||||
|
||||
/** Get AD_LdapAccess_UU */
|
||||
public String getAD_LdapAccess_UU();
|
||||
|
||||
/** Column name AD_LdapProcessor_ID */
|
||||
public static final String COLUMNNAME_AD_LdapProcessor_ID = "AD_LdapProcessor_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_LdapAccess
|
|||
*/
|
||||
public int getAD_LdapProcessor_ID();
|
||||
|
||||
public I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_LdapAccess
|
|||
*/
|
||||
public int getAD_User_ID();
|
||||
|
||||
public I_AD_User getAD_User() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getAD_User() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
@ -173,7 +182,7 @@ public interface I_AD_LdapAccess
|
|||
*/
|
||||
public int getR_InterestArea_ID();
|
||||
|
||||
public I_R_InterestArea getR_InterestArea() throws RuntimeException;
|
||||
public org.compiere.model.I_R_InterestArea getR_InterestArea() throws RuntimeException;
|
||||
|
||||
/** Column name Summary */
|
||||
public static final String COLUMNNAME_Summary = "Summary";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LdapProcessor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_LdapProcessor
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_LdapProcessor
|
|||
public static final String Table_Name = "AD_LdapProcessor";
|
||||
|
||||
/** AD_Table_ID=902 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 902;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_LdapProcessor
|
|||
*/
|
||||
public int getAD_LdapProcessor_ID();
|
||||
|
||||
/** Column name AD_LdapProcessor_UU */
|
||||
public static final String COLUMNNAME_AD_LdapProcessor_UU = "AD_LdapProcessor_UU";
|
||||
|
||||
/** Set AD_LdapProcessor_UU */
|
||||
public void setAD_LdapProcessor_UU (String AD_LdapProcessor_UU);
|
||||
|
||||
/** Get AD_LdapProcessor_UU */
|
||||
public String getAD_LdapProcessor_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -204,7 +213,7 @@ public interface I_AD_LdapProcessor
|
|||
*/
|
||||
public int getSupervisor_ID();
|
||||
|
||||
public I_AD_User getSupervisor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getSupervisor() throws RuntimeException;
|
||||
|
||||
/** Column name Updated */
|
||||
public static final String COLUMNNAME_Updated = "Updated";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_LdapProcessorLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_LdapProcessorLog
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_LdapProcessorLog
|
|||
public static final String Table_Name = "AD_LdapProcessorLog";
|
||||
|
||||
/** AD_Table_ID=903 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 903;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_LdapProcessorLog
|
|||
*/
|
||||
public int getAD_LdapProcessor_ID();
|
||||
|
||||
public I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_LdapProcessor getAD_LdapProcessor() throws RuntimeException;
|
||||
|
||||
/** Column name AD_LdapProcessorLog_ID */
|
||||
public static final String COLUMNNAME_AD_LdapProcessorLog_ID = "AD_LdapProcessorLog_ID";
|
||||
|
@ -77,6 +77,15 @@ public interface I_AD_LdapProcessorLog
|
|||
*/
|
||||
public int getAD_LdapProcessorLog_ID();
|
||||
|
||||
/** Column name AD_LdapProcessorLog_UU */
|
||||
public static final String COLUMNNAME_AD_LdapProcessorLog_UU = "AD_LdapProcessorLog_UU";
|
||||
|
||||
/** Set AD_LdapProcessorLog_UU */
|
||||
public void setAD_LdapProcessorLog_UU (String AD_LdapProcessorLog_UU);
|
||||
|
||||
/** Get AD_LdapProcessorLog_UU */
|
||||
public String getAD_LdapProcessorLog_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Menu
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Menu
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Menu
|
|||
public static final String Table_Name = "AD_Menu";
|
||||
|
||||
/** AD_Table_ID=116 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 116;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public interface I_AD_Menu
|
|||
*/
|
||||
public int getAD_Form_ID();
|
||||
|
||||
public I_AD_Form getAD_Form() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Menu_ID */
|
||||
public static final String COLUMNNAME_AD_Menu_ID = "AD_Menu_ID";
|
||||
|
@ -90,6 +90,15 @@ public interface I_AD_Menu
|
|||
*/
|
||||
public int getAD_Menu_ID();
|
||||
|
||||
/** Column name AD_Menu_UU */
|
||||
public static final String COLUMNNAME_AD_Menu_UU = "AD_Menu_UU";
|
||||
|
||||
/** Set AD_Menu_UU */
|
||||
public void setAD_Menu_UU (String AD_Menu_UU);
|
||||
|
||||
/** Get AD_Menu_UU */
|
||||
public String getAD_Menu_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -116,7 +125,7 @@ public interface I_AD_Menu
|
|||
*/
|
||||
public int getAD_Process_ID();
|
||||
|
||||
public I_AD_Process getAD_Process() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Task_ID */
|
||||
public static final String COLUMNNAME_AD_Task_ID = "AD_Task_ID";
|
||||
|
@ -131,7 +140,7 @@ public interface I_AD_Menu
|
|||
*/
|
||||
public int getAD_Task_ID();
|
||||
|
||||
public I_AD_Task getAD_Task() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Task getAD_Task() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Window_ID */
|
||||
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
|
||||
|
@ -146,7 +155,7 @@ public interface I_AD_Menu
|
|||
*/
|
||||
public int getAD_Window_ID();
|
||||
|
||||
public I_AD_Window getAD_Window() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Workbench_ID */
|
||||
public static final String COLUMNNAME_AD_Workbench_ID = "AD_Workbench_ID";
|
||||
|
@ -161,7 +170,7 @@ public interface I_AD_Menu
|
|||
*/
|
||||
public int getAD_Workbench_ID();
|
||||
|
||||
public I_AD_Workbench getAD_Workbench() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Workbench getAD_Workbench() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Workflow_ID */
|
||||
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
|
||||
|
@ -176,7 +185,7 @@ public interface I_AD_Menu
|
|||
*/
|
||||
public int getAD_Workflow_ID();
|
||||
|
||||
public I_AD_Workflow getAD_Workflow() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Message
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Message
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Message
|
|||
public static final String Table_Name = "AD_Message";
|
||||
|
||||
/** AD_Table_ID=109 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 109;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_Message
|
|||
*/
|
||||
public int getAD_Message_ID();
|
||||
|
||||
/** Column name AD_Message_UU */
|
||||
public static final String COLUMNNAME_AD_Message_UU = "AD_Message_UU";
|
||||
|
||||
/** Set AD_Message_UU */
|
||||
public void setAD_Message_UU (String AD_Message_UU);
|
||||
|
||||
/** Get AD_Message_UU */
|
||||
public String getAD_Message_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_MigrationScript
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_MigrationScript
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_MigrationScript
|
|||
public static final String Table_Name = "AD_MigrationScript";
|
||||
|
||||
/** AD_Table_ID=53064 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 53064;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_MigrationScript
|
|||
*/
|
||||
public int getAD_MigrationScript_ID();
|
||||
|
||||
/** Column name AD_MigrationScript_UU */
|
||||
public static final String COLUMNNAME_AD_MigrationScript_UU = "AD_MigrationScript_UU";
|
||||
|
||||
/** Set AD_MigrationScript_UU */
|
||||
public void setAD_MigrationScript_UU (String AD_MigrationScript_UU);
|
||||
|
||||
/** Get AD_MigrationScript_UU */
|
||||
public String getAD_MigrationScript_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -255,12 +264,12 @@ public interface I_AD_MigrationScript
|
|||
public static final String COLUMNNAME_URL = "URL";
|
||||
|
||||
/** Set URL.
|
||||
* Full URL address - e.g. http://www.adempiere.org
|
||||
* Full URL address - e.g. http://www.idempiere.org
|
||||
*/
|
||||
public void setURL (String URL);
|
||||
|
||||
/** Get URL.
|
||||
* Full URL address - e.g. http://www.adempiere.org
|
||||
* Full URL address - e.g. http://www.idempiere.org
|
||||
*/
|
||||
public String getURL();
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ModelValidator
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ModelValidator
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ModelValidator
|
|||
public static final String Table_Name = "AD_ModelValidator";
|
||||
|
||||
/** AD_Table_ID=53014 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 53014;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -58,6 +58,15 @@ public interface I_AD_ModelValidator
|
|||
/** Get Model Validator */
|
||||
public int getAD_ModelValidator_ID();
|
||||
|
||||
/** Column name AD_ModelValidator_UU */
|
||||
public static final String COLUMNNAME_AD_ModelValidator_UU = "AD_ModelValidator_UU";
|
||||
|
||||
/** Set AD_ModelValidator_UU */
|
||||
public void setAD_ModelValidator_UU (String AD_ModelValidator_UU);
|
||||
|
||||
/** Get AD_ModelValidator_UU */
|
||||
public String getAD_ModelValidator_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Modification
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Modification
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Modification
|
|||
public static final String Table_Name = "AD_Modification";
|
||||
|
||||
/** AD_Table_ID=883 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 883;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_Modification
|
|||
*/
|
||||
public int getAD_Modification_ID();
|
||||
|
||||
/** Column name AD_Modification_UU */
|
||||
public static final String COLUMNNAME_AD_Modification_UU = "AD_Modification_UU";
|
||||
|
||||
/** Set AD_Modification_UU */
|
||||
public void setAD_Modification_UU (String AD_Modification_UU);
|
||||
|
||||
/** Get AD_Modification_UU */
|
||||
public String getAD_Modification_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Note
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Note
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Note
|
|||
public static final String Table_Name = "AD_Note";
|
||||
|
||||
/** AD_Table_ID=389 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 389;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_Note
|
|||
*/
|
||||
public int getAD_Message_ID();
|
||||
|
||||
public I_AD_Message getAD_Message() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Message getAD_Message() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Note_ID */
|
||||
public static final String COLUMNNAME_AD_Note_ID = "AD_Note_ID";
|
||||
|
@ -77,6 +77,15 @@ public interface I_AD_Note
|
|||
*/
|
||||
public int getAD_Note_ID();
|
||||
|
||||
/** Column name AD_Note_UU */
|
||||
public static final String COLUMNNAME_AD_Note_UU = "AD_Note_UU";
|
||||
|
||||
/** Set AD_Note_UU */
|
||||
public void setAD_Note_UU (String AD_Note_UU);
|
||||
|
||||
/** Get AD_Note_UU */
|
||||
public String getAD_Note_UU();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_Note
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
@ -118,7 +127,7 @@ public interface I_AD_Note
|
|||
*/
|
||||
public int getAD_User_ID();
|
||||
|
||||
public I_AD_User getAD_User() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getAD_User() throws RuntimeException;
|
||||
|
||||
/** Column name AD_WF_Activity_ID */
|
||||
public static final String COLUMNNAME_AD_WF_Activity_ID = "AD_WF_Activity_ID";
|
||||
|
@ -133,7 +142,7 @@ public interface I_AD_Note
|
|||
*/
|
||||
public int getAD_WF_Activity_ID();
|
||||
|
||||
public I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_WF_Activity getAD_WF_Activity() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Org
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Org
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Org
|
|||
public static final String Table_Name = "AD_Org";
|
||||
|
||||
/** AD_Table_ID=155 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 155;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_Org
|
|||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_Org_UU */
|
||||
public static final String COLUMNNAME_AD_Org_UU = "AD_Org_UU";
|
||||
|
||||
/** Set AD_Org_UU */
|
||||
public void setAD_Org_UU (String AD_Org_UU);
|
||||
|
||||
/** Get AD_Org_UU */
|
||||
public String getAD_Org_UU();
|
||||
|
||||
/** Column name AD_ReplicationStrategy_ID */
|
||||
public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_Org
|
|||
*/
|
||||
public int getAD_ReplicationStrategy_ID();
|
||||
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_OrgInfo
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_OrgInfo
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_OrgInfo
|
|||
public static final String Table_Name = "AD_OrgInfo";
|
||||
|
||||
/** AD_Table_ID=228 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 228;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_OrgInfo
|
|||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_OrgInfo_UU */
|
||||
public static final String COLUMNNAME_AD_OrgInfo_UU = "AD_OrgInfo_UU";
|
||||
|
||||
/** Set AD_OrgInfo_UU */
|
||||
public void setAD_OrgInfo_UU (String AD_OrgInfo_UU);
|
||||
|
||||
/** Get AD_OrgInfo_UU */
|
||||
public String getAD_OrgInfo_UU();
|
||||
|
||||
/** Column name AD_OrgType_ID */
|
||||
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_OrgInfo
|
|||
*/
|
||||
public int getAD_OrgType_ID();
|
||||
|
||||
public I_AD_OrgType getAD_OrgType() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_OrgType getAD_OrgType() throws RuntimeException;
|
||||
|
||||
/** Column name C_Calendar_ID */
|
||||
public static final String COLUMNNAME_C_Calendar_ID = "C_Calendar_ID";
|
||||
|
@ -90,7 +99,7 @@ public interface I_AD_OrgInfo
|
|||
*/
|
||||
public int getC_Calendar_ID();
|
||||
|
||||
public I_C_Calendar getC_Calendar() throws RuntimeException;
|
||||
public org.compiere.model.I_C_Calendar getC_Calendar() throws RuntimeException;
|
||||
|
||||
/** Column name C_Location_ID */
|
||||
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
|
||||
|
@ -136,7 +145,7 @@ public interface I_AD_OrgInfo
|
|||
*/
|
||||
public int getDropShip_Warehouse_ID();
|
||||
|
||||
public I_M_Warehouse getDropShip_Warehouse() throws RuntimeException;
|
||||
public org.compiere.model.I_M_Warehouse getDropShip_Warehouse() throws RuntimeException;
|
||||
|
||||
/** Column name DUNS */
|
||||
public static final String COLUMNNAME_DUNS = "DUNS";
|
||||
|
@ -212,7 +221,7 @@ public interface I_AD_OrgInfo
|
|||
*/
|
||||
public int getM_Warehouse_ID();
|
||||
|
||||
public I_M_Warehouse getM_Warehouse() throws RuntimeException;
|
||||
public org.compiere.model.I_M_Warehouse getM_Warehouse() throws RuntimeException;
|
||||
|
||||
/** Column name Parent_Org_ID */
|
||||
public static final String COLUMNNAME_Parent_Org_ID = "Parent_Org_ID";
|
||||
|
@ -279,7 +288,7 @@ public interface I_AD_OrgInfo
|
|||
*/
|
||||
public int getSupervisor_ID();
|
||||
|
||||
public I_AD_User getSupervisor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getSupervisor() throws RuntimeException;
|
||||
|
||||
/** Column name TaxID */
|
||||
public static final String COLUMNNAME_TaxID = "TaxID";
|
||||
|
@ -307,7 +316,7 @@ public interface I_AD_OrgInfo
|
|||
*/
|
||||
public int getTransferBank_ID();
|
||||
|
||||
public I_C_Bank getTransferBank() throws RuntimeException;
|
||||
public org.compiere.model.I_C_Bank getTransferBank() throws RuntimeException;
|
||||
|
||||
/** Column name TransferCashBook_ID */
|
||||
public static final String COLUMNNAME_TransferCashBook_ID = "TransferCashBook_ID";
|
||||
|
@ -318,7 +327,7 @@ public interface I_AD_OrgInfo
|
|||
/** Get CashBook for transfers */
|
||||
public int getTransferCashBook_ID();
|
||||
|
||||
public I_C_CashBook getTransferCashBook() throws RuntimeException;
|
||||
public org.compiere.model.I_C_CashBook getTransferCashBook() throws RuntimeException;
|
||||
|
||||
/** Column name Updated */
|
||||
public static final String COLUMNNAME_Updated = "Updated";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_OrgType
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_OrgType
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_OrgType
|
|||
public static final String Table_Name = "AD_OrgType";
|
||||
|
||||
/** AD_Table_ID=689 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 689;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_OrgType
|
|||
*/
|
||||
public int getAD_OrgType_ID();
|
||||
|
||||
/** Column name AD_OrgType_UU */
|
||||
public static final String COLUMNNAME_AD_OrgType_UU = "AD_OrgType_UU";
|
||||
|
||||
/** Set AD_OrgType_UU */
|
||||
public void setAD_OrgType_UU (String AD_OrgType_UU);
|
||||
|
||||
/** Get AD_OrgType_UU */
|
||||
public String getAD_OrgType_UU();
|
||||
|
||||
/** Column name AD_PrintColor_ID */
|
||||
public static final String COLUMNNAME_AD_PrintColor_ID = "AD_PrintColor_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_OrgType
|
|||
*/
|
||||
public int getAD_PrintColor_ID();
|
||||
|
||||
public I_AD_PrintColor getAD_PrintColor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PInstance
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PInstance
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PInstance
|
|||
public static final String Table_Name = "AD_PInstance";
|
||||
|
||||
/** AD_Table_ID=282 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 282;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_PInstance
|
|||
*/
|
||||
public int getAD_PInstance_ID();
|
||||
|
||||
/** Column name AD_PInstance_UU */
|
||||
public static final String COLUMNNAME_AD_PInstance_UU = "AD_PInstance_UU";
|
||||
|
||||
/** Set AD_PInstance_UU */
|
||||
public void setAD_PInstance_UU (String AD_PInstance_UU);
|
||||
|
||||
/** Get AD_PInstance_UU */
|
||||
public String getAD_PInstance_UU();
|
||||
|
||||
/** Column name AD_Process_ID */
|
||||
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_PInstance
|
|||
*/
|
||||
public int getAD_Process_ID();
|
||||
|
||||
public I_AD_Process getAD_Process() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException;
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_PInstance
|
|||
*/
|
||||
public int getAD_User_ID();
|
||||
|
||||
public I_AD_User getAD_User() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getAD_User() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PInstance_Log
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PInstance_Log
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PInstance_Log
|
|||
public static final String Table_Name = "AD_PInstance_Log";
|
||||
|
||||
/** AD_Table_ID=578 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 578;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -54,7 +54,31 @@ public interface I_AD_PInstance_Log
|
|||
*/
|
||||
public int getAD_PInstance_ID();
|
||||
|
||||
public I_AD_PInstance getAD_PInstance() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PInstance_Log_UU */
|
||||
public static final String COLUMNNAME_AD_PInstance_Log_UU = "AD_PInstance_Log_UU";
|
||||
|
||||
/** Set AD_PInstance_Log_UU */
|
||||
public void setAD_PInstance_Log_UU (String AD_PInstance_Log_UU);
|
||||
|
||||
/** Get AD_PInstance_Log_UU */
|
||||
public String getAD_PInstance_Log_UU();
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
||||
/** Set Table.
|
||||
* Database Table information
|
||||
*/
|
||||
public void setAD_Table_ID (int AD_Table_ID);
|
||||
|
||||
/** Get Table.
|
||||
* Database Table information
|
||||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Log_ID */
|
||||
public static final String COLUMNNAME_Log_ID = "Log_ID";
|
||||
|
@ -108,4 +132,17 @@ public interface I_AD_PInstance_Log
|
|||
* Process Parameter
|
||||
*/
|
||||
public BigDecimal getP_Number();
|
||||
|
||||
/** Column name Record_ID */
|
||||
public static final String COLUMNNAME_Record_ID = "Record_ID";
|
||||
|
||||
/** Set Record ID.
|
||||
* Direct internal record ID
|
||||
*/
|
||||
public void setRecord_ID (int Record_ID);
|
||||
|
||||
/** Get Record ID.
|
||||
* Direct internal record ID
|
||||
*/
|
||||
public int getRecord_ID();
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PInstance_Para
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PInstance_Para
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PInstance_Para
|
|||
public static final String Table_Name = "AD_PInstance_Para";
|
||||
|
||||
/** AD_Table_ID=283 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 283;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,16 @@ public interface I_AD_PInstance_Para
|
|||
*/
|
||||
public int getAD_PInstance_ID();
|
||||
|
||||
public I_AD_PInstance getAD_PInstance() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PInstance getAD_PInstance() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PInstance_Para_UU */
|
||||
public static final String COLUMNNAME_AD_PInstance_Para_UU = "AD_PInstance_Para_UU";
|
||||
|
||||
/** Set AD_PInstance_Para_UU */
|
||||
public void setAD_PInstance_Para_UU (String AD_PInstance_Para_UU);
|
||||
|
||||
/** Get AD_PInstance_Para_UU */
|
||||
public String getAD_PInstance_Para_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Exp
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Package_Exp
|
||||
{
|
||||
|
@ -65,19 +65,19 @@ public interface I_AD_Package_Exp
|
|||
/** Column name AD_Package_Exp_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Exp_ID = "AD_Package_Exp_ID";
|
||||
|
||||
/** Set Pack Out */
|
||||
/** Set Package Exp. */
|
||||
public void setAD_Package_Exp_ID (int AD_Package_Exp_ID);
|
||||
|
||||
/** Get Pack Out */
|
||||
/** Get Package Exp. */
|
||||
public int getAD_Package_Exp_ID();
|
||||
|
||||
/** Column name AD_Package_Exp_UU */
|
||||
public static final String COLUMNNAME_AD_Package_Exp_UU = "AD_Package_Exp_UU";
|
||||
|
||||
/** Set Pack Out UUID */
|
||||
/** Set AD_Package_Exp_UU */
|
||||
public void setAD_Package_Exp_UU (String AD_Package_Exp_UU);
|
||||
|
||||
/** Get Pack Out UUID */
|
||||
/** Get AD_Package_Exp_UU */
|
||||
public String getAD_Package_Exp_UU();
|
||||
|
||||
/** Column name AD_Package_Type */
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Exp_Detail
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Package_Exp_Detail
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Package_Imp
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp_Backup
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Backup
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp_Detail
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Detail
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp_Inst
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Inst
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Package_Imp_Proc
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Proc
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PasswordRule
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PasswordRule
|
||||
{
|
||||
|
@ -195,10 +195,14 @@ public interface I_AD_PasswordRule
|
|||
/** Column name IsWhitespace */
|
||||
public static final String COLUMNNAME_IsWhitespace = "IsWhitespace";
|
||||
|
||||
/** Set Whitespace */
|
||||
/** Set Whitespace.
|
||||
* Whitespace validation
|
||||
*/
|
||||
public void setIsWhitespace (boolean IsWhitespace);
|
||||
|
||||
/** Get Whitespace */
|
||||
/** Get Whitespace.
|
||||
* Whitespace validation
|
||||
*/
|
||||
public boolean isWhitespace();
|
||||
|
||||
/** Column name LowercaseCharacter */
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Preference
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Preference
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Preference
|
|||
public static final String Table_Name = "AD_Preference";
|
||||
|
||||
/** AD_Table_ID=195 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 195;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_Preference
|
|||
*/
|
||||
public int getAD_Preference_ID();
|
||||
|
||||
/** Column name AD_Preference_UU */
|
||||
public static final String COLUMNNAME_AD_Preference_UU = "AD_Preference_UU";
|
||||
|
||||
/** Set AD_Preference_UU */
|
||||
public void setAD_Preference_UU (String AD_Preference_UU);
|
||||
|
||||
/** Get AD_Preference_UU */
|
||||
public String getAD_Preference_UU();
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_Preference
|
|||
*/
|
||||
public int getAD_User_ID();
|
||||
|
||||
public I_AD_User getAD_User() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getAD_User() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Window_ID */
|
||||
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_Preference
|
|||
*/
|
||||
public int getAD_Window_ID();
|
||||
|
||||
public I_AD_Window getAD_Window() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException;
|
||||
|
||||
/** Column name Attribute */
|
||||
public static final String COLUMNNAME_Attribute = "Attribute";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintColor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintColor
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintColor
|
|||
public static final String Table_Name = "AD_PrintColor";
|
||||
|
||||
/** AD_Table_ID=490 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 490;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_PrintColor
|
|||
*/
|
||||
public int getAD_PrintColor_ID();
|
||||
|
||||
/** Column name AD_PrintColor_UU */
|
||||
public static final String COLUMNNAME_AD_PrintColor_UU = "AD_PrintColor_UU";
|
||||
|
||||
/** Set AD_PrintColor_UU */
|
||||
public void setAD_PrintColor_UU (String AD_PrintColor_UU);
|
||||
|
||||
/** Get AD_PrintColor_UU */
|
||||
public String getAD_PrintColor_UU();
|
||||
|
||||
/** Column name Code */
|
||||
public static final String COLUMNNAME_Code = "Code";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintFont
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintFont
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintFont
|
|||
public static final String Table_Name = "AD_PrintFont";
|
||||
|
||||
/** AD_Table_ID=491 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 491;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_PrintFont
|
|||
*/
|
||||
public int getAD_PrintFont_ID();
|
||||
|
||||
/** Column name AD_PrintFont_UU */
|
||||
public static final String COLUMNNAME_AD_PrintFont_UU = "AD_PrintFont_UU";
|
||||
|
||||
/** Set AD_PrintFont_UU */
|
||||
public void setAD_PrintFont_UU (String AD_PrintFont_UU);
|
||||
|
||||
/** Get AD_PrintFont_UU */
|
||||
public String getAD_PrintFont_UU();
|
||||
|
||||
/** Column name Code */
|
||||
public static final String COLUMNNAME_Code = "Code";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintForm
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintForm
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintForm
|
|||
public static final String Table_Name = "AD_PrintForm";
|
||||
|
||||
/** AD_Table_ID=454 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 454;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getAD_PrintForm_ID();
|
||||
|
||||
/** Column name AD_PrintForm_UU */
|
||||
public static final String COLUMNNAME_AD_PrintForm_UU = "AD_PrintForm_UU";
|
||||
|
||||
/** Set AD_PrintForm_UU */
|
||||
public void setAD_PrintForm_UU (String AD_PrintForm_UU);
|
||||
|
||||
/** Get AD_PrintForm_UU */
|
||||
public String getAD_PrintForm_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
@ -117,7 +126,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getDistrib_Order_MailText_ID();
|
||||
|
||||
public I_R_MailText getDistrib_Order_MailText() throws RuntimeException;
|
||||
public org.compiere.model.I_R_MailText getDistrib_Order_MailText() throws RuntimeException;
|
||||
|
||||
/** Column name Distrib_Order_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Distrib_Order_PrintFormat_ID = "Distrib_Order_PrintFormat_ID";
|
||||
|
@ -132,7 +141,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getDistrib_Order_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getDistrib_Order_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getDistrib_Order_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name Invoice_MailText_ID */
|
||||
public static final String COLUMNNAME_Invoice_MailText_ID = "Invoice_MailText_ID";
|
||||
|
@ -147,7 +156,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getInvoice_MailText_ID();
|
||||
|
||||
public I_R_MailText getInvoice_MailText() throws RuntimeException;
|
||||
public org.compiere.model.I_R_MailText getInvoice_MailText() throws RuntimeException;
|
||||
|
||||
/** Column name Invoice_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Invoice_PrintFormat_ID = "Invoice_PrintFormat_ID";
|
||||
|
@ -162,7 +171,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getInvoice_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getInvoice_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getInvoice_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name IsActive */
|
||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||
|
@ -190,7 +199,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getManuf_Order_MailText_ID();
|
||||
|
||||
public I_R_MailText getManuf_Order_MailText() throws RuntimeException;
|
||||
public org.compiere.model.I_R_MailText getManuf_Order_MailText() throws RuntimeException;
|
||||
|
||||
/** Column name Manuf_Order_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Manuf_Order_PrintFormat_ID = "Manuf_Order_PrintFormat_ID";
|
||||
|
@ -205,7 +214,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getManuf_Order_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getManuf_Order_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getManuf_Order_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name Name */
|
||||
public static final String COLUMNNAME_Name = "Name";
|
||||
|
@ -233,7 +242,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getOrder_MailText_ID();
|
||||
|
||||
public I_R_MailText getOrder_MailText() throws RuntimeException;
|
||||
public org.compiere.model.I_R_MailText getOrder_MailText() throws RuntimeException;
|
||||
|
||||
/** Column name Order_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Order_PrintFormat_ID = "Order_PrintFormat_ID";
|
||||
|
@ -248,7 +257,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getOrder_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getOrder_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getOrder_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name Project_MailText_ID */
|
||||
public static final String COLUMNNAME_Project_MailText_ID = "Project_MailText_ID";
|
||||
|
@ -263,7 +272,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getProject_MailText_ID();
|
||||
|
||||
public I_R_MailText getProject_MailText() throws RuntimeException;
|
||||
public org.compiere.model.I_R_MailText getProject_MailText() throws RuntimeException;
|
||||
|
||||
/** Column name Project_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Project_PrintFormat_ID = "Project_PrintFormat_ID";
|
||||
|
@ -278,7 +287,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getProject_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getProject_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getProject_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name Remittance_MailText_ID */
|
||||
public static final String COLUMNNAME_Remittance_MailText_ID = "Remittance_MailText_ID";
|
||||
|
@ -293,7 +302,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getRemittance_MailText_ID();
|
||||
|
||||
public I_R_MailText getRemittance_MailText() throws RuntimeException;
|
||||
public org.compiere.model.I_R_MailText getRemittance_MailText() throws RuntimeException;
|
||||
|
||||
/** Column name Remittance_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Remittance_PrintFormat_ID = "Remittance_PrintFormat_ID";
|
||||
|
@ -308,7 +317,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getRemittance_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getRemittance_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getRemittance_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name Shipment_MailText_ID */
|
||||
public static final String COLUMNNAME_Shipment_MailText_ID = "Shipment_MailText_ID";
|
||||
|
@ -323,7 +332,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getShipment_MailText_ID();
|
||||
|
||||
public I_R_MailText getShipment_MailText() throws RuntimeException;
|
||||
public org.compiere.model.I_R_MailText getShipment_MailText() throws RuntimeException;
|
||||
|
||||
/** Column name Shipment_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Shipment_PrintFormat_ID = "Shipment_PrintFormat_ID";
|
||||
|
@ -338,7 +347,7 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getShipment_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getShipment_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getShipment_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name Updated */
|
||||
public static final String COLUMNNAME_Updated = "Updated";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintFormat
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintFormat
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintFormat
|
|||
public static final String Table_Name = "AD_PrintFormat";
|
||||
|
||||
/** AD_Table_ID=493 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 493;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public interface I_AD_PrintFormat
|
|||
*/
|
||||
public int getAD_PrintColor_ID();
|
||||
|
||||
public I_AD_PrintColor getAD_PrintColor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PrintFont_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID";
|
||||
|
@ -90,7 +90,7 @@ public interface I_AD_PrintFormat
|
|||
*/
|
||||
public int getAD_PrintFont_ID();
|
||||
|
||||
public I_AD_PrintFont getAD_PrintFont() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFont getAD_PrintFont() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
|
||||
|
@ -105,6 +105,15 @@ public interface I_AD_PrintFormat
|
|||
*/
|
||||
public int getAD_PrintFormat_ID();
|
||||
|
||||
/** Column name AD_PrintFormat_UU */
|
||||
public static final String COLUMNNAME_AD_PrintFormat_UU = "AD_PrintFormat_UU";
|
||||
|
||||
/** Set AD_PrintFormat_UU */
|
||||
public void setAD_PrintFormat_UU (String AD_PrintFormat_UU);
|
||||
|
||||
/** Get AD_PrintFormat_UU */
|
||||
public String getAD_PrintFormat_UU();
|
||||
|
||||
/** Column name AD_PrintPaper_ID */
|
||||
public static final String COLUMNNAME_AD_PrintPaper_ID = "AD_PrintPaper_ID";
|
||||
|
||||
|
@ -118,7 +127,7 @@ public interface I_AD_PrintFormat
|
|||
*/
|
||||
public int getAD_PrintPaper_ID();
|
||||
|
||||
public I_AD_PrintPaper getAD_PrintPaper() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintPaper getAD_PrintPaper() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PrintTableFormat_ID */
|
||||
public static final String COLUMNNAME_AD_PrintTableFormat_ID = "AD_PrintTableFormat_ID";
|
||||
|
@ -133,7 +142,7 @@ public interface I_AD_PrintFormat
|
|||
*/
|
||||
public int getAD_PrintTableFormat_ID();
|
||||
|
||||
public I_AD_PrintTableFormat getAD_PrintTableFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintTableFormat getAD_PrintTableFormat() throws RuntimeException;
|
||||
|
||||
/** Column name AD_ReportView_ID */
|
||||
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
|
||||
|
@ -148,7 +157,7 @@ public interface I_AD_PrintFormat
|
|||
*/
|
||||
public int getAD_ReportView_ID();
|
||||
|
||||
public I_AD_ReportView getAD_ReportView() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_ReportView getAD_ReportView() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
@ -163,7 +172,7 @@ public interface I_AD_PrintFormat
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Args */
|
||||
public static final String COLUMNNAME_Args = "Args";
|
||||
|
@ -329,7 +338,7 @@ public interface I_AD_PrintFormat
|
|||
*/
|
||||
public int getJasperProcess_ID();
|
||||
|
||||
public I_AD_Process getJasperProcess() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Process getJasperProcess() throws RuntimeException;
|
||||
|
||||
/** Column name Name */
|
||||
public static final String COLUMNNAME_Name = "Name";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintFormatItem
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintFormatItem
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintFormatItem
|
|||
public static final String Table_Name = "AD_PrintFormatItem";
|
||||
|
||||
/** AD_Table_ID=489 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 489;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_PrintFormatItem
|
|||
*/
|
||||
public int getAD_Column_ID();
|
||||
|
||||
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -90,7 +90,7 @@ public interface I_AD_PrintFormatItem
|
|||
*/
|
||||
public int getAD_PrintColor_ID();
|
||||
|
||||
public I_AD_PrintColor getAD_PrintColor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintColor getAD_PrintColor() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PrintFont_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFont_ID = "AD_PrintFont_ID";
|
||||
|
@ -105,7 +105,7 @@ public interface I_AD_PrintFormatItem
|
|||
*/
|
||||
public int getAD_PrintFont_ID();
|
||||
|
||||
public I_AD_PrintFont getAD_PrintFont() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFont getAD_PrintFont() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PrintFormatChild_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFormatChild_ID = "AD_PrintFormatChild_ID";
|
||||
|
@ -120,7 +120,7 @@ public interface I_AD_PrintFormatItem
|
|||
*/
|
||||
public int getAD_PrintFormatChild_ID();
|
||||
|
||||
public I_AD_PrintFormat getAD_PrintFormatChild() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getAD_PrintFormatChild() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
|
||||
|
@ -135,7 +135,7 @@ public interface I_AD_PrintFormatItem
|
|||
*/
|
||||
public int getAD_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID";
|
||||
|
@ -150,6 +150,15 @@ public interface I_AD_PrintFormatItem
|
|||
*/
|
||||
public int getAD_PrintFormatItem_ID();
|
||||
|
||||
/** Column name AD_PrintFormatItem_UU */
|
||||
public static final String COLUMNNAME_AD_PrintFormatItem_UU = "AD_PrintFormatItem_UU";
|
||||
|
||||
/** Set AD_PrintFormatItem_UU */
|
||||
public void setAD_PrintFormatItem_UU (String AD_PrintFormatItem_UU);
|
||||
|
||||
/** Get AD_PrintFormatItem_UU */
|
||||
public String getAD_PrintFormatItem_UU();
|
||||
|
||||
/** Column name AD_PrintGraph_ID */
|
||||
public static final String COLUMNNAME_AD_PrintGraph_ID = "AD_PrintGraph_ID";
|
||||
|
||||
|
@ -163,7 +172,7 @@ public interface I_AD_PrintFormatItem
|
|||
*/
|
||||
public int getAD_PrintGraph_ID();
|
||||
|
||||
public I_AD_PrintGraph getAD_PrintGraph() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintGraph getAD_PrintGraph() throws RuntimeException;
|
||||
|
||||
/** Column name ArcDiameter */
|
||||
public static final String COLUMNNAME_ArcDiameter = "ArcDiameter";
|
||||
|
@ -324,6 +333,19 @@ public interface I_AD_PrintFormatItem
|
|||
*/
|
||||
public boolean isCounted();
|
||||
|
||||
/** Column name IsDesc */
|
||||
public static final String COLUMNNAME_IsDesc = "IsDesc";
|
||||
|
||||
/** Set Descending.
|
||||
* Sort your data using a SQL Desc Order By statement
|
||||
*/
|
||||
public void setIsDesc (boolean IsDesc);
|
||||
|
||||
/** Get Descending.
|
||||
* Sort your data using a SQL Desc Order By statement
|
||||
*/
|
||||
public boolean isDesc();
|
||||
|
||||
/** Column name IsDeviationCalc */
|
||||
public static final String COLUMNNAME_IsDeviationCalc = "IsDeviationCalc";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintGraph
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintGraph
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintGraph
|
|||
public static final String Table_Name = "AD_PrintGraph";
|
||||
|
||||
/** AD_Table_ID=521 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 521;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getAD_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PrintGraph_ID */
|
||||
public static final String COLUMNNAME_AD_PrintGraph_ID = "AD_PrintGraph_ID";
|
||||
|
@ -90,6 +90,15 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getAD_PrintGraph_ID();
|
||||
|
||||
/** Column name AD_PrintGraph_UU */
|
||||
public static final String COLUMNNAME_AD_PrintGraph_UU = "AD_PrintGraph_UU";
|
||||
|
||||
/** Set AD_PrintGraph_UU */
|
||||
public void setAD_PrintGraph_UU (String AD_PrintGraph_UU);
|
||||
|
||||
/** Get AD_PrintGraph_UU */
|
||||
public String getAD_PrintGraph_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
@ -119,7 +128,7 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getData1_PrintFormatItem_ID();
|
||||
|
||||
public I_AD_PrintFormatItem getData1_PrintFormatItem() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormatItem getData1_PrintFormatItem() throws RuntimeException;
|
||||
|
||||
/** Column name Data2_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_Data2_PrintFormatItem_ID = "Data2_PrintFormatItem_ID";
|
||||
|
@ -134,7 +143,7 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getData2_PrintFormatItem_ID();
|
||||
|
||||
public I_AD_PrintFormatItem getData2_PrintFormatItem() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormatItem getData2_PrintFormatItem() throws RuntimeException;
|
||||
|
||||
/** Column name Data3_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_Data3_PrintFormatItem_ID = "Data3_PrintFormatItem_ID";
|
||||
|
@ -149,7 +158,7 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getData3_PrintFormatItem_ID();
|
||||
|
||||
public I_AD_PrintFormatItem getData3_PrintFormatItem() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormatItem getData3_PrintFormatItem() throws RuntimeException;
|
||||
|
||||
/** Column name Data4_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_Data4_PrintFormatItem_ID = "Data4_PrintFormatItem_ID";
|
||||
|
@ -164,7 +173,7 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getData4_PrintFormatItem_ID();
|
||||
|
||||
public I_AD_PrintFormatItem getData4_PrintFormatItem() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormatItem getData4_PrintFormatItem() throws RuntimeException;
|
||||
|
||||
/** Column name Data_PrintFormatItem_ID */
|
||||
public static final String COLUMNNAME_Data_PrintFormatItem_ID = "Data_PrintFormatItem_ID";
|
||||
|
@ -179,7 +188,7 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getData_PrintFormatItem_ID();
|
||||
|
||||
public I_AD_PrintFormatItem getData_PrintFormatItem() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormatItem getData_PrintFormatItem() throws RuntimeException;
|
||||
|
||||
/** Column name Description */
|
||||
public static final String COLUMNNAME_Description = "Description";
|
||||
|
@ -207,7 +216,7 @@ public interface I_AD_PrintGraph
|
|||
*/
|
||||
public int getDescription_PrintFormatItem_ID();
|
||||
|
||||
public I_AD_PrintFormatItem getDescription_PrintFormatItem() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormatItem getDescription_PrintFormatItem() throws RuntimeException;
|
||||
|
||||
/** Column name GraphType */
|
||||
public static final String COLUMNNAME_GraphType = "GraphType";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintLabel
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintLabel
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintLabel
|
|||
public static final String Table_Name = "AD_PrintLabel";
|
||||
|
||||
/** AD_Table_ID=570 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 570;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -88,6 +88,15 @@ public interface I_AD_PrintLabel
|
|||
*/
|
||||
public int getAD_PrintLabel_ID();
|
||||
|
||||
/** Column name AD_PrintLabel_UU */
|
||||
public static final String COLUMNNAME_AD_PrintLabel_UU = "AD_PrintLabel_UU";
|
||||
|
||||
/** Set AD_PrintLabel_UU */
|
||||
public void setAD_PrintLabel_UU (String AD_PrintLabel_UU);
|
||||
|
||||
/** Get AD_PrintLabel_UU */
|
||||
public String getAD_PrintLabel_UU();
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
||||
|
@ -101,7 +110,7 @@ public interface I_AD_PrintLabel
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintLabelLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintLabelLine
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintLabelLine
|
|||
public static final String Table_Name = "AD_PrintLabelLine";
|
||||
|
||||
/** AD_Table_ID=569 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 569;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_PrintLabelLine
|
|||
*/
|
||||
public int getAD_Column_ID();
|
||||
|
||||
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException;
|
||||
|
||||
/** Column name AD_LabelPrinterFunction_ID */
|
||||
public static final String COLUMNNAME_AD_LabelPrinterFunction_ID = "AD_LabelPrinterFunction_ID";
|
||||
|
@ -77,7 +77,7 @@ public interface I_AD_PrintLabelLine
|
|||
*/
|
||||
public int getAD_LabelPrinterFunction_ID();
|
||||
|
||||
public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_LabelPrinterFunction getAD_LabelPrinterFunction() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -105,7 +105,7 @@ public interface I_AD_PrintLabelLine
|
|||
*/
|
||||
public int getAD_PrintLabel_ID();
|
||||
|
||||
public I_AD_PrintLabel getAD_PrintLabel() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintLabel getAD_PrintLabel() throws RuntimeException;
|
||||
|
||||
/** Column name AD_PrintLabelLine_ID */
|
||||
public static final String COLUMNNAME_AD_PrintLabelLine_ID = "AD_PrintLabelLine_ID";
|
||||
|
@ -120,6 +120,15 @@ public interface I_AD_PrintLabelLine
|
|||
*/
|
||||
public int getAD_PrintLabelLine_ID();
|
||||
|
||||
/** Column name AD_PrintLabelLine_UU */
|
||||
public static final String COLUMNNAME_AD_PrintLabelLine_UU = "AD_PrintLabelLine_UU";
|
||||
|
||||
/** Set AD_PrintLabelLine_UU */
|
||||
public void setAD_PrintLabelLine_UU (String AD_PrintLabelLine_UU);
|
||||
|
||||
/** Get AD_PrintLabelLine_UU */
|
||||
public String getAD_PrintLabelLine_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintPaper
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintPaper
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintPaper
|
|||
public static final String Table_Name = "AD_PrintPaper";
|
||||
|
||||
/** AD_Table_ID=492 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 492;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_PrintPaper
|
|||
*/
|
||||
public int getAD_PrintPaper_ID();
|
||||
|
||||
/** Column name AD_PrintPaper_UU */
|
||||
public static final String COLUMNNAME_AD_PrintPaper_UU = "AD_PrintPaper_UU";
|
||||
|
||||
/** Set AD_PrintPaper_UU */
|
||||
public void setAD_PrintPaper_UU (String AD_PrintPaper_UU);
|
||||
|
||||
/** Get AD_PrintPaper_UU */
|
||||
public String getAD_PrintPaper_UU();
|
||||
|
||||
/** Column name Code */
|
||||
public static final String COLUMNNAME_Code = "Code";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_PrintTableFormat
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_PrintTableFormat
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_PrintTableFormat
|
|||
public static final String Table_Name = "AD_PrintTableFormat";
|
||||
|
||||
/** AD_Table_ID=523 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 523;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getAD_Image_ID();
|
||||
|
||||
public I_AD_Image getAD_Image() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Image getAD_Image() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -90,6 +90,15 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getAD_PrintTableFormat_ID();
|
||||
|
||||
/** Column name AD_PrintTableFormat_UU */
|
||||
public static final String COLUMNNAME_AD_PrintTableFormat_UU = "AD_PrintTableFormat_UU";
|
||||
|
||||
/** Set AD_PrintTableFormat_UU */
|
||||
public void setAD_PrintTableFormat_UU (String AD_PrintTableFormat_UU);
|
||||
|
||||
/** Get AD_PrintTableFormat_UU */
|
||||
public String getAD_PrintTableFormat_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
@ -171,7 +180,7 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getFunctBG_PrintColor_ID();
|
||||
|
||||
public I_AD_PrintColor getFunctBG_PrintColor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintColor getFunctBG_PrintColor() throws RuntimeException;
|
||||
|
||||
/** Column name FunctFG_PrintColor_ID */
|
||||
public static final String COLUMNNAME_FunctFG_PrintColor_ID = "FunctFG_PrintColor_ID";
|
||||
|
@ -186,7 +195,7 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getFunctFG_PrintColor_ID();
|
||||
|
||||
public I_AD_PrintColor getFunctFG_PrintColor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintColor getFunctFG_PrintColor() throws RuntimeException;
|
||||
|
||||
/** Column name Funct_PrintFont_ID */
|
||||
public static final String COLUMNNAME_Funct_PrintFont_ID = "Funct_PrintFont_ID";
|
||||
|
@ -201,7 +210,7 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getFunct_PrintFont_ID();
|
||||
|
||||
public I_AD_PrintFont getFunct_PrintFont() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFont getFunct_PrintFont() throws RuntimeException;
|
||||
|
||||
/** Column name HdrLine_PrintColor_ID */
|
||||
public static final String COLUMNNAME_HdrLine_PrintColor_ID = "HdrLine_PrintColor_ID";
|
||||
|
@ -216,7 +225,7 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getHdrLine_PrintColor_ID();
|
||||
|
||||
public I_AD_PrintColor getHdrLine_PrintColor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintColor getHdrLine_PrintColor() throws RuntimeException;
|
||||
|
||||
/** Column name Hdr_PrintFont_ID */
|
||||
public static final String COLUMNNAME_Hdr_PrintFont_ID = "Hdr_PrintFont_ID";
|
||||
|
@ -231,7 +240,7 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getHdr_PrintFont_ID();
|
||||
|
||||
public I_AD_PrintFont getHdr_PrintFont() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFont getHdr_PrintFont() throws RuntimeException;
|
||||
|
||||
/** Column name HdrStroke */
|
||||
public static final String COLUMNNAME_HdrStroke = "HdrStroke";
|
||||
|
@ -272,7 +281,7 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getHdrTextBG_PrintColor_ID();
|
||||
|
||||
public I_AD_PrintColor getHdrTextBG_PrintColor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintColor getHdrTextBG_PrintColor() throws RuntimeException;
|
||||
|
||||
/** Column name HdrTextFG_PrintColor_ID */
|
||||
public static final String COLUMNNAME_HdrTextFG_PrintColor_ID = "HdrTextFG_PrintColor_ID";
|
||||
|
@ -287,7 +296,7 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getHdrTextFG_PrintColor_ID();
|
||||
|
||||
public I_AD_PrintColor getHdrTextFG_PrintColor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintColor getHdrTextFG_PrintColor() throws RuntimeException;
|
||||
|
||||
/** Column name HeaderCenter */
|
||||
public static final String COLUMNNAME_HeaderCenter = "HeaderCenter";
|
||||
|
@ -471,7 +480,7 @@ public interface I_AD_PrintTableFormat
|
|||
*/
|
||||
public int getLine_PrintColor_ID();
|
||||
|
||||
public I_AD_PrintColor getLine_PrintColor() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintColor getLine_PrintColor() throws RuntimeException;
|
||||
|
||||
/** Column name LineStroke */
|
||||
public static final String COLUMNNAME_LineStroke = "LineStroke";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Private_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Private_Access
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Private_Access
|
|||
public static final String Table_Name = "AD_Private_Access";
|
||||
|
||||
/** AD_Table_ID=627 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 627;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_Private_Access
|
|||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_Private_Access_UU */
|
||||
public static final String COLUMNNAME_AD_Private_Access_UU = "AD_Private_Access_UU";
|
||||
|
||||
/** Set AD_Private_Access_UU */
|
||||
public void setAD_Private_Access_UU (String AD_Private_Access_UU);
|
||||
|
||||
/** Get AD_Private_Access_UU */
|
||||
public String getAD_Private_Access_UU();
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_Private_Access
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
@ -90,7 +99,7 @@ public interface I_AD_Private_Access
|
|||
*/
|
||||
public int getAD_User_ID();
|
||||
|
||||
public I_AD_User getAD_User() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getAD_User() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Process
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Process
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Process
|
|||
public static final String Table_Name = "AD_Process";
|
||||
|
||||
/** AD_Table_ID=284 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 284;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public interface I_AD_Process
|
|||
*/
|
||||
public int getAD_Form_ID();
|
||||
|
||||
public I_AD_Form getAD_Form() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Form getAD_Form() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -103,7 +103,7 @@ public interface I_AD_Process
|
|||
*/
|
||||
public int getAD_PrintFormat_ID();
|
||||
|
||||
public I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Process_ID */
|
||||
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
|
||||
|
@ -118,6 +118,15 @@ public interface I_AD_Process
|
|||
*/
|
||||
public int getAD_Process_ID();
|
||||
|
||||
/** Column name AD_Process_UU */
|
||||
public static final String COLUMNNAME_AD_Process_UU = "AD_Process_UU";
|
||||
|
||||
/** Set AD_Process_UU */
|
||||
public void setAD_Process_UU (String AD_Process_UU);
|
||||
|
||||
/** Get AD_Process_UU */
|
||||
public String getAD_Process_UU();
|
||||
|
||||
/** Column name AD_ReportView_ID */
|
||||
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
|
||||
|
||||
|
@ -131,7 +140,7 @@ public interface I_AD_Process
|
|||
*/
|
||||
public int getAD_ReportView_ID();
|
||||
|
||||
public I_AD_ReportView getAD_ReportView() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_ReportView getAD_ReportView() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Workflow_ID */
|
||||
public static final String COLUMNNAME_AD_Workflow_ID = "AD_Workflow_ID";
|
||||
|
@ -146,7 +155,7 @@ public interface I_AD_Process
|
|||
*/
|
||||
public int getAD_Workflow_ID();
|
||||
|
||||
public I_AD_Workflow getAD_Workflow() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException;
|
||||
|
||||
/** Column name Classname */
|
||||
public static final String COLUMNNAME_Classname = "Classname";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Process_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Process_Access
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Process_Access
|
|||
public static final String Table_Name = "AD_Process_Access";
|
||||
|
||||
/** AD_Table_ID=197 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 197;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_Process_Access
|
|||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_Process_Access_UU */
|
||||
public static final String COLUMNNAME_AD_Process_Access_UU = "AD_Process_Access_UU";
|
||||
|
||||
/** Set AD_Process_Access_UU */
|
||||
public void setAD_Process_Access_UU (String AD_Process_Access_UU);
|
||||
|
||||
/** Get AD_Process_Access_UU */
|
||||
public String getAD_Process_Access_UU();
|
||||
|
||||
/** Column name AD_Process_ID */
|
||||
public static final String COLUMNNAME_AD_Process_ID = "AD_Process_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_Process_Access
|
|||
*/
|
||||
public int getAD_Process_ID();
|
||||
|
||||
public I_AD_Process getAD_Process() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Process getAD_Process() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Role_ID */
|
||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||
|
@ -90,7 +99,7 @@ public interface I_AD_Process_Access
|
|||
*/
|
||||
public int getAD_Role_ID();
|
||||
|
||||
public I_AD_Role getAD_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Process_Para
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Process_Para
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_RecentItem
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_RecentItem
|
||||
{
|
||||
|
@ -71,6 +71,15 @@ public interface I_AD_RecentItem
|
|||
/** Get Recent Item */
|
||||
public int getAD_RecentItem_ID();
|
||||
|
||||
/** Column name AD_RecentItem_UU */
|
||||
public static final String COLUMNNAME_AD_RecentItem_UU = "AD_RecentItem_UU";
|
||||
|
||||
/** Set AD_RecentItem_UU */
|
||||
public void setAD_RecentItem_UU (String AD_RecentItem_UU);
|
||||
|
||||
/** Get AD_RecentItem_UU */
|
||||
public String getAD_RecentItem_UU();
|
||||
|
||||
/** Column name AD_Role_ID */
|
||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||
|
||||
|
@ -119,12 +128,12 @@ public interface I_AD_RecentItem
|
|||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
||||
/** Set Usuario.
|
||||
/** Set User/Contact.
|
||||
* User within the system - Internal or Business Partner Contact
|
||||
*/
|
||||
public void setAD_User_ID (int AD_User_ID);
|
||||
|
||||
/** Get Usuario.
|
||||
/** Get User/Contact.
|
||||
* User within the system - Internal or Business Partner Contact
|
||||
*/
|
||||
public int getAD_User_ID();
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Record_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Record_Access
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Record_Access
|
|||
public static final String Table_Name = "AD_Record_Access";
|
||||
|
||||
/** AD_Table_ID=567 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 567;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,6 +62,15 @@ public interface I_AD_Record_Access
|
|||
*/
|
||||
public int getAD_Org_ID();
|
||||
|
||||
/** Column name AD_Record_Access_UU */
|
||||
public static final String COLUMNNAME_AD_Record_Access_UU = "AD_Record_Access_UU";
|
||||
|
||||
/** Set AD_Record_Access_UU */
|
||||
public void setAD_Record_Access_UU (String AD_Record_Access_UU);
|
||||
|
||||
/** Get AD_Record_Access_UU */
|
||||
public String getAD_Record_Access_UU();
|
||||
|
||||
/** Column name AD_Role_ID */
|
||||
public static final String COLUMNNAME_AD_Role_ID = "AD_Role_ID";
|
||||
|
||||
|
@ -75,7 +84,7 @@ public interface I_AD_Record_Access
|
|||
*/
|
||||
public int getAD_Role_ID();
|
||||
|
||||
public I_AD_Role getAD_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
@ -90,7 +99,7 @@ public interface I_AD_Record_Access
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Ref_List
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Ref_List
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Ref_List
|
|||
public static final String Table_Name = "AD_Ref_List";
|
||||
|
||||
/** AD_Table_ID=104 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 104;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public interface I_AD_Ref_List
|
|||
*/
|
||||
public int getAD_Reference_ID();
|
||||
|
||||
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Ref_List_ID */
|
||||
public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID";
|
||||
|
@ -90,6 +90,15 @@ public interface I_AD_Ref_List
|
|||
*/
|
||||
public int getAD_Ref_List_ID();
|
||||
|
||||
/** Column name AD_Ref_List_UU */
|
||||
public static final String COLUMNNAME_AD_Ref_List_UU = "AD_Ref_List_UU";
|
||||
|
||||
/** Set AD_Ref_List_UU */
|
||||
public void setAD_Ref_List_UU (String AD_Ref_List_UU);
|
||||
|
||||
/** Get AD_Ref_List_UU */
|
||||
public String getAD_Ref_List_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Ref_Table
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Ref_Table
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Ref_Table
|
|||
public static final String Table_Name = "AD_Ref_Table";
|
||||
|
||||
/** AD_Table_ID=103 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 103;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_Ref_Table
|
|||
*/
|
||||
public int getAD_Display();
|
||||
|
||||
public I_AD_Column getAD_Disp() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_Disp() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Key */
|
||||
public static final String COLUMNNAME_AD_Key = "AD_Key";
|
||||
|
@ -77,7 +77,7 @@ public interface I_AD_Ref_Table
|
|||
*/
|
||||
public int getAD_Key();
|
||||
|
||||
public I_AD_Column getAD_() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -105,7 +105,16 @@ public interface I_AD_Ref_Table
|
|||
*/
|
||||
public int getAD_Reference_ID();
|
||||
|
||||
public I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Reference getAD_Reference() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Ref_Table_UU */
|
||||
public static final String COLUMNNAME_AD_Ref_Table_UU = "AD_Ref_Table_UU";
|
||||
|
||||
/** Set AD_Ref_Table_UU */
|
||||
public void setAD_Ref_Table_UU (String AD_Ref_Table_UU);
|
||||
|
||||
/** Get AD_Ref_Table_UU */
|
||||
public String getAD_Ref_Table_UU();
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
@ -120,7 +129,7 @@ public interface I_AD_Ref_Table
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Window_ID */
|
||||
public static final String COLUMNNAME_AD_Window_ID = "AD_Window_ID";
|
||||
|
@ -135,7 +144,7 @@ public interface I_AD_Ref_Table
|
|||
*/
|
||||
public int getAD_Window_ID();
|
||||
|
||||
public I_AD_Window getAD_Window() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Window getAD_Window() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Reference
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Reference
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Reference
|
|||
public static final String Table_Name = "AD_Reference";
|
||||
|
||||
/** AD_Table_ID=102 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 102;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_Reference
|
|||
*/
|
||||
public int getAD_Reference_ID();
|
||||
|
||||
/** Column name AD_Reference_UU */
|
||||
public static final String COLUMNNAME_AD_Reference_UU = "AD_Reference_UU";
|
||||
|
||||
/** Set AD_Reference_UU */
|
||||
public void setAD_Reference_UU (String AD_Reference_UU);
|
||||
|
||||
/** Get AD_Reference_UU */
|
||||
public String getAD_Reference_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Registration
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Registration
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Registration
|
|||
public static final String Table_Name = "AD_Registration";
|
||||
|
||||
/** AD_Table_ID=625 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 625;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_Registration
|
|||
*/
|
||||
public int getAD_Registration_ID();
|
||||
|
||||
/** Column name AD_Registration_UU */
|
||||
public static final String COLUMNNAME_AD_Registration_UU = "AD_Registration_UU";
|
||||
|
||||
/** Set AD_Registration_UU */
|
||||
public void setAD_Registration_UU (String AD_Registration_UU);
|
||||
|
||||
/** Get AD_Registration_UU */
|
||||
public String getAD_Registration_UU();
|
||||
|
||||
/** Column name AD_System_ID */
|
||||
public static final String COLUMNNAME_AD_System_ID = "AD_System_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_Registration
|
|||
*/
|
||||
public int getAD_System_ID();
|
||||
|
||||
public I_AD_System getAD_System() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_System getAD_System() throws RuntimeException;
|
||||
|
||||
/** Column name C_Currency_ID */
|
||||
public static final String COLUMNNAME_C_Currency_ID = "C_Currency_ID";
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_Registration
|
|||
*/
|
||||
public int getC_Currency_ID();
|
||||
|
||||
public I_C_Currency getC_Currency() throws RuntimeException;
|
||||
public org.compiere.model.I_C_Currency getC_Currency() throws RuntimeException;
|
||||
|
||||
/** Column name C_Location_ID */
|
||||
public static final String COLUMNNAME_C_Location_ID = "C_Location_ID";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_RelationType
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_RelationType
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_RelationType
|
|||
public static final String Table_Name = "AD_RelationType";
|
||||
|
||||
/** AD_Table_ID=53246 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 53246;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -71,7 +71,7 @@ public interface I_AD_RelationType
|
|||
/** Get Source Reference */
|
||||
public int getAD_Reference_Source_ID();
|
||||
|
||||
public I_AD_Reference getAD_Reference_Source() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Reference getAD_Reference_Source() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Reference_Target_ID */
|
||||
public static final String COLUMNNAME_AD_Reference_Target_ID = "AD_Reference_Target_ID";
|
||||
|
@ -82,7 +82,7 @@ public interface I_AD_RelationType
|
|||
/** Get Target Reference */
|
||||
public int getAD_Reference_Target_ID();
|
||||
|
||||
public I_AD_Reference getAD_Reference_Target() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Reference getAD_Reference_Target() throws RuntimeException;
|
||||
|
||||
/** Column name AD_RelationType_ID */
|
||||
public static final String COLUMNNAME_AD_RelationType_ID = "AD_RelationType_ID";
|
||||
|
@ -93,6 +93,15 @@ public interface I_AD_RelationType
|
|||
/** Get Relation Type */
|
||||
public int getAD_RelationType_ID();
|
||||
|
||||
/** Column name AD_RelationType_UU */
|
||||
public static final String COLUMNNAME_AD_RelationType_UU = "AD_RelationType_UU";
|
||||
|
||||
/** Set AD_RelationType_UU */
|
||||
public void setAD_RelationType_UU (String AD_RelationType_UU);
|
||||
|
||||
/** Get AD_RelationType_UU */
|
||||
public String getAD_RelationType_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Replication
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Replication
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Replication
|
|||
public static final String Table_Name = "AD_Replication";
|
||||
|
||||
/** AD_Table_ID=605 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 605;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -88,7 +88,16 @@ public interface I_AD_Replication
|
|||
*/
|
||||
public int getAD_ReplicationStrategy_ID();
|
||||
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Replication_UU */
|
||||
public static final String COLUMNNAME_AD_Replication_UU = "AD_Replication_UU";
|
||||
|
||||
/** Set AD_Replication_UU */
|
||||
public void setAD_Replication_UU (String AD_Replication_UU);
|
||||
|
||||
/** Get AD_Replication_UU */
|
||||
public String getAD_Replication_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReplicationDocument
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ReplicationDocument
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ReplicationDocument
|
|||
public static final String Table_Name = "AD_ReplicationDocument";
|
||||
|
||||
/** AD_Table_ID=53071 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 53071;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -71,6 +71,15 @@ public interface I_AD_ReplicationDocument
|
|||
/** Get Replication Document */
|
||||
public int getAD_ReplicationDocument_ID();
|
||||
|
||||
/** Column name AD_ReplicationDocument_UU */
|
||||
public static final String COLUMNNAME_AD_ReplicationDocument_UU = "AD_ReplicationDocument_UU";
|
||||
|
||||
/** Set AD_ReplicationDocument_UU */
|
||||
public void setAD_ReplicationDocument_UU (String AD_ReplicationDocument_UU);
|
||||
|
||||
/** Get AD_ReplicationDocument_UU */
|
||||
public String getAD_ReplicationDocument_UU();
|
||||
|
||||
/** Column name AD_ReplicationStrategy_ID */
|
||||
public static final String COLUMNNAME_AD_ReplicationStrategy_ID = "AD_ReplicationStrategy_ID";
|
||||
|
||||
|
@ -97,7 +106,7 @@ public interface I_AD_ReplicationDocument
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name C_DocType_ID */
|
||||
public static final String COLUMNNAME_C_DocType_ID = "C_DocType_ID";
|
||||
|
@ -112,7 +121,7 @@ public interface I_AD_ReplicationDocument
|
|||
*/
|
||||
public int getC_DocType_ID();
|
||||
|
||||
public I_C_DocType getC_DocType() throws RuntimeException;
|
||||
public org.compiere.model.I_C_DocType getC_DocType() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReplicationStrategy
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ReplicationStrategy
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ReplicationStrategy
|
|||
public static final String Table_Name = "AD_ReplicationStrategy";
|
||||
|
||||
/** AD_Table_ID=602 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 602;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_ReplicationStrategy
|
|||
*/
|
||||
public int getAD_ReplicationStrategy_ID();
|
||||
|
||||
/** Column name AD_ReplicationStrategy_UU */
|
||||
public static final String COLUMNNAME_AD_ReplicationStrategy_UU = "AD_ReplicationStrategy_UU";
|
||||
|
||||
/** Set AD_ReplicationStrategy_UU */
|
||||
public void setAD_ReplicationStrategy_UU (String AD_ReplicationStrategy_UU);
|
||||
|
||||
/** Get AD_ReplicationStrategy_UU */
|
||||
public String getAD_ReplicationStrategy_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReplicationTable
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ReplicationTable
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ReplicationTable
|
|||
public static final String Table_Name = "AD_ReplicationTable";
|
||||
|
||||
/** AD_Table_ID=601 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 601;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public interface I_AD_ReplicationTable
|
|||
*/
|
||||
public int getAD_ReplicationStrategy_ID();
|
||||
|
||||
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException;
|
||||
|
||||
/** Column name AD_ReplicationTable_ID */
|
||||
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
|
||||
|
@ -90,6 +90,15 @@ public interface I_AD_ReplicationTable
|
|||
*/
|
||||
public int getAD_ReplicationTable_ID();
|
||||
|
||||
/** Column name AD_ReplicationTable_UU */
|
||||
public static final String COLUMNNAME_AD_ReplicationTable_UU = "AD_ReplicationTable_UU";
|
||||
|
||||
/** Set AD_ReplicationTable_UU */
|
||||
public void setAD_ReplicationTable_UU (String AD_ReplicationTable_UU);
|
||||
|
||||
/** Get AD_ReplicationTable_UU */
|
||||
public String getAD_ReplicationTable_UU();
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_ReplicationTable
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Replication_Log
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Replication_Log
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Replication_Log
|
|||
public static final String Table_Name = "AD_Replication_Log";
|
||||
|
||||
/** AD_Table_ID=604 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 604;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_Replication_Log
|
|||
*/
|
||||
public int getAD_Replication_Log_ID();
|
||||
|
||||
/** Column name AD_Replication_Log_UU */
|
||||
public static final String COLUMNNAME_AD_Replication_Log_UU = "AD_Replication_Log_UU";
|
||||
|
||||
/** Set AD_Replication_Log_UU */
|
||||
public void setAD_Replication_Log_UU (String AD_Replication_Log_UU);
|
||||
|
||||
/** Get AD_Replication_Log_UU */
|
||||
public String getAD_Replication_Log_UU();
|
||||
|
||||
/** Column name AD_Replication_Run_ID */
|
||||
public static final String COLUMNNAME_AD_Replication_Run_ID = "AD_Replication_Run_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_Replication_Log
|
|||
*/
|
||||
public int getAD_Replication_Run_ID();
|
||||
|
||||
public I_AD_Replication_Run getAD_Replication_Run() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Replication_Run getAD_Replication_Run() throws RuntimeException;
|
||||
|
||||
/** Column name AD_ReplicationTable_ID */
|
||||
public static final String COLUMNNAME_AD_ReplicationTable_ID = "AD_ReplicationTable_ID";
|
||||
|
@ -103,7 +112,7 @@ public interface I_AD_Replication_Log
|
|||
*/
|
||||
public int getAD_ReplicationTable_ID();
|
||||
|
||||
public I_AD_ReplicationTable getAD_ReplicationTable() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_ReplicationTable getAD_ReplicationTable() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Replication_Run
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Replication_Run
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Replication_Run
|
|||
public static final String Table_Name = "AD_Replication_Run";
|
||||
|
||||
/** AD_Table_ID=603 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 603;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public interface I_AD_Replication_Run
|
|||
*/
|
||||
public int getAD_Replication_ID();
|
||||
|
||||
public I_AD_Replication getAD_Replication() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Replication getAD_Replication() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Replication_Run_ID */
|
||||
public static final String COLUMNNAME_AD_Replication_Run_ID = "AD_Replication_Run_ID";
|
||||
|
@ -90,6 +90,15 @@ public interface I_AD_Replication_Run
|
|||
*/
|
||||
public int getAD_Replication_Run_ID();
|
||||
|
||||
/** Column name AD_Replication_Run_UU */
|
||||
public static final String COLUMNNAME_AD_Replication_Run_UU = "AD_Replication_Run_UU";
|
||||
|
||||
/** Set AD_Replication_Run_UU */
|
||||
public void setAD_Replication_Run_UU (String AD_Replication_Run_UU);
|
||||
|
||||
/** Get AD_Replication_Run_UU */
|
||||
public String getAD_Replication_Run_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReportView
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ReportView
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ReportView
|
|||
public static final String Table_Name = "AD_ReportView";
|
||||
|
||||
/** AD_Table_ID=361 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 361;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,6 +75,15 @@ public interface I_AD_ReportView
|
|||
*/
|
||||
public int getAD_ReportView_ID();
|
||||
|
||||
/** Column name AD_ReportView_UU */
|
||||
public static final String COLUMNNAME_AD_ReportView_UU = "AD_ReportView_UU";
|
||||
|
||||
/** Set AD_ReportView_UU */
|
||||
public void setAD_ReportView_UU (String AD_ReportView_UU);
|
||||
|
||||
/** Get AD_ReportView_UU */
|
||||
public String getAD_ReportView_UU();
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
public static final String COLUMNNAME_AD_Table_ID = "AD_Table_ID";
|
||||
|
||||
|
@ -88,7 +97,7 @@ public interface I_AD_ReportView
|
|||
*/
|
||||
public int getAD_Table_ID();
|
||||
|
||||
public I_AD_Table getAD_Table() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Table getAD_Table() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_ReportView_Col
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_ReportView_Col
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_ReportView_Col
|
|||
public static final String Table_Name = "AD_ReportView_Col";
|
||||
|
||||
/** AD_Table_ID=428 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 428;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -62,7 +62,7 @@ public interface I_AD_ReportView_Col
|
|||
*/
|
||||
public int getAD_Column_ID();
|
||||
|
||||
public I_AD_Column getAD_Column() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
|
||||
|
@ -86,6 +86,15 @@ public interface I_AD_ReportView_Col
|
|||
/** Get Report view Column */
|
||||
public int getAD_ReportView_Col_ID();
|
||||
|
||||
/** Column name AD_ReportView_Col_UU */
|
||||
public static final String COLUMNNAME_AD_ReportView_Col_UU = "AD_ReportView_Col_UU";
|
||||
|
||||
/** Set AD_ReportView_Col_UU */
|
||||
public void setAD_ReportView_Col_UU (String AD_ReportView_Col_UU);
|
||||
|
||||
/** Get AD_ReportView_Col_UU */
|
||||
public String getAD_ReportView_Col_UU();
|
||||
|
||||
/** Column name AD_ReportView_ID */
|
||||
public static final String COLUMNNAME_AD_ReportView_ID = "AD_ReportView_ID";
|
||||
|
||||
|
@ -99,7 +108,7 @@ public interface I_AD_ReportView_Col
|
|||
*/
|
||||
public int getAD_ReportView_ID();
|
||||
|
||||
public I_AD_ReportView getAD_ReportView() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_ReportView getAD_ReportView() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Role
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Role
|
||||
{
|
||||
|
@ -35,7 +35,7 @@ public interface I_AD_Role
|
|||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
/** AccessLevel = - System - Client
|
||||
/** AccessLevel = 6 - System - Client
|
||||
*/
|
||||
BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Role_Included
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Role_Included
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Role_Included
|
|||
public static final String Table_Name = "AD_Role_Included";
|
||||
|
||||
/** AD_Table_ID=53222 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 53222;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,16 @@ public interface I_AD_Role_Included
|
|||
*/
|
||||
public int getAD_Role_ID();
|
||||
|
||||
public I_AD_Role getAD_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Role_Included_UU */
|
||||
public static final String COLUMNNAME_AD_Role_Included_UU = "AD_Role_Included_UU";
|
||||
|
||||
/** Set AD_Role_Included_UU */
|
||||
public void setAD_Role_Included_UU (String AD_Role_Included_UU);
|
||||
|
||||
/** Get AD_Role_Included_UU */
|
||||
public String getAD_Role_Included_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
@ -102,7 +111,7 @@ public interface I_AD_Role_Included
|
|||
/** Get Included Role */
|
||||
public int getIncluded_Role_ID();
|
||||
|
||||
public I_AD_Role getIncluded_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getIncluded_Role() throws RuntimeException;
|
||||
|
||||
/** Column name IsActive */
|
||||
public static final String COLUMNNAME_IsActive = "IsActive";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Role_OrgAccess
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Role_OrgAccess
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Role_OrgAccess
|
|||
public static final String Table_Name = "AD_Role_OrgAccess";
|
||||
|
||||
/** AD_Table_ID=422 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 422;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,16 @@ public interface I_AD_Role_OrgAccess
|
|||
*/
|
||||
public int getAD_Role_ID();
|
||||
|
||||
public I_AD_Role getAD_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Role_OrgAccess_UU */
|
||||
public static final String COLUMNNAME_AD_Role_OrgAccess_UU = "AD_Role_OrgAccess_UU";
|
||||
|
||||
/** Set AD_Role_OrgAccess_UU */
|
||||
public void setAD_Role_OrgAccess_UU (String AD_Role_OrgAccess_UU);
|
||||
|
||||
/** Get AD_Role_OrgAccess_UU */
|
||||
public String getAD_Role_OrgAccess_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Rule
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Rule
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_Rule
|
|||
public static final String Table_Name = "AD_Rule";
|
||||
|
||||
/** AD_Table_ID=53058 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 53058;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -84,6 +84,15 @@ public interface I_AD_Rule
|
|||
/** Get Rule */
|
||||
public int getAD_Rule_ID();
|
||||
|
||||
/** Column name AD_Rule_UU */
|
||||
public static final String COLUMNNAME_AD_Rule_UU = "AD_Rule_UU";
|
||||
|
||||
/** Set AD_Rule_UU */
|
||||
public void setAD_Rule_UU (String AD_Rule_UU);
|
||||
|
||||
/** Get AD_Rule_UU */
|
||||
public String getAD_Rule_UU();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Schedule
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Schedule
|
||||
{
|
||||
|
@ -35,7 +35,7 @@ public interface I_AD_Schedule
|
|||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
/** AccessLevel = - System
|
||||
/** AccessLevel = 4 - System
|
||||
*/
|
||||
BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
|
||||
|
@ -65,10 +65,10 @@ public interface I_AD_Schedule
|
|||
/** Column name AD_Schedule_ID */
|
||||
public static final String COLUMNNAME_AD_Schedule_ID = "AD_Schedule_ID";
|
||||
|
||||
/** Set AD_Schedule_ID */
|
||||
/** Set Schedule */
|
||||
public void setAD_Schedule_ID (int AD_Schedule_ID);
|
||||
|
||||
/** Get AD_Schedule_ID */
|
||||
/** Get Schedule */
|
||||
public int getAD_Schedule_ID();
|
||||
|
||||
/** Column name AD_Schedule_UU */
|
||||
|
@ -177,12 +177,12 @@ public interface I_AD_Schedule
|
|||
/** Column name IsSystemSchedule */
|
||||
public static final String COLUMNNAME_IsSystemSchedule = "IsSystemSchedule";
|
||||
|
||||
/** Set IsSystemSchedule.
|
||||
/** Set System Schedule.
|
||||
* Schedule Just For System
|
||||
*/
|
||||
public void setIsSystemSchedule (boolean IsSystemSchedule);
|
||||
|
||||
/** Get IsSystemSchedule.
|
||||
/** Get System Schedule.
|
||||
* Schedule Just For System
|
||||
*/
|
||||
public boolean isSystemSchedule();
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_Scheduler
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_Scheduler
|
||||
{
|
||||
|
@ -80,10 +80,10 @@ public interface I_AD_Scheduler
|
|||
/** Column name AD_Schedule_ID */
|
||||
public static final String COLUMNNAME_AD_Schedule_ID = "AD_Schedule_ID";
|
||||
|
||||
/** Set AD_Schedule_ID */
|
||||
/** Set Schedule */
|
||||
public void setAD_Schedule_ID (int AD_Schedule_ID);
|
||||
|
||||
/** Get AD_Schedule_ID */
|
||||
/** Get Schedule */
|
||||
public int getAD_Schedule_ID();
|
||||
|
||||
public org.compiere.model.I_AD_Schedule getAD_Schedule() throws RuntimeException;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_SchedulerLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_SchedulerLog
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_SchedulerLog
|
|||
public static final String Table_Name = "AD_SchedulerLog";
|
||||
|
||||
/** AD_Table_ID=687 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 687;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public interface I_AD_SchedulerLog
|
|||
*/
|
||||
public int getAD_Scheduler_ID();
|
||||
|
||||
public I_AD_Scheduler getAD_Scheduler() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Scheduler getAD_Scheduler() throws RuntimeException;
|
||||
|
||||
/** Column name AD_SchedulerLog_ID */
|
||||
public static final String COLUMNNAME_AD_SchedulerLog_ID = "AD_SchedulerLog_ID";
|
||||
|
@ -90,6 +90,15 @@ public interface I_AD_SchedulerLog
|
|||
*/
|
||||
public int getAD_SchedulerLog_ID();
|
||||
|
||||
/** Column name AD_SchedulerLog_UU */
|
||||
public static final String COLUMNNAME_AD_SchedulerLog_UU = "AD_SchedulerLog_UU";
|
||||
|
||||
/** Set AD_SchedulerLog_UU */
|
||||
public void setAD_SchedulerLog_UU (String AD_SchedulerLog_UU);
|
||||
|
||||
/** Get AD_SchedulerLog_UU */
|
||||
public String getAD_SchedulerLog_UU();
|
||||
|
||||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/******************************************************************************
|
||||
* Product: Adempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. *
|
||||
* Product: iDempiere ERP & CRM Smart Business Solution *
|
||||
* Copyright (C) 1999-2012 ComPiere, Inc. All Rights Reserved. *
|
||||
* This program is free software, you can redistribute it and/or modify it *
|
||||
* under the terms version 2 of the GNU General Public License as published *
|
||||
* by the Free Software Foundation. This program is distributed in the hope *
|
||||
|
@ -21,8 +21,8 @@ import java.sql.Timestamp;
|
|||
import org.compiere.util.KeyNamePair;
|
||||
|
||||
/** Generated Interface for AD_SchedulerRecipient
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.6.0LTS
|
||||
* @author iDempiere (generated)
|
||||
* @version Release 1.0a
|
||||
*/
|
||||
public interface I_AD_SchedulerRecipient
|
||||
{
|
||||
|
@ -31,7 +31,7 @@ public interface I_AD_SchedulerRecipient
|
|||
public static final String Table_Name = "AD_SchedulerRecipient";
|
||||
|
||||
/** AD_Table_ID=704 */
|
||||
public static final int Table_ID = MTable.getTable_ID(Table_Name);
|
||||
public static final int Table_ID = 704;
|
||||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
|
@ -75,7 +75,7 @@ public interface I_AD_SchedulerRecipient
|
|||
*/
|
||||
public int getAD_Role_ID();
|
||||
|
||||
public I_AD_Role getAD_Role() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Role getAD_Role() throws RuntimeException;
|
||||
|
||||
/** Column name AD_Scheduler_ID */
|
||||
public static final String COLUMNNAME_AD_Scheduler_ID = "AD_Scheduler_ID";
|
||||
|
@ -90,7 +90,7 @@ public interface I_AD_SchedulerRecipient
|
|||
*/
|
||||
public int getAD_Scheduler_ID();
|
||||
|
||||
public I_AD_Scheduler getAD_Scheduler() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_Scheduler getAD_Scheduler() throws RuntimeException;
|
||||
|
||||
/** Column name AD_SchedulerRecipient_ID */
|
||||
public static final String COLUMNNAME_AD_SchedulerRecipient_ID = "AD_SchedulerRecipient_ID";
|
||||
|
@ -105,6 +105,15 @@ public interface I_AD_SchedulerRecipient
|
|||
*/
|
||||
public int getAD_SchedulerRecipient_ID();
|
||||
|
||||
/** Column name AD_SchedulerRecipient_UU */
|
||||
public static final String COLUMNNAME_AD_SchedulerRecipient_UU = "AD_SchedulerRecipient_UU";
|
||||
|
||||
/** Set AD_SchedulerRecipient_UU */
|
||||
public void setAD_SchedulerRecipient_UU (String AD_SchedulerRecipient_UU);
|
||||
|
||||
/** Get AD_SchedulerRecipient_UU */
|
||||
public String getAD_SchedulerRecipient_UU();
|
||||
|
||||
/** Column name AD_User_ID */
|
||||
public static final String COLUMNNAME_AD_User_ID = "AD_User_ID";
|
||||
|
||||
|
@ -118,7 +127,7 @@ public interface I_AD_SchedulerRecipient
|
|||
*/
|
||||
public int getAD_User_ID();
|
||||
|
||||
public I_AD_User getAD_User() throws RuntimeException;
|
||||
public org.compiere.model.I_AD_User getAD_User() throws RuntimeException;
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue