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

public class I_inf_st extends VdmEntity<I_inf_st> implements VdmEntitySet
BR NF Item ST Complement Info

Original entity name from the Odata EDM: i_inf_stType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setNf_id(@Nullable String nf_id)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: nf_id

      Parameters:
      nf_id - The nf_id to set.
    • setNum_item

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

      Original property name from the Odata EDM: num_item

      Parameters:
      num_item - The num_item to set.
    • setEmpresa

      public void setEmpresa(@Nullable String empresa)
      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)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Parameters:
      filial - The filial to set.
    • setBc_st_orig_dest

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

      Original property name from the Odata EDM: bc_st_orig_dest

      Parameters:
      bc_st_orig_dest - The bc_st_orig_dest to set.
    • setIcms_st_rep

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

      Original property name from the Odata EDM: icms_st_rep

      Parameters:
      icms_st_rep - The icms_st_rep to set.
    • setIcms_st_compl

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

      Original property name from the Odata EDM: icms_st_compl

      Parameters:
      icms_st_compl - The icms_st_compl to set.
    • setBc_ret

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

      Original property name from the Odata EDM: bc_ret

      Parameters:
      bc_ret - The bc_ret to set.
    • setIcms_ret

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

      Original property name from the Odata EDM: icms_ret

      Parameters:
      icms_ret - The icms_ret 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<I_inf_st>
    • getKey

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

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

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

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

      @Nonnull public static I_inf_st.I_inf_stBuilder builder()
    • getNf_id

      @Nullable public String getNf_id()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: nf_id

      Returns:
      The nf_id contained in this VdmEntity.
    • getNum_item

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

      Original property name from the Odata EDM: num_item

      Returns:
      The num_item contained in this VdmEntity.
    • getEmpresa

      @Nullable public String getEmpresa()
      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()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Returns:
      The filial contained in this VdmEntity.
    • getBc_st_orig_dest

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

      Original property name from the Odata EDM: bc_st_orig_dest

      Returns:
      The bc_st_orig_dest contained in this VdmEntity.
    • getIcms_st_rep

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

      Original property name from the Odata EDM: icms_st_rep

      Returns:
      The icms_st_rep contained in this VdmEntity.
    • getIcms_st_compl

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

      Original property name from the Odata EDM: icms_st_compl

      Returns:
      The icms_st_compl contained in this VdmEntity.
    • getBc_ret

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

      Original property name from the Odata EDM: bc_ret

      Returns:
      The bc_ret contained in this VdmEntity.
    • getIcms_ret

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

      Original property name from the Odata EDM: icms_ret

      Returns:
      The icms_ret 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<I_inf_st>
    • equals

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

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

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

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