|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_PrintFormat
public class X_AD_PrintFormat
Generated Model for AD_PrintFormat
| Field Summary | |
|---|---|
static int |
JASPERPROCESS_ID_AD_Reference_ID
JasperProcess_ID AD_Reference_ID=400 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_PrintFormat(Properties ctx,
int AD_PrintFormat_ID,
String trxName)
Standard Constructor |
|
X_AD_PrintFormat(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_PrintColor_ID()
Get Print Color. |
I_AD_PrintColor |
getAD_PrintColor()
|
int |
getAD_PrintFont_ID()
Get Print Font. |
I_AD_PrintFont |
getAD_PrintFont()
|
int |
getAD_PrintFormat_ID()
Get Print Format. |
int |
getAD_PrintPaper_ID()
Get Print Paper. |
I_AD_PrintPaper |
getAD_PrintPaper()
|
int |
getAD_PrintTableFormat_ID()
Get Print Table Format. |
I_AD_PrintTableFormat |
getAD_PrintTableFormat()
|
int |
getAD_ReportView_ID()
Get Report View. |
I_AD_ReportView |
getAD_ReportView()
|
int |
getAD_Table_ID()
Get Table. |
I_AD_Table |
getAD_Table()
|
String |
getArgs()
Get Args. |
String |
getClassName()
Get ClassName. |
String |
getCreateCopy()
Get Create Copy. |
String |
getDescription()
Get Description. |
int |
getFooterMargin()
Get Footer Margin. |
int |
getHeaderMargin()
Get Header Margin. |
int |
getJasperProcess_ID()
Get Jasper Process. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getPrinterName()
Get Printer Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isDefault()
Get Default. |
boolean |
isForm()
Get Form. |
boolean |
isStandardHeaderFooter()
Get Standard Header/Footer. |
boolean |
isTableBased()
Get Table Based. |
void |
setAD_PrintColor_ID(int AD_PrintColor_ID)
Set Print Color. |
void |
setAD_PrintFont_ID(int AD_PrintFont_ID)
Set Print Font. |
void |
setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. |
void |
setAD_PrintPaper_ID(int AD_PrintPaper_ID)
Set Print Paper. |
void |
setAD_PrintTableFormat_ID(int AD_PrintTableFormat_ID)
Set Print Table Format. |
void |
setAD_ReportView_ID(int AD_ReportView_ID)
Set Report View. |
void |
setAD_Table_ID(int AD_Table_ID)
Set Table. |
void |
setArgs(String Args)
Set Args. |
void |
setClassName(String ClassName)
Set ClassName. |
void |
setCreateCopy(String CreateCopy)
Set Create Copy. |
void |
setDescription(String Description)
Set Description. |
void |
setFooterMargin(int FooterMargin)
Set Footer Margin. |
void |
setHeaderMargin(int HeaderMargin)
Set Header Margin. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setIsForm(boolean IsForm)
Set Form. |
void |
setIsStandardHeaderFooter(boolean IsStandardHeaderFooter)
Set Standard Header/Footer. |
void |
setIsTableBased(boolean IsTableBased)
Set Table Based. |
void |
setJasperProcess_ID(int JasperProcess_ID)
Set Jasper Process. |
void |
setName(String Name)
Set Name. |
void |
setPrinterName(String PrinterName)
Set Printer Name. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int JASPERPROCESS_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_PrintFormat(Properties ctx,
int AD_PrintFormat_ID,
String trxName)
public X_AD_PrintFormat(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_AD_PrintColor getAD_PrintColor()
throws Exception
getAD_PrintColor in interface I_AD_PrintFormatExceptionpublic void setAD_PrintColor_ID(int AD_PrintColor_ID)
setAD_PrintColor_ID in interface I_AD_PrintFormatAD_PrintColor_ID - Color used for printing and displaypublic int getAD_PrintColor_ID()
getAD_PrintColor_ID in interface I_AD_PrintFormat
public I_AD_PrintFont getAD_PrintFont()
throws Exception
getAD_PrintFont in interface I_AD_PrintFormatExceptionpublic void setAD_PrintFont_ID(int AD_PrintFont_ID)
setAD_PrintFont_ID in interface I_AD_PrintFormatAD_PrintFont_ID - Maintain Print Fontpublic int getAD_PrintFont_ID()
getAD_PrintFont_ID in interface I_AD_PrintFormatpublic void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
setAD_PrintFormat_ID in interface I_AD_PrintFormatAD_PrintFormat_ID - Data Print Formatpublic int getAD_PrintFormat_ID()
getAD_PrintFormat_ID in interface I_AD_PrintFormat
public I_AD_PrintPaper getAD_PrintPaper()
throws Exception
getAD_PrintPaper in interface I_AD_PrintFormatExceptionpublic void setAD_PrintPaper_ID(int AD_PrintPaper_ID)
setAD_PrintPaper_ID in interface I_AD_PrintFormatAD_PrintPaper_ID - Printer paper definitionpublic int getAD_PrintPaper_ID()
getAD_PrintPaper_ID in interface I_AD_PrintFormat
public I_AD_PrintTableFormat getAD_PrintTableFormat()
throws Exception
getAD_PrintTableFormat in interface I_AD_PrintFormatExceptionpublic void setAD_PrintTableFormat_ID(int AD_PrintTableFormat_ID)
setAD_PrintTableFormat_ID in interface I_AD_PrintFormatAD_PrintTableFormat_ID - Table Format in Reportspublic int getAD_PrintTableFormat_ID()
getAD_PrintTableFormat_ID in interface I_AD_PrintFormat
public I_AD_ReportView getAD_ReportView()
throws Exception
getAD_ReportView in interface I_AD_PrintFormatExceptionpublic void setAD_ReportView_ID(int AD_ReportView_ID)
setAD_ReportView_ID in interface I_AD_PrintFormatAD_ReportView_ID - View used to generate this reportpublic int getAD_ReportView_ID()
getAD_ReportView_ID in interface I_AD_PrintFormat
public I_AD_Table getAD_Table()
throws Exception
getAD_Table in interface I_AD_PrintFormatExceptionpublic void setAD_Table_ID(int AD_Table_ID)
setAD_Table_ID in interface I_AD_PrintFormatAD_Table_ID - Database Table informationpublic int getAD_Table_ID()
getAD_Table_ID in interface I_AD_PrintFormatpublic void setArgs(String Args)
setArgs in interface I_AD_PrintFormatArgs - Argspublic String getArgs()
getArgs in interface I_AD_PrintFormatpublic void setClassName(String ClassName)
setClassName in interface I_AD_PrintFormatClassName - ClassNamepublic String getClassName()
getClassName in interface I_AD_PrintFormatpublic void setCreateCopy(String CreateCopy)
setCreateCopy in interface I_AD_PrintFormatCreateCopy - Create Copypublic String getCreateCopy()
getCreateCopy in interface I_AD_PrintFormatpublic void setDescription(String Description)
setDescription in interface I_AD_PrintFormatDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_PrintFormatpublic void setFooterMargin(int FooterMargin)
setFooterMargin in interface I_AD_PrintFormatFooterMargin - Margin of the Footer in 1/72 of an inchpublic int getFooterMargin()
getFooterMargin in interface I_AD_PrintFormatpublic void setHeaderMargin(int HeaderMargin)
setHeaderMargin in interface I_AD_PrintFormatHeaderMargin - Margin of the Header in 1/72 of an inchpublic int getHeaderMargin()
getHeaderMargin in interface I_AD_PrintFormatpublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_AD_PrintFormatIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_AD_PrintFormatpublic void setIsForm(boolean IsForm)
setIsForm in interface I_AD_PrintFormatIsForm - If Selected, a Form is printed, if not selected a columnar List reportpublic boolean isForm()
isForm in interface I_AD_PrintFormatpublic void setIsStandardHeaderFooter(boolean IsStandardHeaderFooter)
setIsStandardHeaderFooter in interface I_AD_PrintFormatIsStandardHeaderFooter - The standard Header and Footer is usedpublic boolean isStandardHeaderFooter()
isStandardHeaderFooter in interface I_AD_PrintFormatpublic void setIsTableBased(boolean IsTableBased)
setIsTableBased in interface I_AD_PrintFormatIsTableBased - Table based List Reportingpublic boolean isTableBased()
isTableBased in interface I_AD_PrintFormatpublic void setJasperProcess_ID(int JasperProcess_ID)
setJasperProcess_ID in interface I_AD_PrintFormatJasperProcess_ID - The Jasper Process used by the printengine if any process definedpublic int getJasperProcess_ID()
getJasperProcess_ID in interface I_AD_PrintFormatpublic void setName(String Name)
setName in interface I_AD_PrintFormatName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_PrintFormatpublic KeyNamePair getKeyNamePair()
public void setPrinterName(String PrinterName)
setPrinterName in interface I_AD_PrintFormatPrinterName - Name of the Printerpublic String getPrinterName()
getPrinterName in interface I_AD_PrintFormat
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||