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

public class Nf_inf_co extends VdmEntity<Nf_inf_co> implements VdmEntitySet
BR NF Complementary Info

Original entity name from the Odata EDM: nf_inf_coType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Nf_inf_co> getType()
      Specified by:
      getType in class VdmObject<Nf_inf_co>
    • 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.
    • setTxt_substituido

      public void setTxt_substituido(@Nullable String txt_substituido)
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: txt_substituido

      Parameters:
      txt_substituido - The txt_substituido to set.
    • setTxt

      public void setTxt(@Nullable String txt)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: txt

      Parameters:
      txt - The txt to set.
    • setTxt_compl

      public void setTxt_compl(@Nullable String txt_compl)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: txt_compl

      Parameters:
      txt_compl - The txt_compl 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<Nf_inf_co>
    • getKey

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

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

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

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

      @Nonnull public static Nf_inf_co.Nf_inf_coBuilder 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.
    • getTxt_substituido

      @Nullable public String getTxt_substituido()
      (Key Field) Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: txt_substituido

      Returns:
      The txt_substituido contained in this VdmEntity.
    • getTxt

      @Nullable public String getTxt()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: txt

      Returns:
      The txt contained in this VdmEntity.
    • getTxt_compl

      @Nullable public String getTxt_compl()
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: txt_compl

      Returns:
      The txt_compl 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<Nf_inf_co>
    • equals

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

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

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

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