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

public class Part_alt extends VdmEntity<Part_alt> implements VdmEntitySet
BR Partners Change Log

Original entity name from the Odata EDM: part_altType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: data_alteracao

      Parameters:
      data_alteracao - The data_alteracao to set.
    • setCampo

      public void setCampo(@Nullable String campo)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: campo

      Parameters:
      campo - The campo to set.
    • setValor

      public void setValor(@Nullable String valor)
      Constraints: Not nullable, Maximum length: 255

      Original property name from the Odata EDM: valor

      Parameters:
      valor - The valor to set.
    • setNr_campo

      public void setNr_campo(@Nullable String nr_campo)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: nr_campo

      Parameters:
      nr_campo - Changed Field Number
    • setData_reporting

      public void setData_reporting(@Nullable String data_reporting)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: data_reporting

      Parameters:
      data_reporting - Register Date
    • 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<Part_alt>
    • getKey

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

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

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

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

      @Nonnull public static Part_alt.Part_altBuilder builder()
    • 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.
    • getData_alteracao

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

      Original property name from the Odata EDM: data_alteracao

      Returns:
      The data_alteracao contained in this VdmEntity.
    • getCampo

      @Nullable public String getCampo()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: campo

      Returns:
      The campo contained in this VdmEntity.
    • getValor

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

      Original property name from the Odata EDM: valor

      Returns:
      The valor contained in this VdmEntity.
    • getNr_campo

      @Nullable public String getNr_campo()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: nr_campo

      Returns:
      Changed Field Number
    • getData_reporting

      @Nullable public String getData_reporting()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: data_reporting

      Returns:
      Register Date
    • 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<Part_alt>
    • equals

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

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

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

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