generate model X_ classes for org.compiere.model package

This commit is contained in:
Carlos Ruiz 2009-09-16 01:20:29 +00:00
parent b99d20e12d
commit 6cb60422c1
1234 changed files with 12713 additions and 12776 deletions

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AccessLog
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_AccessLog
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Alert
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Alert
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AlertProcessor
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_AlertProcessor
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AlertProcessorLog
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_AlertProcessorLog
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AlertRecipient
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_AlertRecipient
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AlertRule
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_AlertRule
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Archive
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Archive
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Attachment
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Attachment
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_AttachmentNote
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_AttachmentNote
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Attribute
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Attribute
{

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ChangeLog
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ChangeLog
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Client
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Client
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ClientInfo
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ClientInfo
{
@ -227,6 +227,22 @@ public interface I_AD_ClientInfo
public I_C_Calendar getC_Calendar() throws RuntimeException;
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
/** Get Created.
* Date this record was created
*/
public Timestamp getCreated();
/** Column name CreatedBy */
public static final String COLUMNNAME_CreatedBy = "CreatedBy";
/** Get Created By.
* User who created this records
*/
public int getCreatedBy();
/** Column name C_UOM_Length_ID */
public static final String COLUMNNAME_C_UOM_Length_ID = "C_UOM_Length_ID";
@ -287,22 +303,6 @@ public interface I_AD_ClientInfo
public I_C_UOM getC_UOM_Weight() throws RuntimeException;
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";
/** Get Created.
* Date this record was created
*/
public Timestamp getCreated();
/** Column name CreatedBy */
public static final String COLUMNNAME_CreatedBy = "CreatedBy";
/** Get Created By.
* User who created this records
*/
public int getCreatedBy();
/** Column name IsActive */
public static final String COLUMNNAME_IsActive = "IsActive";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ClientShare
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ClientShare
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Color
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Color
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Column
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Column
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Column_Access
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Column_Access
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Desktop
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Desktop
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_DesktopWorkbench
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_DesktopWorkbench
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Document_Action_Access
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Document_Action_Access
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Element
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Element
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_EntityType
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_EntityType
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Error
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Error
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Field
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Field
{
@ -64,19 +64,6 @@ public interface I_AD_Field
public 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_FieldGroup_ID */
public static final String COLUMNNAME_AD_FieldGroup_ID = "AD_FieldGroup_ID";
@ -92,6 +79,19 @@ public interface I_AD_Field
public 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_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_FieldGroup
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_FieldGroup
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Find
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Find
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Form
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Form
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Form_Access
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Form_Access
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_HouseKeeping
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_HouseKeeping
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Image
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Image
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ImpFormat
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ImpFormat
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ImpFormat_Row
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ImpFormat_Row
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_InfoColumn
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_InfoColumn
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_InfoWindow
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_InfoWindow
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Issue
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Issue
{
@ -381,81 +381,6 @@ public interface I_AD_Issue
*/
public String getProfileInfo();
/** Column name R_IssueKnown_ID */
public static final String COLUMNNAME_R_IssueKnown_ID = "R_IssueKnown_ID";
/** Set Known Issue.
* Known Issue
*/
public void setR_IssueKnown_ID (int R_IssueKnown_ID);
/** Get Known Issue.
* Known Issue
*/
public int getR_IssueKnown_ID();
public I_R_IssueKnown getR_IssueKnown() throws RuntimeException;
/** Column name R_IssueProject_ID */
public static final String COLUMNNAME_R_IssueProject_ID = "R_IssueProject_ID";
/** Set Issue Project.
* Implementation Projects
*/
public void setR_IssueProject_ID (int R_IssueProject_ID);
/** Get Issue Project.
* Implementation Projects
*/
public int getR_IssueProject_ID();
public I_R_IssueProject getR_IssueProject() throws RuntimeException;
/** Column name R_IssueSystem_ID */
public static final String COLUMNNAME_R_IssueSystem_ID = "R_IssueSystem_ID";
/** Set Issue System.
* System creating the issue
*/
public void setR_IssueSystem_ID (int R_IssueSystem_ID);
/** Get Issue System.
* System creating the issue
*/
public int getR_IssueSystem_ID();
public I_R_IssueSystem getR_IssueSystem() throws RuntimeException;
/** Column name R_IssueUser_ID */
public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID";
/** Set IssueUser.
* User who reported issues
*/
public void setR_IssueUser_ID (int R_IssueUser_ID);
/** Get IssueUser.
* User who reported issues
*/
public int getR_IssueUser_ID();
public I_R_IssueUser getR_IssueUser() throws RuntimeException;
/** Column name R_Request_ID */
public static final String COLUMNNAME_R_Request_ID = "R_Request_ID";
/** Set Request.
* Request from a Business Partner or Prospect
*/
public void setR_Request_ID (int R_Request_ID);
/** Get Request.
* Request from a Business Partner or Prospect
*/
public int getR_Request_ID();
public I_R_Request getR_Request() throws RuntimeException;
/** Column name Record_ID */
public static final String COLUMNNAME_Record_ID = "Record_ID";
@ -547,6 +472,81 @@ public interface I_AD_Issue
*/
public String getResponseText();
/** Column name R_IssueKnown_ID */
public static final String COLUMNNAME_R_IssueKnown_ID = "R_IssueKnown_ID";
/** Set Known Issue.
* Known Issue
*/
public void setR_IssueKnown_ID (int R_IssueKnown_ID);
/** Get Known Issue.
* Known Issue
*/
public int getR_IssueKnown_ID();
public I_R_IssueKnown getR_IssueKnown() throws RuntimeException;
/** Column name R_IssueProject_ID */
public static final String COLUMNNAME_R_IssueProject_ID = "R_IssueProject_ID";
/** Set Issue Project.
* Implementation Projects
*/
public void setR_IssueProject_ID (int R_IssueProject_ID);
/** Get Issue Project.
* Implementation Projects
*/
public int getR_IssueProject_ID();
public I_R_IssueProject getR_IssueProject() throws RuntimeException;
/** Column name R_IssueSystem_ID */
public static final String COLUMNNAME_R_IssueSystem_ID = "R_IssueSystem_ID";
/** Set Issue System.
* System creating the issue
*/
public void setR_IssueSystem_ID (int R_IssueSystem_ID);
/** Get Issue System.
* System creating the issue
*/
public int getR_IssueSystem_ID();
public I_R_IssueSystem getR_IssueSystem() throws RuntimeException;
/** Column name R_IssueUser_ID */
public static final String COLUMNNAME_R_IssueUser_ID = "R_IssueUser_ID";
/** Set IssueUser.
* User who reported issues
*/
public void setR_IssueUser_ID (int R_IssueUser_ID);
/** Get IssueUser.
* User who reported issues
*/
public int getR_IssueUser_ID();
public I_R_IssueUser getR_IssueUser() throws RuntimeException;
/** Column name R_Request_ID */
public static final String COLUMNNAME_R_Request_ID = "R_Request_ID";
/** Set Request.
* Request from a Business Partner or Prospect
*/
public void setR_Request_ID (int R_Request_ID);
/** Get Request.
* Request from a Business Partner or Prospect
*/
public int getR_Request_ID();
public I_R_Request getR_Request() throws RuntimeException;
/** Column name SourceClassName */
public static final String COLUMNNAME_SourceClassName = "SourceClassName";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LabelPrinter
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_LabelPrinter
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LabelPrinterFunction
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_LabelPrinterFunction
{
@ -49,6 +49,19 @@ public interface I_AD_LabelPrinterFunction
*/
public int getAD_Client_ID();
/** Column name AD_LabelPrinterFunction_ID */
public static final String COLUMNNAME_AD_LabelPrinterFunction_ID = "AD_LabelPrinterFunction_ID";
/** Set Label printer Function.
* Function of Label Printer
*/
public void setAD_LabelPrinterFunction_ID (int AD_LabelPrinterFunction_ID);
/** Get Label printer Function.
* Function of Label Printer
*/
public int getAD_LabelPrinterFunction_ID();
/** Column name AD_LabelPrinter_ID */
public static final String COLUMNNAME_AD_LabelPrinter_ID = "AD_LabelPrinter_ID";
@ -64,19 +77,6 @@ public interface I_AD_LabelPrinterFunction
public I_AD_LabelPrinter getAD_LabelPrinter() throws RuntimeException;
/** Column name AD_LabelPrinterFunction_ID */
public static final String COLUMNNAME_AD_LabelPrinterFunction_ID = "AD_LabelPrinterFunction_ID";
/** Set Label printer Function.
* Function of Label Printer
*/
public void setAD_LabelPrinterFunction_ID (int AD_LabelPrinterFunction_ID);
/** Get Label printer Function.
* Function of Label Printer
*/
public int getAD_LabelPrinterFunction_ID();
/** Column name AD_Org_ID */
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Language
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Language
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LdapAccess
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_LdapAccess
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LdapProcessor
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_LdapProcessor
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_LdapProcessorLog
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_LdapProcessorLog
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Menu
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Menu
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Message
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Message
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_MigrationScript
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_MigrationScript
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ModelValidator
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ModelValidator
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Modification
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Modification
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Note
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Note
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Org
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Org
{
@ -68,12 +68,14 @@ public interface I_AD_Org
/** Set Replication Strategy.
* Data Replication Strategy
*/
public void setAD_ReplicationStrategy_ID (String AD_ReplicationStrategy_ID);
public void setAD_ReplicationStrategy_ID (int AD_ReplicationStrategy_ID);
/** Get Replication Strategy.
* Data Replication Strategy
*/
public String getAD_ReplicationStrategy_ID();
public int getAD_ReplicationStrategy_ID();
public I_AD_ReplicationStrategy getAD_ReplicationStrategy() throws RuntimeException;
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_OrgInfo
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_OrgInfo
{
@ -66,12 +66,12 @@ public interface I_AD_OrgInfo
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
/** Set Organization Type.
* Organization Type allows you to categorize your organizations
* Organization Type
*/
public void setAD_OrgType_ID (int AD_OrgType_ID);
/** Get Organization Type.
* Organization Type allows you to categorize your organizations
* Organization Type
*/
public int getAD_OrgType_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_OrgType
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_OrgType
{
@ -66,12 +66,12 @@ public interface I_AD_OrgType
public static final String COLUMNNAME_AD_OrgType_ID = "AD_OrgType_ID";
/** Set Organization Type.
* Organization Type allows you to categorize your organizations
* Organization Type
*/
public void setAD_OrgType_ID (int AD_OrgType_ID);
/** Get Organization Type.
* Organization Type allows you to categorize your organizations
* Organization Type
*/
public int getAD_OrgType_ID();

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PInstance
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PInstance
{

View File

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

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PInstance_Para
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PInstance_Para
{
@ -128,6 +128,15 @@ public interface I_AD_PInstance_Para
*/
public boolean isActive();
/** 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";
@ -206,15 +215,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 Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Package_Exp
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Exp_Common
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Package_Exp_Common
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Exp_Detail
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Package_Exp_Detail
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Package_Imp
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp_Backup
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Package_Imp_Backup
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp_Detail
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Package_Imp_Detail
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp_Inst
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Package_Imp_Inst
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Package_Imp_Proc
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Package_Imp_Proc
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Preference
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Preference
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintColor
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintColor
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintFont
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintFont
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintForm
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintForm
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintFormat
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintFormat
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintFormatItem
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintFormatItem
{
@ -107,21 +107,6 @@ public interface I_AD_PrintFormatItem
public I_AD_PrintFont getAD_PrintFont() 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 I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
/** Column name AD_PrintFormatChild_ID */
public static final String COLUMNNAME_AD_PrintFormatChild_ID = "AD_PrintFormatChild_ID";
@ -137,6 +122,21 @@ public interface I_AD_PrintFormatItem
public 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 I_AD_PrintFormat getAD_PrintFormat() throws RuntimeException;
/** Column name AD_PrintFormatItem_ID */
public static final String COLUMNNAME_AD_PrintFormatItem_ID = "AD_PrintFormatItem_ID";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintGraph
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintGraph
{
@ -106,21 +106,6 @@ public interface I_AD_PrintGraph
*/
public int getCreatedBy();
/** Column name Data_PrintFormatItem_ID */
public static final String COLUMNNAME_Data_PrintFormatItem_ID = "Data_PrintFormatItem_ID";
/** Set Data Column.
* Data Column for Pie and Line Charts
*/
public void setData_PrintFormatItem_ID (int Data_PrintFormatItem_ID);
/** Get Data Column.
* Data Column for Pie and Line Charts
*/
public int getData_PrintFormatItem_ID();
public I_AD_PrintFormatItem getData_PrintFormatItem() throws RuntimeException;
/** Column name Data1_PrintFormatItem_ID */
public static final String COLUMNNAME_Data1_PrintFormatItem_ID = "Data1_PrintFormatItem_ID";
@ -181,6 +166,21 @@ public interface I_AD_PrintGraph
public I_AD_PrintFormatItem getData4_PrintFormatItem() throws RuntimeException;
/** Column name Data_PrintFormatItem_ID */
public static final String COLUMNNAME_Data_PrintFormatItem_ID = "Data_PrintFormatItem_ID";
/** Set Data Column.
* Data Column for Pie and Line Charts
*/
public void setData_PrintFormatItem_ID (int Data_PrintFormatItem_ID);
/** Get Data Column.
* Data Column for Pie and Line Charts
*/
public int getData_PrintFormatItem_ID();
public I_AD_PrintFormatItem getData_PrintFormatItem() throws RuntimeException;
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintLabel
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintLabel
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintLabelLine
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintLabelLine
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintPaper
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintPaper
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_PrintTableFormat
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_PrintTableFormat
{
@ -158,21 +158,6 @@ public interface I_AD_PrintTableFormat
*/
public String getFooterRight();
/** Column name Funct_PrintFont_ID */
public static final String COLUMNNAME_Funct_PrintFont_ID = "Funct_PrintFont_ID";
/** Set Function Font.
* Function row Font
*/
public void setFunct_PrintFont_ID (int Funct_PrintFont_ID);
/** Get Function Font.
* Function row Font
*/
public int getFunct_PrintFont_ID();
public I_AD_PrintFont getFunct_PrintFont() throws RuntimeException;
/** Column name FunctBG_PrintColor_ID */
public static final String COLUMNNAME_FunctBG_PrintColor_ID = "FunctBG_PrintColor_ID";
@ -203,20 +188,20 @@ public interface I_AD_PrintTableFormat
public I_AD_PrintColor getFunctFG_PrintColor() throws RuntimeException;
/** Column name Hdr_PrintFont_ID */
public static final String COLUMNNAME_Hdr_PrintFont_ID = "Hdr_PrintFont_ID";
/** Column name Funct_PrintFont_ID */
public static final String COLUMNNAME_Funct_PrintFont_ID = "Funct_PrintFont_ID";
/** Set Header Row Font.
* Header row Font
/** Set Function Font.
* Function row Font
*/
public void setHdr_PrintFont_ID (int Hdr_PrintFont_ID);
public void setFunct_PrintFont_ID (int Funct_PrintFont_ID);
/** Get Header Row Font.
* Header row Font
/** Get Function Font.
* Function row Font
*/
public int getHdr_PrintFont_ID();
public int getFunct_PrintFont_ID();
public I_AD_PrintFont getHdr_PrintFont() throws RuntimeException;
public I_AD_PrintFont getFunct_PrintFont() throws RuntimeException;
/** Column name HdrLine_PrintColor_ID */
public static final String COLUMNNAME_HdrLine_PrintColor_ID = "HdrLine_PrintColor_ID";
@ -233,6 +218,21 @@ public interface I_AD_PrintTableFormat
public I_AD_PrintColor getHdrLine_PrintColor() throws RuntimeException;
/** Column name Hdr_PrintFont_ID */
public static final String COLUMNNAME_Hdr_PrintFont_ID = "Hdr_PrintFont_ID";
/** Set Header Row Font.
* Header row Font
*/
public void setHdr_PrintFont_ID (int Hdr_PrintFont_ID);
/** Get Header Row Font.
* Header row Font
*/
public int getHdr_PrintFont_ID();
public I_AD_PrintFont getHdr_PrintFont() throws RuntimeException;
/** Column name HdrStroke */
public static final String COLUMNNAME_HdrStroke = "HdrStroke";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Private_Access
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Private_Access
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Process
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Process
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Process_Access
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Process_Access
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Process_Para
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Process_Para
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Record_Access
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Record_Access
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Ref_List
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Ref_List
{
@ -62,19 +62,6 @@ public interface I_AD_Ref_List
*/
public int getAD_Org_ID();
/** Column name AD_Ref_List_ID */
public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID";
/** Set Reference List.
* Reference List based on Table
*/
public void setAD_Ref_List_ID (int AD_Ref_List_ID);
/** Get Reference List.
* Reference List based on Table
*/
public int getAD_Ref_List_ID();
/** Column name AD_Reference_ID */
public static final String COLUMNNAME_AD_Reference_ID = "AD_Reference_ID";
@ -90,6 +77,19 @@ public interface I_AD_Ref_List
public I_AD_Reference getAD_Reference() throws RuntimeException;
/** Column name AD_Ref_List_ID */
public static final String COLUMNNAME_AD_Ref_List_ID = "AD_Ref_List_ID";
/** Set Reference List.
* Reference List based on Table
*/
public void setAD_Ref_List_ID (int AD_Ref_List_ID);
/** Get Reference List.
* Reference List based on Table
*/
public int getAD_Ref_List_ID();
/** Column name Created */
public static final String COLUMNNAME_Created = "Created";

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Ref_Table
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Ref_Table
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Reference
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Reference
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Registration
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Registration
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Replication
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Replication
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ReplicationDocument
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ReplicationDocument
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ReplicationStrategy
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ReplicationStrategy
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ReplicationTable
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ReplicationTable
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Replication_Log
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Replication_Log
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Replication_Run
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Replication_Run
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ReportView
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ReportView
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_ReportView_Col
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_ReportView_Col
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Role
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Role
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Role_OrgAccess
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Role_OrgAccess
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Rule
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Rule
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Scheduler
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Scheduler
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_SchedulerLog
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_SchedulerLog
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_SchedulerRecipient
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_SchedulerRecipient
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Scheduler_Para
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Scheduler_Para
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_SearchDefinition
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_SearchDefinition
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Sequence
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Sequence
{

View File

@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
/** Generated Interface for AD_Sequence_Audit
* @author Adempiere (generated)
* @version Release 3.5.3a
* @version Release 3.5.4a
*/
public interface I_AD_Sequence_Audit
{

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