Adempiere 3.5.2a

org.compiere.model
Interface I_AD_LabelPrinterFunction

All Known Implementing Classes:
X_AD_LabelPrinterFunction

public interface I_AD_LabelPrinterFunction

Generated Interface for AD_LabelPrinterFunction

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_LabelPrinter_ID
          Column name AD_LabelPrinter_ID
static String COLUMNNAME_AD_LabelPrinterFunction_ID
          Column name AD_LabelPrinterFunction_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_FunctionPrefix
          Column name FunctionPrefix
static String COLUMNNAME_FunctionSuffix
          Column name FunctionSuffix
static String COLUMNNAME_IsXYPosition
          Column name IsXYPosition
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_XYSeparator
          Column name XYSeparator
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=624
static String Table_Name
          TableName=AD_LabelPrinterFunction
 
Method Summary
 int getAD_LabelPrinter_ID()
          Get Label printer.
 I_AD_LabelPrinter getAD_LabelPrinter()
           
 int getAD_LabelPrinterFunction_ID()
          Get Label printer Function.
 String getDescription()
          Get Description.
 String getFunctionPrefix()
          Get Function Prefix.
 String getFunctionSuffix()
          Get Function Suffix.
 String getName()
          Get Name.
 String getXYSeparator()
          Get XY Separator.
 boolean isXYPosition()
          Get XY Position.
 void setAD_LabelPrinter_ID(int AD_LabelPrinter_ID)
          Set Label printer.
 void setAD_LabelPrinterFunction_ID(int AD_LabelPrinterFunction_ID)
          Set Label printer Function.
 void setDescription(String Description)
          Set Description.
 void setFunctionPrefix(String FunctionPrefix)
          Set Function Prefix.
 void setFunctionSuffix(String FunctionSuffix)
          Set Function Suffix.
 void setIsXYPosition(boolean IsXYPosition)
          Set XY Position.
 void setName(String Name)
          Set Name.
 void setXYSeparator(String XYSeparator)
          Set XY Separator.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_LabelPrinterFunction

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=624


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_LabelPrinterFunction_ID

static final String COLUMNNAME_AD_LabelPrinterFunction_ID
Column name AD_LabelPrinterFunction_ID

See Also:
Constant Field Values

COLUMNNAME_AD_LabelPrinter_ID

static final String COLUMNNAME_AD_LabelPrinter_ID
Column name AD_LabelPrinter_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_FunctionPrefix

static final String COLUMNNAME_FunctionPrefix
Column name FunctionPrefix

See Also:
Constant Field Values

COLUMNNAME_FunctionSuffix

static final String COLUMNNAME_FunctionSuffix
Column name FunctionSuffix

See Also:
Constant Field Values

COLUMNNAME_IsXYPosition

static final String COLUMNNAME_IsXYPosition
Column name IsXYPosition

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_XYSeparator

static final String COLUMNNAME_XYSeparator
Column name XYSeparator

See Also:
Constant Field Values
Method Detail

setAD_LabelPrinterFunction_ID

void setAD_LabelPrinterFunction_ID(int AD_LabelPrinterFunction_ID)
Set Label printer Function. Function of Label Printer


getAD_LabelPrinterFunction_ID

int getAD_LabelPrinterFunction_ID()
Get Label printer Function. Function of Label Printer


setAD_LabelPrinter_ID

void setAD_LabelPrinter_ID(int AD_LabelPrinter_ID)
Set Label printer. Label Printer Definition


getAD_LabelPrinter_ID

int getAD_LabelPrinter_ID()
Get Label printer. Label Printer Definition


getAD_LabelPrinter

I_AD_LabelPrinter getAD_LabelPrinter()
                                     throws Exception
Throws:
Exception

setDescription

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


getDescription

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


setFunctionPrefix

void setFunctionPrefix(String FunctionPrefix)
Set Function Prefix. Data sent before the function


getFunctionPrefix

String getFunctionPrefix()
Get Function Prefix. Data sent before the function


setFunctionSuffix

void setFunctionSuffix(String FunctionSuffix)
Set Function Suffix. Data sent after the function


getFunctionSuffix

String getFunctionSuffix()
Get Function Suffix. Data sent after the function


setIsXYPosition

void setIsXYPosition(boolean IsXYPosition)
Set XY Position. The Function is XY position


isXYPosition

boolean isXYPosition()
Get XY Position. The Function is XY position


setName

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


getName

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


setXYSeparator

void setXYSeparator(String XYSeparator)
Set XY Separator. The separator between the X and Y function.


getXYSeparator

String getXYSeparator()
Get XY Separator. The separator between the X and Y function.


Adempiere 3.5.2a

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