Adempiere 3.5.2a

org.compiere.model
Interface I_AD_PrintTableFormat

All Known Implementing Classes:
MPrintTableFormat, X_AD_PrintTableFormat

public interface I_AD_PrintTableFormat

Generated Interface for AD_PrintTableFormat

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_PrintTableFormat_ID
          Column name AD_PrintTableFormat_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_FooterCenter
          Column name FooterCenter
static String COLUMNNAME_FooterLeft
          Column name FooterLeft
static String COLUMNNAME_FooterRight
          Column name FooterRight
static String COLUMNNAME_Funct_PrintFont_ID
          Column name Funct_PrintFont_ID
static String COLUMNNAME_FunctBG_PrintColor_ID
          Column name FunctBG_PrintColor_ID
static String COLUMNNAME_FunctFG_PrintColor_ID
          Column name FunctFG_PrintColor_ID
static String COLUMNNAME_Hdr_PrintFont_ID
          Column name Hdr_PrintFont_ID
static String COLUMNNAME_HdrLine_PrintColor_ID
          Column name HdrLine_PrintColor_ID
static String COLUMNNAME_HdrStroke
          Column name HdrStroke
static String COLUMNNAME_HdrStrokeType
          Column name HdrStrokeType
static String COLUMNNAME_HdrTextBG_PrintColor_ID
          Column name HdrTextBG_PrintColor_ID
static String COLUMNNAME_HdrTextFG_PrintColor_ID
          Column name HdrTextFG_PrintColor_ID
static String COLUMNNAME_HeaderCenter
          Column name HeaderCenter
static String COLUMNNAME_HeaderLeft
          Column name HeaderLeft
static String COLUMNNAME_HeaderRight
          Column name HeaderRight
static String COLUMNNAME_ImageIsAttached
          Column name ImageIsAttached
static String COLUMNNAME_ImageURL
          Column name ImageURL
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_IsPaintBoundaryLines
          Column name IsPaintBoundaryLines
static String COLUMNNAME_IsPaintHeaderLines
          Column name IsPaintHeaderLines
static String COLUMNNAME_IsPaintHLines
          Column name IsPaintHLines
static String COLUMNNAME_IsPaintVLines
          Column name IsPaintVLines
static String COLUMNNAME_IsPrintFunctionSymbols
          Column name IsPrintFunctionSymbols
static String COLUMNNAME_Line_PrintColor_ID
          Column name Line_PrintColor_ID
static String COLUMNNAME_LineStroke
          Column name LineStroke
static String COLUMNNAME_LineStrokeType
          Column name LineStrokeType
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=523
static String Table_Name
          TableName=AD_PrintTableFormat
 
Method Summary
 int getAD_PrintTableFormat_ID()
          Get Print Table Format.
 String getDescription()
          Get Description.
 String getFooterCenter()
          Get Footer Center.
 String getFooterLeft()
          Get Footer Left.
 String getFooterRight()
          Get Footer Right.
 int getFunct_PrintFont_ID()
          Get Function Font.
 int getFunctBG_PrintColor_ID()
          Get Function BG Color.
 int getFunctFG_PrintColor_ID()
          Get Function Color.
 int getHdr_PrintFont_ID()
          Get Header Row Font.
 int getHdrLine_PrintColor_ID()
          Get Header Line Color.
 BigDecimal getHdrStroke()
          Get Header Stroke.
 String getHdrStrokeType()
          Get Header Stroke Type.
 int getHdrTextBG_PrintColor_ID()
          Get Header Row BG Color.
 int getHdrTextFG_PrintColor_ID()
          Get Header Row Color.
 String getHeaderCenter()
          Get Header Center.
 String getHeaderLeft()
          Get Header Left.
 String getHeaderRight()
          Get Header Right.
 String getImageURL()
          Get Image URL.
 int getLine_PrintColor_ID()
          Get Line Color.
 BigDecimal getLineStroke()
          Get Line Stroke.
 String getLineStrokeType()
          Get Line Stroke Type.
 String getName()
          Get Name.
 boolean isDefault()
          Get Default.
 boolean isImageIsAttached()
          Get Image attached.
 boolean isPaintBoundaryLines()
          Get Paint Boundary Lines.
 boolean isPaintHeaderLines()
          Get Paint Header Lines.
 boolean isPaintHLines()
          Get Paint Horizontal Lines.
 boolean isPaintVLines()
          Get Paint Vertical Lines.
 boolean isPrintFunctionSymbols()
          Get Print Function Symbols.
 void setAD_PrintTableFormat_ID(int AD_PrintTableFormat_ID)
          Set Print Table Format.
 void setDescription(String Description)
          Set Description.
 void setFooterCenter(String FooterCenter)
          Set Footer Center.
 void setFooterLeft(String FooterLeft)
          Set Footer Left.
 void setFooterRight(String FooterRight)
          Set Footer Right.
 void setFunct_PrintFont_ID(int Funct_PrintFont_ID)
          Set Function Font.
 void setFunctBG_PrintColor_ID(int FunctBG_PrintColor_ID)
          Set Function BG Color.
 void setFunctFG_PrintColor_ID(int FunctFG_PrintColor_ID)
          Set Function Color.
 void setHdr_PrintFont_ID(int Hdr_PrintFont_ID)
          Set Header Row Font.
 void setHdrLine_PrintColor_ID(int HdrLine_PrintColor_ID)
          Set Header Line Color.
 void setHdrStroke(BigDecimal HdrStroke)
          Set Header Stroke.
 void setHdrStrokeType(String HdrStrokeType)
          Set Header Stroke Type.
 void setHdrTextBG_PrintColor_ID(int HdrTextBG_PrintColor_ID)
          Set Header Row BG Color.
 void setHdrTextFG_PrintColor_ID(int HdrTextFG_PrintColor_ID)
          Set Header Row Color.
 void setHeaderCenter(String HeaderCenter)
          Set Header Center.
 void setHeaderLeft(String HeaderLeft)
          Set Header Left.
 void setHeaderRight(String HeaderRight)
          Set Header Right.
 void setImageIsAttached(boolean ImageIsAttached)
          Set Image attached.
 void setImageURL(String ImageURL)
          Set Image URL.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setIsPaintBoundaryLines(boolean IsPaintBoundaryLines)
          Set Paint Boundary Lines.
 void setIsPaintHeaderLines(boolean IsPaintHeaderLines)
          Set Paint Header Lines.
 void setIsPaintHLines(boolean IsPaintHLines)
          Set Paint Horizontal Lines.
 void setIsPaintVLines(boolean IsPaintVLines)
          Set Paint Vertical Lines.
 void setIsPrintFunctionSymbols(boolean IsPrintFunctionSymbols)
          Set Print Function Symbols.
 void setLine_PrintColor_ID(int Line_PrintColor_ID)
          Set Line Color.
 void setLineStroke(BigDecimal LineStroke)
          Set Line Stroke.
 void setLineStrokeType(String LineStrokeType)
          Set Line Stroke Type.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_PrintTableFormat

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=523


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_PrintTableFormat_ID

static final String COLUMNNAME_AD_PrintTableFormat_ID
Column name AD_PrintTableFormat_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_FooterCenter

static final String COLUMNNAME_FooterCenter
Column name FooterCenter

See Also:
Constant Field Values

COLUMNNAME_FooterLeft

static final String COLUMNNAME_FooterLeft
Column name FooterLeft

See Also:
Constant Field Values

COLUMNNAME_FooterRight

static final String COLUMNNAME_FooterRight
Column name FooterRight

See Also:
Constant Field Values

COLUMNNAME_FunctBG_PrintColor_ID

static final String COLUMNNAME_FunctBG_PrintColor_ID
Column name FunctBG_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_FunctFG_PrintColor_ID

static final String COLUMNNAME_FunctFG_PrintColor_ID
Column name FunctFG_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_Funct_PrintFont_ID

static final String COLUMNNAME_Funct_PrintFont_ID
Column name Funct_PrintFont_ID

See Also:
Constant Field Values

COLUMNNAME_HdrLine_PrintColor_ID

static final String COLUMNNAME_HdrLine_PrintColor_ID
Column name HdrLine_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_Hdr_PrintFont_ID

static final String COLUMNNAME_Hdr_PrintFont_ID
Column name Hdr_PrintFont_ID

See Also:
Constant Field Values

COLUMNNAME_HdrStroke

static final String COLUMNNAME_HdrStroke
Column name HdrStroke

See Also:
Constant Field Values

COLUMNNAME_HdrStrokeType

static final String COLUMNNAME_HdrStrokeType
Column name HdrStrokeType

See Also:
Constant Field Values

COLUMNNAME_HdrTextBG_PrintColor_ID

static final String COLUMNNAME_HdrTextBG_PrintColor_ID
Column name HdrTextBG_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_HdrTextFG_PrintColor_ID

static final String COLUMNNAME_HdrTextFG_PrintColor_ID
Column name HdrTextFG_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_HeaderCenter

static final String COLUMNNAME_HeaderCenter
Column name HeaderCenter

See Also:
Constant Field Values

COLUMNNAME_HeaderLeft

static final String COLUMNNAME_HeaderLeft
Column name HeaderLeft

See Also:
Constant Field Values

COLUMNNAME_HeaderRight

static final String COLUMNNAME_HeaderRight
Column name HeaderRight

See Also:
Constant Field Values

COLUMNNAME_ImageIsAttached

static final String COLUMNNAME_ImageIsAttached
Column name ImageIsAttached

See Also:
Constant Field Values

COLUMNNAME_ImageURL

static final String COLUMNNAME_ImageURL
Column name ImageURL

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_IsPaintBoundaryLines

static final String COLUMNNAME_IsPaintBoundaryLines
Column name IsPaintBoundaryLines

See Also:
Constant Field Values

COLUMNNAME_IsPaintHeaderLines

static final String COLUMNNAME_IsPaintHeaderLines
Column name IsPaintHeaderLines

See Also:
Constant Field Values

COLUMNNAME_IsPaintHLines

static final String COLUMNNAME_IsPaintHLines
Column name IsPaintHLines

See Also:
Constant Field Values

COLUMNNAME_IsPaintVLines

static final String COLUMNNAME_IsPaintVLines
Column name IsPaintVLines

See Also:
Constant Field Values

COLUMNNAME_IsPrintFunctionSymbols

static final String COLUMNNAME_IsPrintFunctionSymbols
Column name IsPrintFunctionSymbols

See Also:
Constant Field Values

COLUMNNAME_Line_PrintColor_ID

static final String COLUMNNAME_Line_PrintColor_ID
Column name Line_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_LineStroke

static final String COLUMNNAME_LineStroke
Column name LineStroke

See Also:
Constant Field Values

COLUMNNAME_LineStrokeType

static final String COLUMNNAME_LineStrokeType
Column name LineStrokeType

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

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


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setFooterCenter

void setFooterCenter(String FooterCenter)
Set Footer Center. Content of the center portion of the footer.


getFooterCenter

String getFooterCenter()
Get Footer Center. Content of the center portion of the footer.


setFooterLeft

void setFooterLeft(String FooterLeft)
Set Footer Left. Content of the left portion of the footer.


getFooterLeft

String getFooterLeft()
Get Footer Left. Content of the left portion of the footer.


setFooterRight

void setFooterRight(String FooterRight)
Set Footer Right. Content of the right portion of the footer.


getFooterRight

String getFooterRight()
Get Footer Right. Content of the right portion of the footer.


setFunctBG_PrintColor_ID

void setFunctBG_PrintColor_ID(int FunctBG_PrintColor_ID)
Set Function BG Color. Function Background Color


getFunctBG_PrintColor_ID

int getFunctBG_PrintColor_ID()
Get Function BG Color. Function Background Color


setFunctFG_PrintColor_ID

void setFunctFG_PrintColor_ID(int FunctFG_PrintColor_ID)
Set Function Color. Function Foreground Color


getFunctFG_PrintColor_ID

int getFunctFG_PrintColor_ID()
Get Function Color. Function Foreground Color


setFunct_PrintFont_ID

void setFunct_PrintFont_ID(int Funct_PrintFont_ID)
Set Function Font. Function row Font


getFunct_PrintFont_ID

int getFunct_PrintFont_ID()
Get Function Font. Function row Font


setHdrLine_PrintColor_ID

void setHdrLine_PrintColor_ID(int HdrLine_PrintColor_ID)
Set Header Line Color. Table header row line color


getHdrLine_PrintColor_ID

int getHdrLine_PrintColor_ID()
Get Header Line Color. Table header row line color


setHdr_PrintFont_ID

void setHdr_PrintFont_ID(int Hdr_PrintFont_ID)
Set Header Row Font. Header row Font


getHdr_PrintFont_ID

int getHdr_PrintFont_ID()
Get Header Row Font. Header row Font


setHdrStroke

void setHdrStroke(BigDecimal HdrStroke)
Set Header Stroke. Width of the Header Line Stroke


getHdrStroke

BigDecimal getHdrStroke()
Get Header Stroke. Width of the Header Line Stroke


setHdrStrokeType

void setHdrStrokeType(String HdrStrokeType)
Set Header Stroke Type. Type of the Header Line Stroke


getHdrStrokeType

String getHdrStrokeType()
Get Header Stroke Type. Type of the Header Line Stroke


setHdrTextBG_PrintColor_ID

void setHdrTextBG_PrintColor_ID(int HdrTextBG_PrintColor_ID)
Set Header Row BG Color. Background color of header row


getHdrTextBG_PrintColor_ID

int getHdrTextBG_PrintColor_ID()
Get Header Row BG Color. Background color of header row


setHdrTextFG_PrintColor_ID

void setHdrTextFG_PrintColor_ID(int HdrTextFG_PrintColor_ID)
Set Header Row Color. Foreground color if the table header row


getHdrTextFG_PrintColor_ID

int getHdrTextFG_PrintColor_ID()
Get Header Row Color. Foreground color if the table header row


setHeaderCenter

void setHeaderCenter(String HeaderCenter)
Set Header Center. Content of the center portion of the header.


getHeaderCenter

String getHeaderCenter()
Get Header Center. Content of the center portion of the header.


setHeaderLeft

void setHeaderLeft(String HeaderLeft)
Set Header Left. Content of the left portion of the header.


getHeaderLeft

String getHeaderLeft()
Get Header Left. Content of the left portion of the header.


setHeaderRight

void setHeaderRight(String HeaderRight)
Set Header Right. Content of the right portion of the header.


getHeaderRight

String getHeaderRight()
Get Header Right. Content of the right portion of the header.


setImageIsAttached

void setImageIsAttached(boolean ImageIsAttached)
Set Image attached. The image to be printed is attached to the record


isImageIsAttached

boolean isImageIsAttached()
Get Image attached. The image to be printed is attached to the record


setImageURL

void setImageURL(String ImageURL)
Set Image URL. URL of image


getImageURL

String getImageURL()
Get Image URL. URL of image


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setIsPaintBoundaryLines

void setIsPaintBoundaryLines(boolean IsPaintBoundaryLines)
Set Paint Boundary Lines. Paint table boundary lines


isPaintBoundaryLines

boolean isPaintBoundaryLines()
Get Paint Boundary Lines. Paint table boundary lines


setIsPaintHeaderLines

void setIsPaintHeaderLines(boolean IsPaintHeaderLines)
Set Paint Header Lines. Paint Lines over/under the Header Line


isPaintHeaderLines

boolean isPaintHeaderLines()
Get Paint Header Lines. Paint Lines over/under the Header Line


setIsPaintHLines

void setIsPaintHLines(boolean IsPaintHLines)
Set Paint Horizontal Lines. Paint horizontal lines


isPaintHLines

boolean isPaintHLines()
Get Paint Horizontal Lines. Paint horizontal lines


setIsPaintVLines

void setIsPaintVLines(boolean IsPaintVLines)
Set Paint Vertical Lines. Paint vertical lines


isPaintVLines

boolean isPaintVLines()
Get Paint Vertical Lines. Paint vertical lines


setIsPrintFunctionSymbols

void setIsPrintFunctionSymbols(boolean IsPrintFunctionSymbols)
Set Print Function Symbols. Print Symbols for Functions (Sum, Average, Count)


isPrintFunctionSymbols

boolean isPrintFunctionSymbols()
Get Print Function Symbols. Print Symbols for Functions (Sum, Average, Count)


setLine_PrintColor_ID

void setLine_PrintColor_ID(int Line_PrintColor_ID)
Set Line Color. Table line color


getLine_PrintColor_ID

int getLine_PrintColor_ID()
Get Line Color. Table line color


setLineStroke

void setLineStroke(BigDecimal LineStroke)
Set Line Stroke. Width of the Line Stroke


getLineStroke

BigDecimal getLineStroke()
Get Line Stroke. Width of the Line Stroke


setLineStrokeType

void setLineStrokeType(String LineStrokeType)
Set Line Stroke Type. Type of the Line Stroke


getLineStrokeType

String getLineStrokeType()
Get Line Stroke Type. Type of the Line Stroke


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.