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

public class Nat_oper extends VdmEntity<Nat_oper> implements VdmEntitySet
BR Operation Purpose

Original entity name from the Odata EDM: nat_operType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: cod_nat

      Parameters:
      cod_nat - The cod_nat to set.
    • setVig_de

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

      Original property name from the Odata EDM: vig_de

      Parameters:
      vig_de - Valid From
    • setDescr_nat

      public void setDescr_nat(@Nullable String descr_nat)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: descr_nat

      Parameters:
      descr_nat - The descr_nat 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<Nat_oper>
    • getKey

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

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

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

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

      @Nonnull public static Nat_oper.Nat_operBuilder builder()
    • getCod_nat

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

      Original property name from the Odata EDM: cod_nat

      Returns:
      The cod_nat contained in this VdmEntity.
    • getVig_de

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

      Original property name from the Odata EDM: vig_de

      Returns:
      Valid From
    • getDescr_nat

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

      Original property name from the Odata EDM: descr_nat

      Returns:
      The descr_nat 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<Nat_oper>
    • equals

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

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

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

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