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

public class Invent_cp extends VdmEntity<Invent_cp> implements VdmEntitySet
BR Inventory Complementary Da

Original entity name from the Odata EDM: invent_cpType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setEmpresa(@Nullable String empresa)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - The empresa to set.
    • setFilial

      public void setFilial(@Nullable String filial)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Parameters:
      filial - The filial to set.
    • 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.
    • setInd_prop

      public void setInd_prop(@Nullable String ind_prop)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_prop

      Parameters:
      ind_prop - The ind_prop to set.
    • setCod_part

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

      Original property name from the Odata EDM: cod_part

      Parameters:
      cod_part - The cod_part to set.
    • setDt_estoque

      public void setDt_estoque(@Nullable String dt_estoque)
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_estoque

      Parameters:
      dt_estoque - The dt_estoque to set.
    • setCst_icms

      public void setCst_icms(@Nullable String cst_icms)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: cst_icms

      Parameters:
      cst_icms - The cst_icms to set.
    • setBc_icms

      public void setBc_icms(@Nullable BigDecimal bc_icms)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: bc_icms

      Parameters:
      bc_icms - The bc_icms to set.
    • setVl_icms

      public void setVl_icms(@Nullable BigDecimal vl_icms)
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_icms

      Parameters:
      vl_icms - The vl_icms to set.
    • 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<Invent_cp>
    • getKey

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

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

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

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

      @Nonnull public static Invent_cp.Invent_cpBuilder builder()
    • getEmpresa

      @Nullable public String getEmpresa()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Returns:
      The empresa contained in this VdmEntity.
    • getFilial

      @Nullable public String getFilial()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Returns:
      The filial contained in this VdmEntity.
    • 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.
    • getInd_prop

      @Nullable public String getInd_prop()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: ind_prop

      Returns:
      The ind_prop contained in this VdmEntity.
    • getCod_part

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

      Original property name from the Odata EDM: cod_part

      Returns:
      The cod_part contained in this VdmEntity.
    • getDt_estoque

      @Nullable public String getDt_estoque()
      (Key Field) Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: dt_estoque

      Returns:
      The dt_estoque contained in this VdmEntity.
    • getCst_icms

      @Nullable public String getCst_icms()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: cst_icms

      Returns:
      The cst_icms contained in this VdmEntity.
    • getBc_icms

      @Nullable public BigDecimal getBc_icms()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: bc_icms

      Returns:
      The bc_icms contained in this VdmEntity.
    • getVl_icms

      @Nullable public BigDecimal getVl_icms()
      Constraints: Not nullable, Precision: 25, Scale: 6

      Original property name from the Odata EDM: vl_icms

      Returns:
      The vl_icms contained in this VdmEntity.
    • 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<Invent_cp>
    • equals

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

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

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

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