Interface I_COF_LabelField

All Known Implementing Classes:
MCOFLabelField, X_COF_LabelField

public interface I_COF_LabelField
Generated Interface for COF_LabelField
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

    • Table_Name

      static final String Table_Name
      TableName=COF_LabelField
      See Also:
    • Table_ID

      static final int Table_ID
      AD_Table_ID=1500529
    • Model

      static final KeyNamePair Model
    • accessLevel

      static final BigDecimal accessLevel
      AccessLevel = 3 - Client - Org
    • COLUMNNAME_AD_Client_ID

      static final String COLUMNNAME_AD_Client_ID
      Column name AD_Client_ID
      See Also:
    • COLUMNNAME_AD_Field_ID

      static final String COLUMNNAME_AD_Field_ID
      Column name AD_Field_ID
      See Also:
    • COLUMNNAME_AD_Org_ID

      static final String COLUMNNAME_AD_Org_ID
      Column name AD_Org_ID
      See Also:
    • COLUMNNAME_AD_Sequence_ID

      static final String COLUMNNAME_AD_Sequence_ID
      Column name AD_Sequence_ID
      See Also:
    • COLUMNNAME_COF_DecimalPlaces

      static final String COLUMNNAME_COF_DecimalPlaces
      Column name COF_DecimalPlaces
      See Also:
    • COLUMNNAME_COF_DefaultValue

      static final String COLUMNNAME_COF_DefaultValue
      Column name COF_DefaultValue
      See Also:
    • COLUMNNAME_COF_FinalPosition

      static final String COLUMNNAME_COF_FinalPosition
      Column name COF_FinalPosition
      See Also:
    • COLUMNNAME_COF_Identifier

      static final String COLUMNNAME_COF_Identifier
      Column name COF_Identifier
      See Also:
    • COLUMNNAME_COF_IsBarcodeCompose

      static final String COLUMNNAME_COF_IsBarcodeCompose
      Column name COF_IsBarcodeCompose
      See Also:
    • COLUMNNAME_COF_IsCustomAttributeInstance

      static final String COLUMNNAME_COF_IsCustomAttributeInstance
      Column name COF_IsCustomAttributeInstance
      See Also:
    • COLUMNNAME_COF_IsDefaultValue

      static final String COLUMNNAME_COF_IsDefaultValue
      Column name COF_IsDefaultValue
      See Also:
    • COLUMNNAME_COF_IsGenerationParameter

      static final String COLUMNNAME_COF_IsGenerationParameter
      Column name COF_IsGenerationParameter
      See Also:
    • COLUMNNAME_COF_LabelConfig_ID

      static final String COLUMNNAME_COF_LabelConfig_ID
      Column name COF_LabelConfig_ID
      See Also:
    • COLUMNNAME_COF_LabelField_ID

      static final String COLUMNNAME_COF_LabelField_ID
      Column name COF_LabelField_ID
      See Also:
    • COLUMNNAME_COF_LabelField_UU

      static final String COLUMNNAME_COF_LabelField_UU
      Column name COF_LabelField_UU
      See Also:
    • COLUMNNAME_COF_NumberDigits

      static final String COLUMNNAME_COF_NumberDigits
      Column name COF_NumberDigits
      See Also:
    • COLUMNNAME_COF_ProductBarcodeColumn_ID

      static final String COLUMNNAME_COF_ProductBarcodeColumn_ID
      Column name COF_ProductBarcodeColumn_ID
      See Also:
    • COLUMNNAME_COF_Sequence

      static final String COLUMNNAME_COF_Sequence
      Column name COF_Sequence
      See Also:
    • COLUMNNAME_COF_StartingPosition

      static final String COLUMNNAME_COF_StartingPosition
      Column name COF_StartingPosition
      See Also:
    • COLUMNNAME_Created

      static final String COLUMNNAME_Created
      Column name Created
      See Also:
    • COLUMNNAME_CreatedBy

      static final String COLUMNNAME_CreatedBy
      Column name CreatedBy
      See Also:
    • COLUMNNAME_DateFormat

      static final String COLUMNNAME_DateFormat
      Column name DateFormat
      See Also:
    • COLUMNNAME_IsActive

      static final String COLUMNNAME_IsActive
      Column name IsActive
      See Also:
    • COLUMNNAME_IsAutoSequence

      static final String COLUMNNAME_IsAutoSequence
      Column name IsAutoSequence
      See Also:
    • COLUMNNAME_M_Attribute_ID

      static final String COLUMNNAME_M_Attribute_ID
      Column name M_Attribute_ID
      See Also:
    • COLUMNNAME_Name

      static final String COLUMNNAME_Name
      Column name Name
      See Also:
    • COLUMNNAME_Updated

      static final String COLUMNNAME_Updated
      Column name Updated
      See Also:
    • COLUMNNAME_UpdatedBy

      static final String COLUMNNAME_UpdatedBy
      Column name UpdatedBy
      See Also:
    • COLUMNNAME_cof_Filler

      static final String COLUMNNAME_cof_Filler
      Column name cof_Filler
      See Also:
    • COLUMNNAME_cof_LeftAlign

      static final String COLUMNNAME_cof_LeftAlign
      Column name cof_LeftAlign
      See Also:
  • Method Details

    • getAD_Client_ID

      int getAD_Client_ID()
      Get Tenant. Tenant for this installation.
    • setAD_Field_ID

      void setAD_Field_ID(int AD_Field_ID)
      Set Field. Field on a database table
    • getAD_Field_ID

      int getAD_Field_ID()
      Get Field. Field on a database table
    • getAD_Field

      I_AD_Field getAD_Field() throws RuntimeException
      Throws:
      RuntimeException
    • setAD_Org_ID

      void setAD_Org_ID(int AD_Org_ID)
      Set Organization. Organizational entity within tenant
    • getAD_Org_ID

      int getAD_Org_ID()
      Get Organization. Organizational entity within tenant
    • setAD_Sequence_ID

      void setAD_Sequence_ID(int AD_Sequence_ID)
      Set Sequence. Document Sequence
    • getAD_Sequence_ID

      int getAD_Sequence_ID()
      Get Sequence. Document Sequence
    • getAD_Sequence

      I_AD_Sequence getAD_Sequence() throws RuntimeException
      Throws:
      RuntimeException
    • setCOF_DecimalPlaces

      void setCOF_DecimalPlaces(int COF_DecimalPlaces)
      Set Decimal Places
    • getCOF_DecimalPlaces

      int getCOF_DecimalPlaces()
      Get Decimal Places
    • setCOF_DefaultValue

      void setCOF_DefaultValue(String COF_DefaultValue)
      Set Default Value
    • getCOF_DefaultValue

      String getCOF_DefaultValue()
      Get Default Value
    • setCOF_FinalPosition

      void setCOF_FinalPosition(int COF_FinalPosition)
      Set Final Position
    • getCOF_FinalPosition

      int getCOF_FinalPosition()
      Get Final Position
    • setCOF_Identifier

      void setCOF_Identifier(String COF_Identifier)
      Set Identifier
    • getCOF_Identifier

      String getCOF_Identifier()
      Get Identifier
    • setCOF_IsBarcodeCompose

      void setCOF_IsBarcodeCompose(boolean COF_IsBarcodeCompose)
      Set Is Barcode Compose
    • isCOF_IsBarcodeCompose

      boolean isCOF_IsBarcodeCompose()
      Get Is Barcode Compose
    • setCOF_IsCustomAttributeInstance

      void setCOF_IsCustomAttributeInstance(boolean COF_IsCustomAttributeInstance)
      Set Is Custom Attribute Instance
    • isCOF_IsCustomAttributeInstance

      boolean isCOF_IsCustomAttributeInstance()
      Get Is Custom Attribute Instance
    • setCOF_IsDefaultValue

      void setCOF_IsDefaultValue(boolean COF_IsDefaultValue)
      Set has Default Value
    • isCOF_IsDefaultValue

      boolean isCOF_IsDefaultValue()
      Get has Default Value
    • setCOF_IsGenerationParameter

      void setCOF_IsGenerationParameter(boolean COF_IsGenerationParameter)
      Set Is Generation Parameter
    • isCOF_IsGenerationParameter

      boolean isCOF_IsGenerationParameter()
      Get Is Generation Parameter
    • setCOF_LabelConfig_ID

      void setCOF_LabelConfig_ID(int COF_LabelConfig_ID)
      Set Configuração de Etiqueta. Primary Key : Label Config
    • getCOF_LabelConfig_ID

      int getCOF_LabelConfig_ID()
      Get Configuração de Etiqueta. Primary Key : Label Config
    • getCOF_LabelConfig

      I_COF_LabelConfig getCOF_LabelConfig() throws RuntimeException
      Throws:
      RuntimeException
    • setCOF_LabelField_ID

      void setCOF_LabelField_ID(int COF_LabelField_ID)
      Set COF_LabelField_ID. Primary Key : Label Field
    • getCOF_LabelField_ID

      int getCOF_LabelField_ID()
      Get COF_LabelField_ID. Primary Key : Label Field
    • setCOF_LabelField_UU

      void setCOF_LabelField_UU(String COF_LabelField_UU)
      Set COF_LabelField_UU
    • getCOF_LabelField_UU

      String getCOF_LabelField_UU()
      Get COF_LabelField_UU
    • setCOF_NumberDigits

      void setCOF_NumberDigits(int COF_NumberDigits)
      Set Número de Digitos
    • getCOF_NumberDigits

      int getCOF_NumberDigits()
      Get Número de Digitos
    • setCOF_ProductBarcodeColumn_ID

      void setCOF_ProductBarcodeColumn_ID(int COF_ProductBarcodeColumn_ID)
      Set Product Barcode Column
    • getCOF_ProductBarcodeColumn_ID

      int getCOF_ProductBarcodeColumn_ID()
      Get Product Barcode Column
    • getCOF_ProductBarcodeColumn

      I_AD_Column getCOF_ProductBarcodeColumn() throws RuntimeException
      Throws:
      RuntimeException
    • setCOF_Sequence

      void setCOF_Sequence(int COF_Sequence)
      Set Sequence
    • getCOF_Sequence

      int getCOF_Sequence()
      Get Sequence
    • setCOF_StartingPosition

      void setCOF_StartingPosition(int COF_StartingPosition)
      Set Starting Position
    • getCOF_StartingPosition

      int getCOF_StartingPosition()
      Get Starting Position
    • getCreated

      Timestamp getCreated()
      Get Created. Date this record was created
    • getCreatedBy

      int getCreatedBy()
      Get Created By. User who created this records
    • setDateFormat

      void setDateFormat(String DateFormat)
      Set Date Format. Date format used in the input format
    • getDateFormat

      String getDateFormat()
      Get Date Format. Date format used in the input format
    • setIsActive

      void setIsActive(boolean IsActive)
      Set Active. The record is active in the system
    • isActive

      boolean isActive()
      Get Active. The record is active in the system
    • setIsAutoSequence

      void setIsAutoSequence(boolean IsAutoSequence)
      Set Auto numbering. Automatically assign the next number
    • isAutoSequence

      boolean isAutoSequence()
      Get Auto numbering. Automatically assign the next number
    • setM_Attribute_ID

      void setM_Attribute_ID(int M_Attribute_ID)
      Set Attribute. Product Attribute
    • getM_Attribute_ID

      int getM_Attribute_ID()
      Get Attribute. Product Attribute
    • getM_Attribute

      I_M_Attribute getM_Attribute() throws RuntimeException
      Throws:
      RuntimeException
    • setName

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

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

      Timestamp getUpdated()
      Get Updated. Date this record was updated
    • getUpdatedBy

      int getUpdatedBy()
      Get Updated By. User who updated this records
    • setcof_Filler

      void setcof_Filler(String cof_Filler)
      Set Filler
    • getcof_Filler

      String getcof_Filler()
      Get Filler
    • setcof_LeftAlign

      void setcof_LeftAlign(boolean cof_LeftAlign)
      Set Left Align
    • iscof_LeftAlign

      boolean iscof_LeftAlign()
      Get Left Align