Package org.compiere.model
Interface I_AD_PrintFormat
-
- All Known Implementing Classes:
MPrintFormat,X_AD_PrintFormat
public interface I_AD_PrintFormatGenerated Interface for AD_PrintFormat- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 7 - System - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_PrintColor_IDColumn name AD_PrintColor_IDstatic StringCOLUMNNAME_AD_PrintFont_IDColumn name AD_PrintFont_IDstatic StringCOLUMNNAME_AD_PrintFormat_IDColumn name AD_PrintFormat_IDstatic StringCOLUMNNAME_AD_PrintFormat_UUColumn name AD_PrintFormat_UUstatic StringCOLUMNNAME_AD_PrintHeaderFooter_IDColumn name AD_PrintHeaderFooter_IDstatic StringCOLUMNNAME_AD_PrintPaper_IDColumn name AD_PrintPaper_IDstatic StringCOLUMNNAME_AD_PrintTableFormat_IDColumn name AD_PrintTableFormat_IDstatic StringCOLUMNNAME_AD_ReportView_IDColumn name AD_ReportView_IDstatic StringCOLUMNNAME_AD_Table_IDColumn name AD_Table_IDstatic StringCOLUMNNAME_AD_Window_IDColumn name AD_Window_IDstatic StringCOLUMNNAME_CreateCopyColumn name CreateCopystatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_FooterMarginColumn name FooterMarginstatic StringCOLUMNNAME_HeaderMarginColumn name HeaderMarginstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsBreakPagePerRecordColumn name IsBreakPagePerRecordstatic StringCOLUMNNAME_IsDefaultColumn name IsDefaultstatic StringCOLUMNNAME_IsFormColumn name IsFormstatic StringCOLUMNNAME_IsStandardHeaderFooterColumn name IsStandardHeaderFooterstatic StringCOLUMNNAME_IsTableBasedColumn name IsTableBasedstatic StringCOLUMNNAME_JasperProcess_IDColumn name JasperProcess_IDstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PrinterNameColumn name PrinterNamestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=493static StringTable_NameTableName=AD_PrintFormat
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_PrintColorgetAD_PrintColor()intgetAD_PrintColor_ID()Get Print Color.I_AD_PrintFontgetAD_PrintFont()intgetAD_PrintFont_ID()Get Print Font.intgetAD_PrintFormat_ID()Get Print Format.StringgetAD_PrintFormat_UU()Get AD_PrintFormat_UUI_AD_PrintHeaderFootergetAD_PrintHeaderFooter()intgetAD_PrintHeaderFooter_ID()Get Print Header/FooterI_AD_PrintPapergetAD_PrintPaper()intgetAD_PrintPaper_ID()Get Print Paper.I_AD_PrintTableFormatgetAD_PrintTableFormat()intgetAD_PrintTableFormat_ID()Get Print Table Format.I_AD_ReportViewgetAD_ReportView()intgetAD_ReportView_ID()Get Report View.I_AD_TablegetAD_Table()intgetAD_Table_ID()Get Table.I_AD_WindowgetAD_Window()intgetAD_Window_ID()Get Window.StringgetCreateCopy()Get Create CopyTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.intgetFooterMargin()Get Footer Margin.intgetHeaderMargin()Get Header Margin.I_AD_ProcessgetJasperProcess()intgetJasperProcess_ID()Get Jasper Process.StringgetName()Get Name.StringgetPrinterName()Get Printer Name.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisBreakPagePerRecord()Get Page break per record.booleanisDefault()Get Default.booleanisForm()Get Form.booleanisStandardHeaderFooter()Get Standard Header/Footer.booleanisTableBased()Get Table Based.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_PrintColor_ID(int AD_PrintColor_ID)Set Print Color.voidsetAD_PrintFont_ID(int AD_PrintFont_ID)Set Print Font.voidsetAD_PrintFormat_ID(int AD_PrintFormat_ID)Set Print Format.voidsetAD_PrintFormat_UU(String AD_PrintFormat_UU)Set AD_PrintFormat_UUvoidsetAD_PrintHeaderFooter_ID(int AD_PrintHeaderFooter_ID)Set Print Header/FootervoidsetAD_PrintPaper_ID(int AD_PrintPaper_ID)Set Print Paper.voidsetAD_PrintTableFormat_ID(int AD_PrintTableFormat_ID)Set Print Table Format.voidsetAD_ReportView_ID(int AD_ReportView_ID)Set Report View.voidsetAD_Table_ID(int AD_Table_ID)Set Table.voidsetAD_Window_ID(int AD_Window_ID)Set Window.voidsetCreateCopy(String CreateCopy)Set Create CopyvoidsetDescription(String Description)Set Description.voidsetFooterMargin(int FooterMargin)Set Footer Margin.voidsetHeaderMargin(int HeaderMargin)Set Header Margin.voidsetIsActive(boolean IsActive)Set Active.voidsetIsBreakPagePerRecord(boolean IsBreakPagePerRecord)Set Page break per record.voidsetIsDefault(boolean IsDefault)Set Default.voidsetIsForm(boolean IsForm)Set Form.voidsetIsStandardHeaderFooter(boolean IsStandardHeaderFooter)Set Standard Header/Footer.voidsetIsTableBased(boolean IsTableBased)Set Table Based.voidsetJasperProcess_ID(int JasperProcess_ID)Set Jasper Process.voidsetName(String Name)Set Name.voidsetPrinterName(String PrinterName)Set Printer Name.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_PrintFormat- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=493- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintColor_ID
static final String COLUMNNAME_AD_PrintColor_ID
Column name AD_PrintColor_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintFont_ID
static final String COLUMNNAME_AD_PrintFont_ID
Column name AD_PrintFont_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintFormat_ID
static final String COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintFormat_UU
static final String COLUMNNAME_AD_PrintFormat_UU
Column name AD_PrintFormat_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintHeaderFooter_ID
static final String COLUMNNAME_AD_PrintHeaderFooter_ID
Column name AD_PrintHeaderFooter_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintPaper_ID
static final String COLUMNNAME_AD_PrintPaper_ID
Column name AD_PrintPaper_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintTableFormat_ID
static final String COLUMNNAME_AD_PrintTableFormat_ID
Column name AD_PrintTableFormat_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_ReportView_ID
static final String COLUMNNAME_AD_ReportView_ID
Column name AD_ReportView_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Table_ID
static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Window_ID
static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
- Constant Field Values
-
COLUMNNAME_CreateCopy
static final String COLUMNNAME_CreateCopy
Column name CreateCopy- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_FooterMargin
static final String COLUMNNAME_FooterMargin
Column name FooterMargin- See Also:
- Constant Field Values
-
COLUMNNAME_HeaderMargin
static final String COLUMNNAME_HeaderMargin
Column name HeaderMargin- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsBreakPagePerRecord
static final String COLUMNNAME_IsBreakPagePerRecord
Column name IsBreakPagePerRecord- See Also:
- Constant Field Values
-
COLUMNNAME_IsDefault
static final String COLUMNNAME_IsDefault
Column name IsDefault- See Also:
- Constant Field Values
-
COLUMNNAME_IsForm
static final String COLUMNNAME_IsForm
Column name IsForm- See Also:
- Constant Field Values
-
COLUMNNAME_IsStandardHeaderFooter
static final String COLUMNNAME_IsStandardHeaderFooter
Column name IsStandardHeaderFooter- See Also:
- Constant Field Values
-
COLUMNNAME_IsTableBased
static final String COLUMNNAME_IsTableBased
Column name IsTableBased- See Also:
- Constant Field Values
-
COLUMNNAME_JasperProcess_ID
static final String COLUMNNAME_JasperProcess_ID
Column name JasperProcess_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PrinterName
static final String COLUMNNAME_PrinterName
Column name PrinterName- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_PrintColor_ID
void setAD_PrintColor_ID(int AD_PrintColor_ID)
Set Print Color. Color used for printing and display
-
getAD_PrintColor_ID
int getAD_PrintColor_ID()
Get Print Color. Color used for printing and display
-
getAD_PrintColor
I_AD_PrintColor getAD_PrintColor() throws RuntimeException
- Throws:
RuntimeException
-
setAD_PrintFont_ID
void setAD_PrintFont_ID(int AD_PrintFont_ID)
Set Print Font. Maintain Print Font
-
getAD_PrintFont_ID
int getAD_PrintFont_ID()
Get Print Font. Maintain Print Font
-
getAD_PrintFont
I_AD_PrintFont getAD_PrintFont() throws RuntimeException
- Throws:
RuntimeException
-
setAD_PrintFormat_ID
void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. Data Print Format
-
getAD_PrintFormat_ID
int getAD_PrintFormat_ID()
Get Print Format. Data Print Format
-
setAD_PrintFormat_UU
void setAD_PrintFormat_UU(String AD_PrintFormat_UU)
Set AD_PrintFormat_UU
-
getAD_PrintFormat_UU
String getAD_PrintFormat_UU()
Get AD_PrintFormat_UU
-
setAD_PrintHeaderFooter_ID
void setAD_PrintHeaderFooter_ID(int AD_PrintHeaderFooter_ID)
Set Print Header/Footer
-
getAD_PrintHeaderFooter_ID
int getAD_PrintHeaderFooter_ID()
Get Print Header/Footer
-
getAD_PrintHeaderFooter
I_AD_PrintHeaderFooter getAD_PrintHeaderFooter() throws RuntimeException
- Throws:
RuntimeException
-
setAD_PrintPaper_ID
void setAD_PrintPaper_ID(int AD_PrintPaper_ID)
Set Print Paper. Printer paper definition
-
getAD_PrintPaper_ID
int getAD_PrintPaper_ID()
Get Print Paper. Printer paper definition
-
getAD_PrintPaper
I_AD_PrintPaper getAD_PrintPaper() throws RuntimeException
- Throws:
RuntimeException
-
setAD_PrintTableFormat_ID
void setAD_PrintTableFormat_ID(int AD_PrintTableFormat_ID)
Set Print Table Format. Table Format in Reports
-
getAD_PrintTableFormat_ID
int getAD_PrintTableFormat_ID()
Get Print Table Format. Table Format in Reports
-
getAD_PrintTableFormat
I_AD_PrintTableFormat getAD_PrintTableFormat() throws RuntimeException
- Throws:
RuntimeException
-
setAD_ReportView_ID
void setAD_ReportView_ID(int AD_ReportView_ID)
Set Report View. View used to generate this report
-
getAD_ReportView_ID
int getAD_ReportView_ID()
Get Report View. View used to generate this report
-
getAD_ReportView
I_AD_ReportView getAD_ReportView() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Table_ID
void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information
-
getAD_Table_ID
int getAD_Table_ID()
Get Table. Database Table information
-
getAD_Table
I_AD_Table getAD_Table() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Window_ID
void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window
-
getAD_Window_ID
int getAD_Window_ID()
Get Window. Data entry or display window
-
getAD_Window
I_AD_Window getAD_Window() throws RuntimeException
- Throws:
RuntimeException
-
setCreateCopy
void setCreateCopy(String CreateCopy)
Set Create Copy
-
getCreateCopy
String getCreateCopy()
Get Create Copy
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setFooterMargin
void setFooterMargin(int FooterMargin)
Set Footer Margin. Margin of the Footer in 1/72 of an inch
-
getFooterMargin
int getFooterMargin()
Get Footer Margin. Margin of the Footer in 1/72 of an inch
-
setHeaderMargin
void setHeaderMargin(int HeaderMargin)
Set Header Margin. Margin of the Header in 1/72 of an inch
-
getHeaderMargin
int getHeaderMargin()
Get Header Margin. Margin of the Header in 1/72 of an inch
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsBreakPagePerRecord
void setIsBreakPagePerRecord(boolean IsBreakPagePerRecord)
Set Page break per record. Page Break after each record
-
isBreakPagePerRecord
boolean isBreakPagePerRecord()
Get Page break per record. Page Break after each record
-
setIsDefault
void setIsDefault(boolean IsDefault)
Set Default. Default value
-
isDefault
boolean isDefault()
Get Default. Default value
-
setIsForm
void setIsForm(boolean IsForm)
Set Form. If Selected, a Form is printed, if not selected a columnar List report
-
isForm
boolean isForm()
Get Form. If Selected, a Form is printed, if not selected a columnar List report
-
setIsStandardHeaderFooter
void setIsStandardHeaderFooter(boolean IsStandardHeaderFooter)
Set Standard Header/Footer. The standard Header and Footer is used
-
isStandardHeaderFooter
boolean isStandardHeaderFooter()
Get Standard Header/Footer. The standard Header and Footer is used
-
setIsTableBased
void setIsTableBased(boolean IsTableBased)
Set Table Based. Table based List Reporting
-
isTableBased
boolean isTableBased()
Get Table Based. Table based List Reporting
-
setJasperProcess_ID
void setJasperProcess_ID(int JasperProcess_ID)
Set Jasper Process. The Jasper Process used by the printengine if any process defined
-
getJasperProcess_ID
int getJasperProcess_ID()
Get Jasper Process. The Jasper Process used by the printengine if any process defined
-
getJasperProcess
I_AD_Process getJasperProcess() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPrinterName
void setPrinterName(String PrinterName)
Set Printer Name. Name of the Printer
-
getPrinterName
String getPrinterName()
Get Printer Name. Name of the Printer
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-