java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<Fat_co_un>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.ctrcomplementarytabledatamaintenance.Fat_co_un
All Implemented Interfaces:
VdmEntitySet

public class Fat_co_un extends VdmEntity<Fat_co_un> implements VdmEntitySet
BR Measurement Unit Coefficien

Original entity name from the Odata EDM: fat_co_unType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Fat_co_un> getType()
      Specified by:
      getType in class VdmObject<Fat_co_un>
    • setCod_item

      public void setCod_item(@Nullable String cod_item)
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Parameters:
      cod_item - The cod_item to set.
    • setUnid_inv

      public void setUnid_inv(@Nullable String unid_inv)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: unid_inv

      Parameters:
      unid_inv - The unid_inv to set.
    • setUnid_conv

      public void setUnid_conv(@Nullable String unid_conv)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: unid_conv

      Parameters:
      unid_conv - The unid_conv to set.
    • setFat_conv

      public void setFat_conv(@Nullable BigDecimal fat_conv)
      (Key Field) Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: fat_conv

      Parameters:
      fat_conv - The fat_conv to set.
    • setCod_barra

      public void setCod_barra(@Nullable String cod_barra)
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: cod_barra

      Parameters:
      cod_barra - Bar code for the product's business unit, if any
    • set_Messages

      public void set_Messages(@Nullable Collection<SAP__Message> _Messages)
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Parameters:
      _Messages - The _Messages to set.
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<Fat_co_un>
    • getKey

      @Nonnull protected ODataEntityKey getKey()
      Overrides:
      getKey in class VdmObject<Fat_co_un>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<Fat_co_un>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<Fat_co_un>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<Fat_co_un>
    • builder

      @Nonnull public static Fat_co_un.Fat_co_unBuilder builder()
    • getCod_item

      @Nullable public String getCod_item()
      (Key Field) Constraints: Not nullable, Maximum length: 60

      Original property name from the Odata EDM: cod_item

      Returns:
      The cod_item contained in this VdmEntity.
    • getUnid_inv

      @Nullable public String getUnid_inv()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: unid_inv

      Returns:
      The unid_inv contained in this VdmEntity.
    • getUnid_conv

      @Nullable public String getUnid_conv()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: unid_conv

      Returns:
      The unid_conv contained in this VdmEntity.
    • getFat_conv

      @Nullable public BigDecimal getFat_conv()
      (Key Field) Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: fat_conv

      Returns:
      The fat_conv contained in this VdmEntity.
    • getCod_barra

      @Nullable public String getCod_barra()
      Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: cod_barra

      Returns:
      Bar code for the product's business unit, if any
    • get_Messages

      @Nullable public Collection<SAP__Message> get_Messages()
      Constraints: Not nullable

      Original property name from the Odata EDM: SAP__Messages

      Returns:
      The _Messages contained in this VdmEntity.
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<Fat_co_un>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<Fat_co_un>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<Fat_co_un>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<Fat_co_un>
    • getOdataType

      public String getOdataType()
      Specified by:
      getOdataType in class VdmObject<Fat_co_un>