Adempiere 3.5.2a

org.compiere.model
Class X_AD_PrintLabelLine

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_PrintLabelLine
All Implemented Interfaces:
Serializable, Comparator, I_AD_PrintLabelLine, I_Persistent, Evaluatee

public class X_AD_PrintLabelLine
extends PO
implements I_AD_PrintLabelLine, I_Persistent

Generated Model for AD_PrintLabelLine

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int LABELFORMATTYPE_AD_Reference_ID
          LabelFormatType AD_Reference_ID=280
static String LABELFORMATTYPE_Field
          Field = F
static String LABELFORMATTYPE_Text
          Text = T
 
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
 
Fields inherited from interface org.compiere.model.I_AD_PrintLabelLine
accessLevel, COLUMNNAME_AD_Column_ID, COLUMNNAME_AD_LabelPrinterFunction_ID, COLUMNNAME_AD_PrintLabel_ID, COLUMNNAME_AD_PrintLabelLine_ID, COLUMNNAME_LabelFormatType, COLUMNNAME_Name, COLUMNNAME_PrintName, COLUMNNAME_SeqNo, COLUMNNAME_XPosition, COLUMNNAME_YPosition, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_PrintLabelLine(Properties ctx, int AD_PrintLabelLine_ID, String trxName)
          Standard Constructor
X_AD_PrintLabelLine(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAD_Column_ID()
          Get Column.
 I_AD_Column getAD_Column()
           
 int getAD_LabelPrinterFunction_ID()
          Get Label printer Function.
 I_AD_LabelPrinterFunction getAD_LabelPrinterFunction()
           
 int getAD_PrintLabel_ID()
          Get Print Label.
 I_AD_PrintLabel getAD_PrintLabel()
           
 int getAD_PrintLabelLine_ID()
          Get Print Label Line.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 String getLabelFormatType()
          Get Label Format Type.
 String getName()
          Get Name.
 String getPrintName()
          Get Print Text.
 int getSeqNo()
          Get Sequence.
 int getXPosition()
          Get X Position.
 int getYPosition()
          Get Y Position.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setAD_LabelPrinterFunction_ID(int AD_LabelPrinterFunction_ID)
          Set Label printer Function.
 void setAD_PrintLabel_ID(int AD_PrintLabel_ID)
          Set Print Label.
 void setAD_PrintLabelLine_ID(int AD_PrintLabelLine_ID)
          Set Print Label Line.
 void setLabelFormatType(String LabelFormatType)
          Set Label Format Type.
 void setName(String Name)
          Set Name.
 void setPrintName(String PrintName)
          Set Print Text.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setXPosition(int XPosition)
          Set X Position.
 void setYPosition(int YPosition)
          Set Y Position.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
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

LABELFORMATTYPE_AD_Reference_ID

public static final int LABELFORMATTYPE_AD_Reference_ID
LabelFormatType AD_Reference_ID=280

See Also:
Constant Field Values

LABELFORMATTYPE_Field

public static final String LABELFORMATTYPE_Field
Field = F

See Also:
Constant Field Values

LABELFORMATTYPE_Text

public static final String LABELFORMATTYPE_Text
Text = T

See Also:
Constant Field Values
Constructor Detail

X_AD_PrintLabelLine

public X_AD_PrintLabelLine(Properties ctx,
                           int AD_PrintLabelLine_ID,
                           String trxName)
Standard Constructor


X_AD_PrintLabelLine

public X_AD_PrintLabelLine(Properties ctx,
                           ResultSet rs,
                           String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
6 - System - Client

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

getAD_Column

public I_AD_Column getAD_Column()
                         throws Exception
Specified by:
getAD_Column in interface I_AD_PrintLabelLine
Throws:
Exception

setAD_Column_ID

public void setAD_Column_ID(int AD_Column_ID)
Set Column.

Specified by:
setAD_Column_ID in interface I_AD_PrintLabelLine
Parameters:
AD_Column_ID - Column in the table

getAD_Column_ID

public int getAD_Column_ID()
Get Column.

Specified by:
getAD_Column_ID in interface I_AD_PrintLabelLine
Returns:
Column in the table

getAD_LabelPrinterFunction

public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction()
                                                     throws Exception
Specified by:
getAD_LabelPrinterFunction in interface I_AD_PrintLabelLine
Throws:
Exception

setAD_LabelPrinterFunction_ID

public void setAD_LabelPrinterFunction_ID(int AD_LabelPrinterFunction_ID)
Set Label printer Function.

Specified by:
setAD_LabelPrinterFunction_ID in interface I_AD_PrintLabelLine
Parameters:
AD_LabelPrinterFunction_ID - Function of Label Printer

getAD_LabelPrinterFunction_ID

public int getAD_LabelPrinterFunction_ID()
Get Label printer Function.

Specified by:
getAD_LabelPrinterFunction_ID in interface I_AD_PrintLabelLine
Returns:
Function of Label Printer

getAD_PrintLabel

public I_AD_PrintLabel getAD_PrintLabel()
                                 throws Exception
Specified by:
getAD_PrintLabel in interface I_AD_PrintLabelLine
Throws:
Exception

setAD_PrintLabel_ID

public void setAD_PrintLabel_ID(int AD_PrintLabel_ID)
Set Print Label.

Specified by:
setAD_PrintLabel_ID in interface I_AD_PrintLabelLine
Parameters:
AD_PrintLabel_ID - Label Format to print

getAD_PrintLabel_ID

public int getAD_PrintLabel_ID()
Get Print Label.

Specified by:
getAD_PrintLabel_ID in interface I_AD_PrintLabelLine
Returns:
Label Format to print

setAD_PrintLabelLine_ID

public void setAD_PrintLabelLine_ID(int AD_PrintLabelLine_ID)
Set Print Label Line.

Specified by:
setAD_PrintLabelLine_ID in interface I_AD_PrintLabelLine
Parameters:
AD_PrintLabelLine_ID - Print Label Line Format

getAD_PrintLabelLine_ID

public int getAD_PrintLabelLine_ID()
Get Print Label Line.

Specified by:
getAD_PrintLabelLine_ID in interface I_AD_PrintLabelLine
Returns:
Print Label Line Format

setLabelFormatType

public void setLabelFormatType(String LabelFormatType)
Set Label Format Type.

Specified by:
setLabelFormatType in interface I_AD_PrintLabelLine
Parameters:
LabelFormatType - Label Format Type

getLabelFormatType

public String getLabelFormatType()
Get Label Format Type.

Specified by:
getLabelFormatType in interface I_AD_PrintLabelLine
Returns:
Label Format Type

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_AD_PrintLabelLine
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_AD_PrintLabelLine
Returns:
Alphanumeric identifier of the entity

setPrintName

public void setPrintName(String PrintName)
Set Print Text.

Specified by:
setPrintName in interface I_AD_PrintLabelLine
Parameters:
PrintName - The label text to be printed on a document or correspondence.

getPrintName

public String getPrintName()
Get Print Text.

Specified by:
getPrintName in interface I_AD_PrintLabelLine
Returns:
The label text to be printed on a document or correspondence.

setSeqNo

public void setSeqNo(int SeqNo)
Set Sequence.

Specified by:
setSeqNo in interface I_AD_PrintLabelLine
Parameters:
SeqNo - Method of ordering records; lowest number comes first

getSeqNo

public int getSeqNo()
Get Sequence.

Specified by:
getSeqNo in interface I_AD_PrintLabelLine
Returns:
Method of ordering records; lowest number comes first

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setXPosition

public void setXPosition(int XPosition)
Set X Position.

Specified by:
setXPosition in interface I_AD_PrintLabelLine
Parameters:
XPosition - Absolute X (horizontal) position in 1/72 of an inch

getXPosition

public int getXPosition()
Get X Position.

Specified by:
getXPosition in interface I_AD_PrintLabelLine
Returns:
Absolute X (horizontal) position in 1/72 of an inch

setYPosition

public void setYPosition(int YPosition)
Set Y Position.

Specified by:
setYPosition in interface I_AD_PrintLabelLine
Parameters:
YPosition - Absolute Y (vertical) position in 1/72 of an inch

getYPosition

public int getYPosition()
Get Y Position.

Specified by:
getYPosition in interface I_AD_PrintLabelLine
Returns:
Absolute Y (vertical) position in 1/72 of an inch

Adempiere 3.5.2a

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