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

public class Nf_codobs extends VdmEntity<Nf_codobs> implements VdmEntitySet
BR Assgn DIFAL Obs to a Given NF

Original entity name from the Odata EDM: nf_codobsType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

      @Nonnull public Class<Nf_codobs> getType()
      Specified by:
      getType in class VdmObject<Nf_codobs>
    • 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 - Nota Fiscal Id
    • setDifal

      public void setDifal(@Nullable Boolean difal)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: difal

      Parameters:
      difal - Difal Indicator
    • setCod_obs

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

      Original property name from the Odata EDM: cod_obs

      Parameters:
      cod_obs - Observation Code
    • 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 - Text
    • 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_codobs>
    • getKey

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

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

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

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

      @Nonnull public static Nf_codobs.Nf_codobsBuilder 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:
      Nota Fiscal Id
    • getDifal

      @Nullable public Boolean getDifal()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: difal

      Returns:
      Difal Indicator
    • getCod_obs

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

      Original property name from the Odata EDM: cod_obs

      Returns:
      Observation Code
    • getTxt_compl

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

      Original property name from the Odata EDM: txt_compl

      Returns:
      Text
    • 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_codobs>
    • equals

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

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

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

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