Class X_AD_ImpFormat

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_ImpFormat
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_ImpFormat, I_Persistent, Evaluatee
Direct Known Subclasses:
MImpFormat

public class X_AD_ImpFormat extends PO implements I_AD_ImpFormat, I_Persistent
Generated Model for AD_ImpFormat
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

    • FORMATTYPE_AD_Reference_ID

      public static final int FORMATTYPE_AD_Reference_ID
      FormatType AD_Reference_ID=209
      See Also:
    • FORMATTYPE_CommaSeparated

      public static final String FORMATTYPE_CommaSeparated
      Comma Separated = C
      See Also:
    • FORMATTYPE_FixedPosition

      public static final String FORMATTYPE_FixedPosition
      Fixed Position = F
      See Also:
    • FORMATTYPE_TabSeparated

      public static final String FORMATTYPE_TabSeparated
      Tab Separated = T
      See Also:
    • FORMATTYPE_CustomSeparatorChar

      public static final String FORMATTYPE_CustomSeparatorChar
      Custom Separator Char = U
      See Also:
    • FORMATTYPE_XML

      public static final String FORMATTYPE_XML
      XML = X
      See Also:
  • Constructor Details

    • X_AD_ImpFormat

      public X_AD_ImpFormat(Properties ctx, int AD_ImpFormat_ID, String trxName)
      Standard Constructor
    • X_AD_ImpFormat

      public X_AD_ImpFormat(Properties ctx, int AD_ImpFormat_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_ImpFormat

      public X_AD_ImpFormat(Properties ctx, String AD_ImpFormat_UU, String trxName)
      Standard Constructor
    • X_AD_ImpFormat

      public X_AD_ImpFormat(Properties ctx, String AD_ImpFormat_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_ImpFormat

      public X_AD_ImpFormat(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:
      POInfo
    • toString

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

      public void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
      Set Import Format.
      Specified by:
      setAD_ImpFormat_ID in interface I_AD_ImpFormat
      Parameters:
      AD_ImpFormat_ID - Import Format
    • getAD_ImpFormat_ID

      public int getAD_ImpFormat_ID()
      Get Import Format.
      Specified by:
      getAD_ImpFormat_ID in interface I_AD_ImpFormat
      Returns:
      Import Format
    • setAD_ImpFormat_UU

      public void setAD_ImpFormat_UU(String AD_ImpFormat_UU)
      Set AD_ImpFormat_UU.
      Specified by:
      setAD_ImpFormat_UU in interface I_AD_ImpFormat
      Parameters:
      AD_ImpFormat_UU - AD_ImpFormat_UU
    • getAD_ImpFormat_UU

      public String getAD_ImpFormat_UU()
      Get AD_ImpFormat_UU.
      Specified by:
      getAD_ImpFormat_UU in interface I_AD_ImpFormat
      Returns:
      AD_ImpFormat_UU
    • getAD_Table

      public I_AD_Table getAD_Table() throws RuntimeException
      Specified by:
      getAD_Table in interface I_AD_ImpFormat
      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_ImpFormat
      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_ImpFormat
      Returns:
      Database Table information
    • setDescription

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

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

      public void setFormatType(String FormatType)
      Set Format.
      Specified by:
      setFormatType in interface I_AD_ImpFormat
      Parameters:
      FormatType - Format of the data
    • getFormatType

      public String getFormatType()
      Get Format.
      Specified by:
      getFormatType in interface I_AD_ImpFormat
      Returns:
      Format of the data
    • setName

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

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

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

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_AD_ImpFormat
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_AD_ImpFormat
      Returns:
      Process Now
    • setSeparatorChar

      public void setSeparatorChar(String SeparatorChar)
      Set Separator Character.
      Specified by:
      setSeparatorChar in interface I_AD_ImpFormat
      Parameters:
      SeparatorChar - Separator Character
    • getSeparatorChar

      public String getSeparatorChar()
      Get Separator Character.
      Specified by:
      getSeparatorChar in interface I_AD_ImpFormat
      Returns:
      Separator Character