Class X_COF_M_ShipRegion

java.lang.Object
org.compiere.model.PO
org.brerp.base.model.X_COF_M_ShipRegion
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_COF_M_ShipRegion, I_Persistent, Evaluatee
Direct Known Subclasses:
MCOFMShipRegion

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

    • X_COF_M_ShipRegion

      public X_COF_M_ShipRegion(Properties ctx, int COF_M_ShipRegion_ID, String trxName)
      Standard Constructor
    • X_COF_M_ShipRegion

      public X_COF_M_ShipRegion(Properties ctx, int COF_M_ShipRegion_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_COF_M_ShipRegion

      public X_COF_M_ShipRegion(Properties ctx, String COF_M_ShipRegion_UU, String trxName)
      Standard Constructor
    • X_COF_M_ShipRegion

      public X_COF_M_ShipRegion(Properties ctx, String COF_M_ShipRegion_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_COF_M_ShipRegion

      public X_COF_M_ShipRegion(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:
      3 - Client - Org
    • 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
    • setCOF_M_ShipRegion_ID

      public void setCOF_M_ShipRegion_ID(int COF_M_ShipRegion_ID)
      Set Shipment Region.
      Specified by:
      setCOF_M_ShipRegion_ID in interface I_COF_M_ShipRegion
      Parameters:
      COF_M_ShipRegion_ID - Primary Key : Shipment Region
    • getCOF_M_ShipRegion_ID

      public int getCOF_M_ShipRegion_ID()
      Get Shipment Region.
      Specified by:
      getCOF_M_ShipRegion_ID in interface I_COF_M_ShipRegion
      Returns:
      Primary Key : Shipment Region
    • setCOF_M_ShipRegion_UU

      public void setCOF_M_ShipRegion_UU(String COF_M_ShipRegion_UU)
      Set COF_M_ShipRegion_UU.
      Specified by:
      setCOF_M_ShipRegion_UU in interface I_COF_M_ShipRegion
      Parameters:
      COF_M_ShipRegion_UU - COF_M_ShipRegion_UU
    • getCOF_M_ShipRegion_UU

      public String getCOF_M_ShipRegion_UU()
      Get COF_M_ShipRegion_UU.
      Specified by:
      getCOF_M_ShipRegion_UU in interface I_COF_M_ShipRegion
      Returns:
      COF_M_ShipRegion_UU
    • setCOF_SequenciaEntrega

      public void setCOF_SequenciaEntrega(int COF_SequenciaEntrega)
      Set Sequência de Entrega.
      Specified by:
      setCOF_SequenciaEntrega in interface I_COF_M_ShipRegion
      Parameters:
      COF_SequenciaEntrega - Sequência de Entrega
    • getCOF_SequenciaEntrega

      public int getCOF_SequenciaEntrega()
      Get Sequência de Entrega.
      Specified by:
      getCOF_SequenciaEntrega in interface I_COF_M_ShipRegion
      Returns:
      Sequência de Entrega
    • setDescription

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

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

      public void setIsDefault(boolean IsDefault)
      Set Default.
      Specified by:
      setIsDefault in interface I_COF_M_ShipRegion
      Parameters:
      IsDefault - Default value
    • isDefault

      public boolean isDefault()
      Get Default.
      Specified by:
      isDefault in interface I_COF_M_ShipRegion
      Returns:
      Default value
    • setName

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

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

      public void setValue(String Value)
      Set Search Key.
      Specified by:
      setValue in interface I_COF_M_ShipRegion
      Parameters:
      Value - Search key for the record in the format required - must be unique
    • getValue

      public String getValue()
      Get Search Key.
      Specified by:
      getValue in interface I_COF_M_ShipRegion
      Returns:
      Search key for the record in the format required - must be unique
    • setcof_PesoMaximo

      public void setcof_PesoMaximo(BigDecimal cof_PesoMaximo)
      Set Peso Máximo.
      Specified by:
      setcof_PesoMaximo in interface I_COF_M_ShipRegion
      Parameters:
      cof_PesoMaximo - Alocação máxima de peso para a Região de Entrega
    • getcof_PesoMaximo

      public BigDecimal getcof_PesoMaximo()
      Get Peso Máximo.
      Specified by:
      getcof_PesoMaximo in interface I_COF_M_ShipRegion
      Returns:
      Alocação máxima de peso para a Região de Entrega
    • setcof_VolumeMaximo

      public void setcof_VolumeMaximo(BigDecimal cof_VolumeMaximo)
      Set Volume Máximo.
      Specified by:
      setcof_VolumeMaximo in interface I_COF_M_ShipRegion
      Parameters:
      cof_VolumeMaximo - Alocação máxima de volume cubico para a Região de Entrega
    • getcof_VolumeMaximo

      public BigDecimal getcof_VolumeMaximo()
      Get Volume Máximo.
      Specified by:
      getcof_VolumeMaximo in interface I_COF_M_ShipRegion
      Returns:
      Alocação máxima de volume cubico para a Região de Entrega