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

public class Mat_propr extends VdmEntity<Mat_propr> implements VdmEntitySet
BR Mat Vl f Service Provision

Original entity name from the Odata EDM: mat_proprType

  • Field Details

  • Constructor Details

  • Method Details

    • getType

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

      public void setEmpresa(@Nullable String empresa)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Parameters:
      empresa - Company Code
    • setFilial

      public void setFilial(@Nullable String filial)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Parameters:
      filial - Branch
    • setPer_apur

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

      Original property name from the Odata EDM: per_apur

      Parameters:
      per_apur - The per_apur to set.
    • setVl_mat_prop

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

      Original property name from the Odata EDM: vl_mat_prop

      Parameters:
      vl_mat_prop - Material value for service provision
    • 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<Mat_propr>
    • getKey

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

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

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

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

      @Nonnull public static Mat_propr.Mat_proprBuilder builder()
    • getEmpresa

      @Nullable public String getEmpresa()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: empresa

      Returns:
      Company Code
    • getFilial

      @Nullable public String getFilial()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: filial

      Returns:
      Branch
    • getPer_apur

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

      Original property name from the Odata EDM: per_apur

      Returns:
      The per_apur contained in this VdmEntity.
    • getVl_mat_prop

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

      Original property name from the Odata EDM: vl_mat_prop

      Returns:
      Material value for service provision
    • 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<Mat_propr>
    • equals

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

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

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

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