Class X_AD_PrintLabel

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_PrintLabel
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_PrintLabel, I_Persistent, Evaluatee

public class X_AD_PrintLabel extends PO implements I_AD_PrintLabel, I_Persistent
Generated Model for AD_PrintLabel
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Constructor Details

    • X_AD_PrintLabel

      public X_AD_PrintLabel(Properties ctx, int AD_PrintLabel_ID, String trxName)
      Standard Constructor
    • X_AD_PrintLabel

      public X_AD_PrintLabel(Properties ctx, int AD_PrintLabel_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_PrintLabel

      public X_AD_PrintLabel(Properties ctx, String AD_PrintLabel_UU, String trxName)
      Standard Constructor
    • X_AD_PrintLabel

      public X_AD_PrintLabel(Properties ctx, String AD_PrintLabel_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_PrintLabel

      public X_AD_PrintLabel(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • 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:
      Meta data of PO
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • getAD_LabelPrinter

      public I_AD_LabelPrinter getAD_LabelPrinter() throws RuntimeException
      Specified by:
      getAD_LabelPrinter in interface I_AD_PrintLabel
      Throws:
      RuntimeException
    • setAD_LabelPrinter_ID

      public void setAD_LabelPrinter_ID(int AD_LabelPrinter_ID)
      Set Label printer.
      Specified by:
      setAD_LabelPrinter_ID in interface I_AD_PrintLabel
      Parameters:
      AD_LabelPrinter_ID - Label Printer Definition
    • getAD_LabelPrinter_ID

      public int getAD_LabelPrinter_ID()
      Get Label printer.
      Specified by:
      getAD_LabelPrinter_ID in interface I_AD_PrintLabel
      Returns:
      Label Printer Definition
    • setAD_PrintLabel_ID

      public void setAD_PrintLabel_ID(int AD_PrintLabel_ID)
      Set Print Label.
      Specified by:
      setAD_PrintLabel_ID in interface I_AD_PrintLabel
      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_PrintLabel
      Returns:
      Label Format to print
    • setAD_PrintLabel_UU

      public void setAD_PrintLabel_UU(String AD_PrintLabel_UU)
      Set AD_PrintLabel_UU.
      Specified by:
      setAD_PrintLabel_UU in interface I_AD_PrintLabel
      Parameters:
      AD_PrintLabel_UU - AD_PrintLabel_UU
    • getAD_PrintLabel_UU

      public String getAD_PrintLabel_UU()
      Get AD_PrintLabel_UU.
      Specified by:
      getAD_PrintLabel_UU in interface I_AD_PrintLabel
      Returns:
      AD_PrintLabel_UU
    • getAD_Table

      public I_AD_Table getAD_Table() throws RuntimeException
      Specified by:
      getAD_Table in interface I_AD_PrintLabel
      Throws:
      RuntimeException
    • setAD_Table_ID

      public void setAD_Table_ID(int AD_Table_ID)
      Set Table.
      Specified by:
      setAD_Table_ID in interface I_AD_PrintLabel
      Parameters:
      AD_Table_ID - Database Table information
    • getAD_Table_ID

      public int getAD_Table_ID()
      Get Table.
      Specified by:
      getAD_Table_ID in interface I_AD_PrintLabel
      Returns:
      Database Table information
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_AD_PrintLabel
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_AD_PrintLabel
      Returns:
      Optional short description of the record
    • setIsLandscape

      public void setIsLandscape(boolean IsLandscape)
      Set Landscape.
      Specified by:
      setIsLandscape in interface I_AD_PrintLabel
      Parameters:
      IsLandscape - Landscape orientation
    • isLandscape

      public boolean isLandscape()
      Get Landscape.
      Specified by:
      isLandscape in interface I_AD_PrintLabel
      Returns:
      Landscape orientation
    • setLabelHeight

      public void setLabelHeight(int LabelHeight)
      Set Label Height.
      Specified by:
      setLabelHeight in interface I_AD_PrintLabel
      Parameters:
      LabelHeight - Height of the label
    • getLabelHeight

      public int getLabelHeight()
      Get Label Height.
      Specified by:
      getLabelHeight in interface I_AD_PrintLabel
      Returns:
      Height of the label
    • setLabelWidth

      public void setLabelWidth(int LabelWidth)
      Set Label Width.
      Specified by:
      setLabelWidth in interface I_AD_PrintLabel
      Parameters:
      LabelWidth - Width of the Label
    • getLabelWidth

      public int getLabelWidth()
      Get Label Width.
      Specified by:
      getLabelWidth in interface I_AD_PrintLabel
      Returns:
      Width of the Label
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_AD_PrintLabel
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_AD_PrintLabel
      Returns:
      Alphanumeric identifier of the entity
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair
    • setPrinterName

      public void setPrinterName(String PrinterName)
      Set Printer Name.
      Specified by:
      setPrinterName in interface I_AD_PrintLabel
      Parameters:
      PrinterName - Name of the Printer
    • getPrinterName

      public String getPrinterName()
      Get Printer Name.
      Specified by:
      getPrinterName in interface I_AD_PrintLabel
      Returns:
      Name of the Printer