java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SuplrEvalRspSupplier>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.supplierevaluationresponse.SuplrEvalRspSupplier

public class SuplrEvalRspSupplier extends VdmEntity<SuplrEvalRspSupplier>
Supplier

Original entity name from the Odata EDM: A_SuplrEvalRspSupplierType

  • Field Details

    • ALL_FIELDS

      public static final SuplrEvalRspSupplierSelectable ALL_FIELDS
      Selector for all available fields of SuplrEvalRspSupplier.
    • SUPLR_EVAL_RSP_PARTY_UUID

      public static final SuplrEvalRspSupplierField<UUID> SUPLR_EVAL_RSP_PARTY_UUID
      Use with available fluent helpers to apply the SuplrEvalRspPartyUUID field to query operations.
    • SUPLR_EVAL_RSP_UUID

      public static final SuplrEvalRspSupplierField<UUID> SUPLR_EVAL_RSP_UUID
      Use with available fluent helpers to apply the SuplrEvalRspUUID field to query operations.
    • BUSINESS_PARTNER

      public static final SuplrEvalRspSupplierField<String> BUSINESS_PARTNER
      Use with available fluent helpers to apply the BusinessPartner field to query operations.
  • Constructor Details

    • SuplrEvalRspSupplier

      public SuplrEvalRspSupplier()
    • SuplrEvalRspSupplier

      public SuplrEvalRspSupplier(@Nullable UUID suplrEvalRspPartyUUID, @Nullable UUID suplrEvalRspUUID, @Nullable String businessPartner)
  • Method Details

    • getType

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

      public void setSuplrEvalRspPartyUUID(@Nullable UUID suplrEvalRspPartyUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrEvalRspPartyUUID

      Parameters:
      suplrEvalRspPartyUUID - Evaluation Response Party UUID
    • setSuplrEvalRspUUID

      public void setSuplrEvalRspUUID(@Nullable UUID suplrEvalRspUUID)
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalRspUUID

      Parameters:
      suplrEvalRspUUID - Evaluation Response UUID
    • setBusinessPartner

      public void setBusinessPartner(@Nullable String businessPartner)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartner

      Parameters:
      businessPartner - Business Partner Number
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<SuplrEvalRspSupplier>
    • getKey

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

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

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

      @Nonnull public static <T> SuplrEvalRspSupplierField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> SuplrEvalRspSupplierField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<SuplrEvalRspSupplier>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<SuplrEvalRspSupplier>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<SuplrEvalRspSupplier>
    • getDefaultServicePath

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

      @Nonnull public static SuplrEvalRspSupplier.SuplrEvalRspSupplierBuilder builder()
    • getSuplrEvalRspPartyUUID

      @Nullable public UUID getSuplrEvalRspPartyUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrEvalRspPartyUUID

      Returns:
      Evaluation Response Party UUID
    • getSuplrEvalRspUUID

      @Nullable public UUID getSuplrEvalRspUUID()
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalRspUUID

      Returns:
      Evaluation Response UUID
    • getBusinessPartner

      @Nullable public String getBusinessPartner()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessPartner

      Returns:
      Business Partner Number
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<SuplrEvalRspSupplier>
    • equals

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

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

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<SuplrEvalRspSupplier>