generate model X_ classes for org.compiere.model package
This commit is contained in:
parent
b99d20e12d
commit
6cb60422c1
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue