IDEMPIERE-5523 Release 10 Peace (#1619)

* IDEMPIERE-5523 Release 10 Peace

* - generate model classes

* - Add release image contributed by Vanessa Castro
This commit is contained in:
Carlos Ruiz 2022-12-23 14:27:27 +01:00 committed by GitHub
parent 2a9ae6daa9
commit 1d9d504801
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1484 changed files with 8147 additions and 6349 deletions

View File

@ -4,8 +4,8 @@
| Version | Supported |
| -----------------| ------------------ |
| release-9 | :white_check_mark: |
| master a.k.a. 10 | :white_check_mark: |
| release-10 | :white_check_mark: |
| master a.k.a. 11 | :white_check_mark: |
## Reporting a Vulnerability

View File

@ -0,0 +1,13 @@
-- Set Version
UPDATE AD_SYSTEM
SET releaseno = '10',
VERSION = '2022-12-24'
WHERE ad_system_id = 0 AND ad_client_id = 0
;
COMMIT
;
SELECT register_migration_script('202212231232_IDEMPIERE-5523_Version.sql') FROM dual
;

View File

@ -0,0 +1,10 @@
-- Set Version
UPDATE AD_SYSTEM
SET releaseno = '10',
VERSION = '2022-12-24'
WHERE ad_system_id = 0 AND ad_client_id = 0
;
SELECT register_migration_script('202212231232_IDEMPIERE-5523_Version.sql') FROM dual
;

View File

@ -66,9 +66,9 @@ public final class Adempiere
/** Main Version String */
static public String MAIN_VERSION = "Release 10";
/** Detail Version as date Used for Client/Server */
static public String DATE_VERSION = "2021-12-24";
static public String DATE_VERSION = "2022-12-24";
/** Database Version as date Compared with AD_System */
static public String DB_VERSION = "2021-12-24";
static public String DB_VERSION = "2022-12-24";
/** Product Name */
static public final String NAME = "iDempiere\u00AE";
@ -91,7 +91,7 @@ public final class Adempiere
/** Subtitle */
static public final String SUB_TITLE = "Smart Suite ERP, CRM and SCM";
static public final String ADEMPIERE_R = "iDempiere\u00AE";
static public final String COPYRIGHT = "\u00A9 1999-2021 iDempiere\u00AE";
static public final String COPYRIGHT = "\u00A9 1999-2023 iDempiere\u00AE";
static private String s_ImplementationVersion = null;
static private String s_ImplementationVendor = null;

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AccessLog
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AccessLog
{
@ -66,8 +66,8 @@ public interface I_AD_AccessLog
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_AccessLog
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Alert
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Alert
{
@ -81,8 +81,8 @@ public interface I_AD_Alert
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_Alert
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -157,13 +157,13 @@ public interface I_AD_Alert
/** Column name EnforceClientSecurity */
public static final String COLUMNNAME_EnforceClientSecurity = "EnforceClientSecurity";
/** Set Enforce Client Security.
* Send alerts to recipient only if the client security rules of the role allows
/** Set Enforce Tenant Security.
* Send alerts to recipient only if the tenant security rules of the role allows
*/
public void setEnforceClientSecurity (boolean EnforceClientSecurity);
/** Get Enforce Client Security.
* Send alerts to recipient only if the client security rules of the role allows
/** Get Enforce Tenant Security.
* Send alerts to recipient only if the tenant security rules of the role allows
*/
public boolean isEnforceClientSecurity();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AlertProcessor
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AlertProcessor
{
@ -66,8 +66,8 @@ public interface I_AD_AlertProcessor
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_AlertProcessor
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -114,12 +114,12 @@ public interface I_AD_AlertProcessor
/** Column name DateLastRun */
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
/** Set Date last run.
/** Set Date Last Run.
* Date the process was last run.
*/
public void setDateLastRun (Timestamp DateLastRun);
/** Get Date last run.
/** Get Date Last Run.
* Date the process was last run.
*/
public Timestamp getDateLastRun();
@ -127,12 +127,12 @@ public interface I_AD_AlertProcessor
/** Column name DateNextRun */
public static final String COLUMNNAME_DateNextRun = "DateNextRun";
/** Set Date next run.
/** Set Date Next Run.
* Date the process will run next
*/
public void setDateNextRun (Timestamp DateNextRun);
/** Get Date next run.
/** Get Date Next Run.
* Date the process will run next
*/
public Timestamp getDateNextRun();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AlertProcessorLog
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AlertProcessorLog
{
@ -81,8 +81,8 @@ public interface I_AD_AlertProcessorLog
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_AlertProcessorLog
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AlertRecipient
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AlertRecipient
{
@ -81,8 +81,8 @@ public interface I_AD_AlertRecipient
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_AlertRecipient
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AlertRule
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AlertRule
{
@ -81,8 +81,8 @@ public interface I_AD_AlertRule
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_AlertRule
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AllClients_V
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AllClients_V
{
@ -44,10 +44,10 @@ public interface I_AD_AllClients_V
/** Column name AD_AllClients_V_ID */
public static final String COLUMNNAME_AD_AllClients_V_ID = "AD_AllClients_V_ID";
/** Set Client (All) */
/** Set Tenant (All) */
public void setAD_AllClients_V_ID (int AD_AllClients_V_ID);
/** Get Client (All) */
/** Get Tenant (All) */
public int getAD_AllClients_V_ID();
/** Column name AD_AllClients_V_UU */
@ -62,8 +62,8 @@ public interface I_AD_AllClients_V
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -84,12 +84,12 @@ public interface I_AD_AllClients_V
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AllUsers_V
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AllUsers_V
{
@ -44,10 +44,10 @@ public interface I_AD_AllUsers_V
/** Column name AD_AllClients_V_ID */
public static final String COLUMNNAME_AD_AllClients_V_ID = "AD_AllClients_V_ID";
/** Set Client (All) */
/** Set Tenant (All) */
public void setAD_AllClients_V_ID (int AD_AllClients_V_ID);
/** Get Client (All) */
/** Get Tenant (All) */
public int getAD_AllClients_V_ID();
public org.compiere.model.I_AD_AllClients_V getAD_AllClients_V() throws RuntimeException;
@ -73,8 +73,8 @@ public interface I_AD_AllUsers_V
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -82,12 +82,12 @@ public interface I_AD_AllUsers_V
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Archive
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Archive
{
@ -66,8 +66,8 @@ public interface I_AD_Archive
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_Archive
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Attachment
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Attachment
{
@ -66,8 +66,8 @@ public interface I_AD_Attachment
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_Attachment
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AttachmentNote
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AttachmentNote
{
@ -81,8 +81,8 @@ public interface I_AD_AttachmentNote
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_AttachmentNote
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Attribute
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Attribute
{
@ -62,8 +62,8 @@ public interface I_AD_Attribute
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -71,12 +71,12 @@ public interface I_AD_Attribute
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Attribute_Value
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Attribute_Value
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AuthorizationCredential
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AuthorizationCredential
{
@ -82,8 +82,8 @@ public interface I_AD_AuthorizationCredential
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -91,12 +91,12 @@ public interface I_AD_AuthorizationCredential
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AuthorizationProvider
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AuthorizationProvider
{
@ -71,8 +71,8 @@ public interface I_AD_AuthorizationProvider
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -80,12 +80,12 @@ public interface I_AD_AuthorizationProvider
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AuthorizationScopeProv
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_AuthorizationScopeProv
{
@ -82,8 +82,8 @@ public interface I_AD_AuthorizationScopeProv
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -91,12 +91,12 @@ public interface I_AD_AuthorizationScopeProv
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_BroadcastMessage
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_BroadcastMessage
{
@ -66,8 +66,8 @@ public interface I_AD_BroadcastMessage
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_BroadcastMessage
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -234,25 +234,25 @@ public interface I_AD_BroadcastMessage
public static final String COLUMNNAME_LogAcknowledge = "LogAcknowledge";
/** Set Log Acknowledge.
* Want to Log the Acknowledgement of Message?
* Want to Log the Acknowledgment of Message?
*/
public void setLogAcknowledge (boolean LogAcknowledge);
/** Get Log Acknowledge.
* Want to Log the Acknowledgement of Message?
* Want to Log the Acknowledgment of Message?
*/
public boolean isLogAcknowledge();
/** Column name Notification_Client_ID */
public static final String COLUMNNAME_Notification_Client_ID = "Notification_Client_ID";
/** Set Notification Client.
* Notification Client
/** Set Notification Tenant.
* Notification Tenant
*/
public void setNotification_Client_ID (int Notification_Client_ID);
/** Get Notification Client.
* Notification Client
/** Get Notification Tenant.
* Notification Tenant
*/
public int getNotification_Client_ID();
@ -286,12 +286,12 @@ public interface I_AD_BroadcastMessage
public static final String COLUMNNAME_Target = "Target";
/** Set Target.
* Target client
* Target tenant
*/
public void setTarget (String Target);
/** Get Target.
* Target client
* Target tenant
*/
public String getTarget();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ChangeLog
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_ChangeLog
{
@ -66,8 +66,8 @@ public interface I_AD_ChangeLog
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_ChangeLog
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -62,8 +62,8 @@ public interface I_AD_Chart
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -71,12 +71,12 @@ public interface I_AD_Chart
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -41,17 +41,6 @@ public interface I_AD_ChartDatasource
/** Load Meta Data */
/** Column name AD_Chart_ID */
public static final String COLUMNNAME_AD_Chart_ID = "AD_Chart_ID";
/** Set Chart */
public void setAD_Chart_ID (int AD_Chart_ID);
/** Get Chart */
public int getAD_Chart_ID();
public org.compiere.model.I_AD_Chart getAD_Chart() throws RuntimeException;
/** Column name AD_ChartDatasource_ID */
public static final String COLUMNNAME_AD_ChartDatasource_ID = "AD_ChartDatasource_ID";
@ -70,11 +59,22 @@ public interface I_AD_ChartDatasource
/** Get AD_ChartDatasource_UU */
public String getAD_ChartDatasource_UU();
/** Column name AD_Chart_ID */
public static final String COLUMNNAME_AD_Chart_ID = "AD_Chart_ID";
/** Set Chart */
public void setAD_Chart_ID (int AD_Chart_ID);
/** Get Chart */
public int getAD_Chart_ID();
public org.compiere.model.I_AD_Chart getAD_Chart() throws RuntimeException;
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -82,12 +82,12 @@ public interface I_AD_ChartDatasource
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ClientShare
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_ClientShare
{
@ -44,21 +44,21 @@ public interface I_AD_ClientShare
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
/** Column name AD_ClientShare_ID */
public static final String COLUMNNAME_AD_ClientShare_ID = "AD_ClientShare_ID";
/** Set Client Share.
* Force (not) sharing of client/org entities
/** Set Tenant Share.
* Force (not) sharing of tenant/org entities
*/
public void setAD_ClientShare_ID (int AD_ClientShare_ID);
/** Get Client Share.
* Force (not) sharing of client/org entities
/** Get Tenant Share.
* Force (not) sharing of tenant/org entities
*/
public int getAD_ClientShare_ID();
@ -75,12 +75,12 @@ public interface I_AD_ClientShare
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Color
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Color
{
@ -44,8 +44,8 @@ public interface I_AD_Color
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_Color
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -220,13 +220,13 @@ public interface I_AD_Column
/** Set Always Updatable Logic.
* Logic to determine if field is Updatable irrespective if record'
s active status or processed status. This logic Applicable only if Always Updatable is Yes.
s active status or processed status. This logic Applicable only if Always Updatable is N.
*/
public void setAlwaysUpdatableLogic (String AlwaysUpdatableLogic);
/** Get Always Updatable Logic.
* Logic to determine if field is Updatable irrespective if record'
s active status or processed status. This logic Applicable only if Always Updatable is Yes.
s active status or processed status. This logic Applicable only if Always Updatable is N.
*/
public String getAlwaysUpdatableLogic();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Column_Access
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Column_Access
{
@ -44,8 +44,8 @@ public interface I_AD_Column_Access
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -77,12 +77,12 @@ public interface I_AD_Column_Access
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_CtxHelp
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_CtxHelp
{
@ -44,8 +44,8 @@ public interface I_AD_CtxHelp
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -71,12 +71,12 @@ public interface I_AD_CtxHelp
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_CtxHelpMsg
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_CtxHelpMsg
{
@ -44,8 +44,8 @@ public interface I_AD_CtxHelpMsg
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -82,12 +82,12 @@ public interface I_AD_CtxHelpMsg
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_CtxHelpSuggestion
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_CtxHelpSuggestion
{
@ -57,8 +57,8 @@ public interface I_AD_CtxHelpSuggestion
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -119,12 +119,12 @@ public interface I_AD_CtxHelpSuggestion
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Document_Action_Access
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Document_Action_Access
{
@ -44,8 +44,8 @@ public interface I_AD_Document_Action_Access
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -62,12 +62,12 @@ public interface I_AD_Document_Action_Access
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Element
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Element
{
@ -44,8 +44,8 @@ public interface I_AD_Element
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_Element
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_EntityType
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_EntityType
{
@ -44,8 +44,8 @@ public interface I_AD_EntityType
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_EntityType
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -170,12 +170,12 @@ public interface I_AD_EntityType
/** Column name ModelPackage */
public static final String COLUMNNAME_ModelPackage = "ModelPackage";
/** Set ModelPackage.
/** Set Model Package.
* Java Package of the model classes
*/
public void setModelPackage (String ModelPackage);
/** Get ModelPackage.
/** Get Model Package.
* Java Package of the model classes
*/
public String getModelPackage();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Error
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Error
{
@ -44,8 +44,8 @@ public interface I_AD_Error
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -84,12 +84,12 @@ public interface I_AD_Error
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -55,8 +55,8 @@ public interface I_AD_Field
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,28 +75,6 @@ public interface I_AD_Field
public org.compiere.model.I_AD_Column getAD_Column() throws RuntimeException;
/** Column name AD_Field_ID */
public static final String COLUMNNAME_AD_Field_ID = "AD_Field_ID";
/** Set Field.
* Field on a database table
*/
public void setAD_Field_ID (int AD_Field_ID);
/** Get Field.
* Field on a database table
*/
public int getAD_Field_ID();
/** Column name AD_Field_UU */
public static final String COLUMNNAME_AD_Field_UU = "AD_Field_UU";
/** Set AD_Field_UU */
public void setAD_Field_UU (String AD_Field_UU);
/** Get AD_Field_UU */
public String getAD_Field_UU();
/** Column name AD_FieldGroup_ID */
public static final String COLUMNNAME_AD_FieldGroup_ID = "AD_FieldGroup_ID";
@ -112,6 +90,19 @@ public interface I_AD_Field
public org.compiere.model.I_AD_FieldGroup getAD_FieldGroup() throws RuntimeException;
/** Column name AD_Field_ID */
public static final String COLUMNNAME_AD_Field_ID = "AD_Field_ID";
/** Set Field.
* Field on a database table
*/
public void setAD_Field_ID (int AD_Field_ID);
/** Get Field.
* Field on a database table
*/
public int getAD_Field_ID();
/** Column name AD_FieldStyle_ID */
public static final String COLUMNNAME_AD_FieldStyle_ID = "AD_FieldStyle_ID";
@ -127,6 +118,15 @@ public interface I_AD_Field
public org.compiere.model.I_AD_Style getAD_FieldStyle() throws RuntimeException;
/** Column name AD_Field_UU */
public static final String COLUMNNAME_AD_Field_UU = "AD_Field_UU";
/** Set AD_Field_UU */
public void setAD_Field_UU (String AD_Field_UU);
/** Get AD_Field_UU */
public String getAD_Field_UU();
/** Column name AD_LabelStyle_ID */
public static final String COLUMNNAME_AD_LabelStyle_ID = "AD_LabelStyle_ID";
@ -146,12 +146,12 @@ public interface I_AD_Field
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -235,13 +235,13 @@ public interface I_AD_Field
/** Set Always Updatable Logic.
* Logic to determine if field is Updatable irrespective if record'
s active status or processed status. This logic Applicable only if Always Updatable is Yes.
s active status or processed status. This logic Applicable only if Always Updatable is N.
*/
public void setAlwaysUpdatableLogic (String AlwaysUpdatableLogic);
/** Get Always Updatable Logic.
* Logic to determine if field is Updatable irrespective if record'
s active status or processed status. This logic Applicable only if Always Updatable is Yes.
s active status or processed status. This logic Applicable only if Always Updatable is N.
*/
public String getAlwaysUpdatableLogic();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_FieldGroup
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_FieldGroup
{
@ -44,8 +44,8 @@ public interface I_AD_FieldGroup
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_FieldGroup
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_FieldSuggestion
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_FieldSuggestion
{
@ -57,8 +57,8 @@ public interface I_AD_FieldSuggestion
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -112,12 +112,12 @@ public interface I_AD_FieldSuggestion
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Find
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Find
{
@ -44,8 +44,8 @@ public interface I_AD_Find
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -86,12 +86,12 @@ public interface I_AD_Find
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Form
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Form
{
@ -57,8 +57,8 @@ public interface I_AD_Form
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -99,12 +99,12 @@ public interface I_AD_Form
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Form_Access
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Form_Access
{
@ -44,8 +44,8 @@ public interface I_AD_Form_Access
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -77,12 +77,12 @@ public interface I_AD_Form_Access
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_HouseKeeping
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_HouseKeeping
{
@ -44,8 +44,8 @@ public interface I_AD_HouseKeeping
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -71,12 +71,12 @@ public interface I_AD_HouseKeeping
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Image
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Image
{
@ -44,8 +44,8 @@ public interface I_AD_Image
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_Image
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ImpFormat
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_ImpFormat
{
@ -44,8 +44,8 @@ public interface I_AD_ImpFormat
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -71,12 +71,12 @@ public interface I_AD_ImpFormat
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ImpFormat_Row
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_ImpFormat_Row
{
@ -44,8 +44,8 @@ public interface I_AD_ImpFormat_Row
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -97,12 +97,12 @@ public interface I_AD_ImpFormat_Row
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ImportTemplate
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_ImportTemplate
{
@ -44,8 +44,8 @@ public interface I_AD_ImportTemplate
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -71,12 +71,12 @@ public interface I_AD_ImportTemplate
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ImportTemplateAccess
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_ImportTemplateAccess
{
@ -44,8 +44,8 @@ public interface I_AD_ImportTemplateAccess
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -82,12 +82,12 @@ public interface I_AD_ImportTemplateAccess
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_IndexColumn
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_IndexColumn
{
@ -44,8 +44,8 @@ public interface I_AD_IndexColumn
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -86,12 +86,12 @@ public interface I_AD_IndexColumn
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_InfoProcess
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_InfoProcess
{
@ -44,8 +44,8 @@ public interface I_AD_InfoProcess
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -101,12 +101,12 @@ public interface I_AD_InfoProcess
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -198,12 +198,12 @@ public interface I_AD_InfoProcess
/** Column name LayoutType */
public static final String COLUMNNAME_LayoutType = "LayoutType";
/** Set LayoutType.
/** Set Layout Type.
* Layout type of info process
*/
public void setLayoutType (String LayoutType);
/** Get LayoutType.
/** Get Layout Type.
* Layout type of info process
*/
public String getLayoutType();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_InfoRelated
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_InfoRelated
{
@ -44,18 +44,18 @@ public interface I_AD_InfoRelated
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
/** Column name AD_InfoRelated_ID */
public static final String COLUMNNAME_AD_InfoRelated_ID = "AD_InfoRelated_ID";
/** Set InfoRelated */
/** Set Info Related */
public void setAD_InfoRelated_ID (int AD_InfoRelated_ID);
/** Get InfoRelated */
/** Get Info Related */
public int getAD_InfoRelated_ID();
/** Column name AD_InfoRelated_UU */
@ -86,12 +86,12 @@ public interface I_AD_InfoRelated
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_InfoWindow
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_InfoWindow
{
@ -44,8 +44,8 @@ public interface I_AD_InfoWindow
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -86,12 +86,12 @@ public interface I_AD_InfoWindow
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_InfoWindow_Access
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_InfoWindow_Access
{
@ -44,8 +44,8 @@ public interface I_AD_InfoWindow_Access
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -77,12 +77,12 @@ public interface I_AD_InfoWindow_Access
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Issue
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Issue
{
@ -59,8 +59,8 @@ public interface I_AD_Issue
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -105,12 +105,12 @@ public interface I_AD_Issue
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -529,12 +529,12 @@ public interface I_AD_Issue
/** Column name R_IssueUser_ID */
public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID";
/** Set IssueUser.
/** Set Issue User.
* User who reported issues
*/
public void setR_IssueUser_ID (int R_IssueUser_ID);
/** Get IssueUser.
/** Get Issue User.
* User who reported issues
*/
public int getR_IssueUser_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LabelPrinter
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_LabelPrinter
{
@ -44,8 +44,8 @@ public interface I_AD_LabelPrinter
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_LabelPrinter
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LabelPrinterFunction
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_LabelPrinterFunction
{
@ -44,8 +44,8 @@ public interface I_AD_LabelPrinterFunction
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_LabelPrinterFunction
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Language
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Language
{
@ -44,8 +44,8 @@ public interface I_AD_Language
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -84,12 +84,12 @@ public interface I_AD_Language
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LdapAccess
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_LdapAccess
{
@ -44,8 +44,8 @@ public interface I_AD_LdapAccess
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_LdapAccess
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LdapProcessor
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_LdapProcessor
{
@ -44,8 +44,8 @@ public interface I_AD_LdapProcessor
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_LdapProcessor
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -103,12 +103,12 @@ public interface I_AD_LdapProcessor
/** Column name DateLastRun */
public static final String COLUMNNAME_DateLastRun = "DateLastRun";
/** Set Date last run.
/** Set Date Last Run.
* Date the process was last run.
*/
public void setDateLastRun (Timestamp DateLastRun);
/** Get Date last run.
/** Get Date Last Run.
* Date the process was last run.
*/
public Timestamp getDateLastRun();
@ -116,12 +116,12 @@ public interface I_AD_LdapProcessor
/** Column name DateNextRun */
public static final String COLUMNNAME_DateNextRun = "DateNextRun";
/** Set Date next run.
/** Set Date Next Run.
* Date the process will run next
*/
public void setDateNextRun (Timestamp DateNextRun);
/** Get Date next run.
/** Get Date Next Run.
* Date the process will run next
*/
public Timestamp getDateNextRun();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LdapProcessorLog
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_LdapProcessorLog
{
@ -44,8 +44,8 @@ public interface I_AD_LdapProcessorLog
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -90,12 +90,12 @@ public interface I_AD_LdapProcessorLog
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Menu
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Menu
{
@ -57,8 +57,8 @@ public interface I_AD_Menu
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -118,12 +118,12 @@ public interface I_AD_Menu
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Message
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Message
{
@ -44,8 +44,8 @@ public interface I_AD_Message
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_Message
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_MigrationScript
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_MigrationScript
{
@ -44,8 +44,8 @@ public interface I_AD_MigrationScript
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_MigrationScript
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ModelValidator
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_ModelValidator
{
@ -44,8 +44,8 @@ public interface I_AD_ModelValidator
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -71,12 +71,12 @@ public interface I_AD_ModelValidator
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Modification
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Modification
{
@ -44,8 +44,8 @@ public interface I_AD_Modification
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_Modification
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Note
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Note
{
@ -59,8 +59,8 @@ public interface I_AD_Note
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -105,12 +105,12 @@ public interface I_AD_Note
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Org
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Org
{
@ -44,8 +44,8 @@ public interface I_AD_Org
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_Org
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_OrgInfo
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_OrgInfo
{
@ -44,8 +44,8 @@ public interface I_AD_OrgInfo
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_OrgInfo
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_OrgType
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_OrgType
{
@ -44,8 +44,8 @@ public interface I_AD_OrgType
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_OrgType
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -44,8 +44,8 @@ public interface I_AD_PInstance
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -64,12 +64,12 @@ public interface I_AD_PInstance
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PInstance_Log
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PInstance_Log
{

View File

@ -140,16 +140,25 @@ public interface I_AD_PInstance_Para
/** Column name IsNotClause */
public static final String COLUMNNAME_IsNotClause = "IsNotClause";
/** Set Is not clause.
/** Set Not Clause.
* Indicates if a chosen multiple component value must be negate
*/
public void setIsNotClause (boolean IsNotClause);
/** Get Is not clause.
/** Get Not Clause.
* Indicates if a chosen multiple component value must be negate
*/
public boolean isNotClause();
/** Column name ParameterName */
public static final String COLUMNNAME_ParameterName = "ParameterName";
/** Set Parameter Name */
public void setParameterName (String ParameterName);
/** Get Parameter Name */
public String getParameterName();
/** Column name P_Date */
public static final String COLUMNNAME_P_Date = "P_Date";
@ -228,15 +237,6 @@ public interface I_AD_PInstance_Para
*/
public String getP_String_To();
/** Column name ParameterName */
public static final String COLUMNNAME_ParameterName = "ParameterName";
/** Set Parameter Name */
public void setParameterName (String ParameterName);
/** Get Parameter Name */
public String getParameterName();
/** Column name SeqNo */
public static final String COLUMNNAME_SeqNo = "SeqNo";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Exp
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Package_Exp
{
@ -44,8 +44,8 @@ public interface I_AD_Package_Exp
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_Package_Exp
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Exp_Detail
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Package_Exp_Detail
{
@ -44,8 +44,8 @@ public interface I_AD_Package_Exp_Detail
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -150,12 +150,12 @@ public interface I_AD_Package_Exp_Detail
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -360,10 +360,10 @@ public interface I_AD_Package_Exp_Detail
/** Column name DBType */
public static final String COLUMNNAME_DBType = "DBType";
/** Set DBType */
/** Set DB Type */
public void setDBType (String DBType);
/** Get DBType */
/** Get DB Type */
public String getDBType();
/** Column name Description */

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Package_Imp
{
@ -44,8 +44,8 @@ public interface I_AD_Package_Imp
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_Package_Imp
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -110,10 +110,10 @@ public interface I_AD_Package_Imp
/** Column name CreatedDate */
public static final String COLUMNNAME_CreatedDate = "CreatedDate";
/** Set CreatedDate */
/** Set Created Date */
public void setCreatedDate (String CreatedDate);
/** Get CreatedDate */
/** Get Created Date */
public String getCreatedDate();
/** Column name Creator */
@ -128,10 +128,10 @@ public interface I_AD_Package_Imp
/** Column name CreatorContact */
public static final String COLUMNNAME_CreatorContact = "CreatorContact";
/** Set CreatorContact */
/** Set Creator Contact */
public void setCreatorContact (String CreatorContact);
/** Get CreatorContact */
/** Get Creator Contact */
public String getCreatorContact();
/** Column name Description */
@ -267,10 +267,10 @@ public interface I_AD_Package_Imp
/** Column name UpdatedDate */
public static final String COLUMNNAME_UpdatedDate = "UpdatedDate";
/** Set UpdatedDate */
/** Set Updated Date */
public void setUpdatedDate (String UpdatedDate);
/** Get UpdatedDate */
/** Get Updated Date */
public String getUpdatedDate();
/** Column name Version */

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp_Backup
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Package_Imp_Backup
{
@ -44,8 +44,8 @@ public interface I_AD_Package_Imp_Backup
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -68,12 +68,12 @@ public interface I_AD_Package_Imp_Backup
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -162,10 +162,10 @@ public interface I_AD_Package_Imp_Backup
/** Column name ColValue */
public static final String COLUMNNAME_ColValue = "ColValue";
/** Set ColValue */
/** Set Col Value */
public void setColValue (String ColValue);
/** Get ColValue */
/** Get Col Value */
public String getColValue();
/** Column name Created */

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp_Detail
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Package_Imp_Detail
{
@ -66,8 +66,8 @@ public interface I_AD_Package_Imp_Detail
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -75,12 +75,12 @@ public interface I_AD_Package_Imp_Detail
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp_Inst
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Package_Imp_Inst
{
@ -44,8 +44,8 @@ public interface I_AD_Package_Imp_Inst
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_Package_Imp_Inst
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -99,10 +99,10 @@ public interface I_AD_Package_Imp_Inst
/** Column name CreatedDate */
public static final String COLUMNNAME_CreatedDate = "CreatedDate";
/** Set CreatedDate */
/** Set Created Date */
public void setCreatedDate (String CreatedDate);
/** Get CreatedDate */
/** Get Created Date */
public String getCreatedDate();
/** Column name Creator */
@ -117,10 +117,10 @@ public interface I_AD_Package_Imp_Inst
/** Column name CreatorContact */
public static final String COLUMNNAME_CreatorContact = "CreatorContact";
/** Set CreatorContact */
/** Set Creator Contact */
public void setCreatorContact (String CreatorContact);
/** Get CreatorContact */
/** Get Creator Contact */
public String getCreatorContact();
/** Column name Description */
@ -256,10 +256,10 @@ public interface I_AD_Package_Imp_Inst
/** Column name UpdatedDate */
public static final String COLUMNNAME_UpdatedDate = "UpdatedDate";
/** Set UpdatedDate */
/** Set Updated Date */
public void setUpdatedDate (String UpdatedDate);
/** Get UpdatedDate */
/** Get Updated Date */
public String getUpdatedDate();
/** Column name Version */

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp_Proc
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Package_Imp_Proc
{
@ -44,8 +44,8 @@ public interface I_AD_Package_Imp_Proc
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_Package_Imp_Proc
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_UUID_Map
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Package_UUID_Map
{
@ -44,8 +44,8 @@ public interface I_AD_Package_UUID_Map
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_Package_UUID_Map
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -66,12 +66,12 @@ public interface I_AD_Package_UUID_Map
public static final String COLUMNNAME_AD_Package_UUID_Map_ID = "AD_Package_UUID_Map_ID";
/** Set UUID Mapping.
* UUID Mapping between client
* UUID Mapping between tenant
*/
public void setAD_Package_UUID_Map_ID (int AD_Package_UUID_Map_ID);
/** Get UUID Mapping.
* UUID Mapping between client
* UUID Mapping between tenant
*/
public int getAD_Package_UUID_Map_ID();
@ -132,12 +132,12 @@ public interface I_AD_Package_UUID_Map
public static final String COLUMNNAME_Source_UUID = "Source_UUID";
/** Set Source UUID.
* UUID from the source client
* UUID from the source tenant
*/
public void setSource_UUID (String Source_UUID);
/** Get Source UUID.
* UUID from the source client
* UUID from the source tenant
*/
public String getSource_UUID();
@ -145,12 +145,12 @@ public interface I_AD_Package_UUID_Map
public static final String COLUMNNAME_Target_UUID = "Target_UUID";
/** Set Target UUID.
* New UUID created by the pack in client
* New UUID created by the pack in tenant
*/
public void setTarget_UUID (String Target_UUID);
/** Get Target UUID.
* New UUID created by the pack in client
* New UUID created by the pack in tenant
*/
public String getTarget_UUID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PasswordRule
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PasswordRule
{
@ -44,8 +44,8 @@ public interface I_AD_PasswordRule
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_PasswordRule
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -97,12 +97,12 @@ public interface I_AD_PasswordRule
public static final String COLUMNNAME_AlphabeticalSequence = "AlphabeticalSequence";
/** Set Alphabetical Sequence.
* Lenght of alphabetical sequence to validate
* Length of alphabetical sequence to validate
*/
public void setAlphabeticalSequence (int AlphabeticalSequence);
/** Get Alphabetical Sequence.
* Lenght of alphabetical sequence to validate
* Length of alphabetical sequence to validate
*/
public int getAlphabeticalSequence();
@ -126,12 +126,12 @@ public interface I_AD_PasswordRule
public static final String COLUMNNAME_Days_Reuse_Password = "Days_Reuse_Password";
/** Set Days Reuse Password.
* Define number of day can reuser password
* Define number of day can reuse password
*/
public void setDays_Reuse_Password (int Days_Reuse_Password);
/** Get Days Reuse Password.
* Define number of day can reuser password
* Define number of day can reuse password
*/
public int getDays_Reuse_Password();
@ -298,12 +298,12 @@ t contain user name (ignore case and match backwards)
public static final String COLUMNNAME_QWERTYSequence = "QWERTYSequence";
/** Set QWERTY Sequence.
* Lenght of QWERTY sequences to validate
* Length of QWERTY sequences to validate
*/
public void setQWERTYSequence (int QWERTYSequence);
/** Get QWERTY Sequence.
* Lenght of QWERTY sequences to validate
* Length of QWERTY sequences to validate
*/
public int getQWERTYSequence();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Password_History
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Password_History
{
@ -44,8 +44,8 @@ public interface I_AD_Password_History
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_Password_History
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PostIt
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PostIt
{
@ -44,8 +44,8 @@ public interface I_AD_PostIt
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_PostIt
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Preference
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Preference
{
@ -44,8 +44,8 @@ public interface I_AD_Preference
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -68,12 +68,12 @@ public interface I_AD_Preference
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintColor
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PrintColor
{
@ -44,8 +44,8 @@ public interface I_AD_PrintColor
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_PrintColor
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintFont
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PrintFont
{
@ -44,8 +44,8 @@ public interface I_AD_PrintFont
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_PrintFont
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintForm
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PrintForm
{
@ -44,8 +44,8 @@ public interface I_AD_PrintForm
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_PrintForm
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -355,12 +355,12 @@ public interface I_AD_PrintFormat
public static final String COLUMNNAME_JasperProcess_ID = "JasperProcess_ID";
/** Set Jasper Process.
* The Jasper Process used by the printengine if any process defined
* The Jasper Process used by the print engine if any process defined
*/
public void setJasperProcess_ID (int JasperProcess_ID);
/** Get Jasper Process.
* The Jasper Process used by the printengine if any process defined
* The Jasper Process used by the print engine if any process defined
*/
public int getJasperProcess_ID();

View File

@ -44,8 +44,8 @@ public interface I_AD_PrintFormatItem
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -83,12 +83,12 @@ public interface I_AD_PrintFormatItem
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -137,6 +137,21 @@ public interface I_AD_PrintFormatItem
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";
/** Set Print Format.
* Data Print Format
*/
public void setAD_PrintFormat_ID (int AD_PrintFormat_ID);
/** Get Print Format.
* Data Print Format
*/
public int getAD_PrintFormat_ID();
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";
@ -159,21 +174,6 @@ public interface I_AD_PrintFormatItem
/** Get AD_PrintFormatItem_UU */
public String getAD_PrintFormatItem_UU();
/** Column name AD_PrintFormat_ID */
public static final String COLUMNNAME_AD_PrintFormat_ID = "AD_PrintFormat_ID";
/** Set Print Format.
* Data Print Format
*/
public void setAD_PrintFormat_ID (int AD_PrintFormat_ID);
/** Get Print Format.
* Data Print Format
*/
public int getAD_PrintFormat_ID();
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";
@ -553,19 +553,6 @@ public interface I_AD_PrintFormatItem
*/
public boolean isPrintBarcodeText();
/** Column name IsPrintInstanceAttributes */
public static final String COLUMNNAME_IsPrintInstanceAttributes = "IsPrintInstanceAttributes";
/** Set Print Attributes.
* Print each attributes as report column instead of printing the description of attribute set instance
*/
public void setIsPrintInstanceAttributes (boolean IsPrintInstanceAttributes);
/** Get Print Attributes.
* Print each attributes as report column instead of printing the description of attribute set instance
*/
public boolean isPrintInstanceAttributes();
/** Column name IsPrinted */
public static final String COLUMNNAME_IsPrinted = "IsPrinted";
@ -579,6 +566,19 @@ public interface I_AD_PrintFormatItem
*/
public boolean isPrinted();
/** Column name IsPrintInstanceAttributes */
public static final String COLUMNNAME_IsPrintInstanceAttributes = "IsPrintInstanceAttributes";
/** Set Print Attributes.
* Print each attributes as report column instead of printing the description of attribute set instance
*/
public void setIsPrintInstanceAttributes (boolean IsPrintInstanceAttributes);
/** Get Print Attributes.
* Print each attributes as report column instead of printing the description of attribute set instance
*/
public boolean isPrintInstanceAttributes();
/** Column name IsRelativePosition */
public static final String COLUMNNAME_IsRelativePosition = "IsRelativePosition";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintGraph
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PrintGraph
{
@ -44,8 +44,8 @@ public interface I_AD_PrintGraph
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_PrintGraph
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintHeaderFooter
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PrintHeaderFooter
{
@ -44,8 +44,8 @@ public interface I_AD_PrintHeaderFooter
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_PrintHeaderFooter
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintLabel
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PrintLabel
{
@ -44,8 +44,8 @@ public interface I_AD_PrintLabel
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -68,12 +68,12 @@ public interface I_AD_PrintLabel
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintLabelLine
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PrintLabelLine
{
@ -44,8 +44,8 @@ public interface I_AD_PrintLabelLine
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -83,12 +83,12 @@ public interface I_AD_PrintLabelLine
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintPaper
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PrintPaper
{
@ -44,8 +44,8 @@ public interface I_AD_PrintPaper
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_PrintPaper
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintTableFormat
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_PrintTableFormat
{
@ -44,8 +44,8 @@ public interface I_AD_PrintTableFormat
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -68,12 +68,12 @@ public interface I_AD_PrintTableFormat
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -393,12 +393,12 @@ public interface I_AD_PrintTableFormat
public static final String COLUMNNAME_IsMultiLineHeader = "IsMultiLineHeader";
/** Set Multi Line Header.
* Print column headers on mutliple lines if necessary.
* Print column headers on multiple lines if necessary.
*/
public void setIsMultiLineHeader (boolean IsMultiLineHeader);
/** Get Multi Line Header.
* Print column headers on mutliple lines if necessary.
* Print column headers on multiple lines if necessary.
*/
public boolean isMultiLineHeader();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Private_Access
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Private_Access
{
@ -44,8 +44,8 @@ public interface I_AD_Private_Access
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_Private_Access
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -41,6 +41,19 @@ public interface I_AD_Process
/** Load Meta Data */
/** Column name AccessLevel */
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
/** Set Data Access Level.
* Access Level required
*/
public void setAccessLevel (String AccessLevel);
/** Get Data Access Level.
* Access Level required
*/
public String getAccessLevel();
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
@ -155,19 +168,6 @@ public interface I_AD_Process
public org.compiere.model.I_AD_Workflow getAD_Workflow() throws RuntimeException;
/** Column name AccessLevel */
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
/** Set Data Access Level.
* Access Level required
*/
public void setAccessLevel (String AccessLevel);
/** Get Data Access Level.
* Access Level required
*/
public String getAccessLevel();
/** Column name AllowMultipleExecution */
public static final String COLUMNNAME_AllowMultipleExecution = "AllowMultipleExecution";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Process_Access
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Process_Access
{
@ -44,8 +44,8 @@ public interface I_AD_Process_Access
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_Process_Access
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

View File

@ -35,9 +35,9 @@ public interface I_AD_Process_DrillRule_Para
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
/** AccessLevel = 3 - Client - Org
/** AccessLevel = 6 - System - Client
*/
BigDecimal accessLevel = BigDecimal.valueOf(3);
BigDecimal accessLevel = BigDecimal.valueOf(6);
/** Load Meta Data */
@ -65,10 +65,10 @@ public interface I_AD_Process_DrillRule_Para
/** Column name AD_Process_DrillRule_ID */
public static final String COLUMNNAME_AD_Process_DrillRule_ID = "AD_Process_DrillRule_ID";
/** Set Process Drill Rule */
/** Set Drill Rule */
public void setAD_Process_DrillRule_ID (int AD_Process_DrillRule_ID);
/** Get Process Drill Rule */
/** Get Drill Rule */
public int getAD_Process_DrillRule_ID();
public org.compiere.model.I_AD_Process_DrillRule getAD_Process_DrillRule() throws RuntimeException;

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Process_Para
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_Process_Para
{
@ -44,8 +44,8 @@ public interface I_AD_Process_Para
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -83,12 +83,12 @@ public interface I_AD_Process_Para
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();
@ -312,13 +312,13 @@ public interface I_AD_Process_Para
/** Column name IsAutocomplete */
public static final String COLUMNNAME_IsAutocomplete = "IsAutocomplete";
/** Set Autocomplete.
* Automatic completion for textfields
/** Set Auto complete.
* Automatic completion for text fields
*/
public void setIsAutocomplete (boolean IsAutocomplete);
/** Get Autocomplete.
* Automatic completion for textfields
/** Get Auto complete.
* Automatic completion for text fields
*/
public boolean isAutocomplete();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_RecentItem
* @author iDempiere (generated)
* @version Release 9
* @version Release 10
*/
public interface I_AD_RecentItem
{
@ -44,8 +44,8 @@ public interface I_AD_RecentItem
/** Column name AD_Client_ID */
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
/** Get Client.
* Client/Tenant for this installation.
/** Get Tenant.
* Tenant for this installation.
*/
public int getAD_Client_ID();
@ -53,12 +53,12 @@ public interface I_AD_RecentItem
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";
/** Set Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public void setAD_Org_ID (int AD_Org_ID);
/** Get Organization.
* Organizational entity within client
* Organizational entity within tenant
*/
public int getAD_Org_ID();

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