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

public class SuplrEvalSccrdSupplier extends VdmEntity<SuplrEvalSccrdSupplier>
Supplier

Original entity name from the Odata EDM: A_SuplrEvalSccrdSupplierType

  • Field Details

    • ALL_FIELDS

      public static final SuplrEvalSccrdSupplierSelectable ALL_FIELDS
      Selector for all available fields of SuplrEvalSccrdSupplier.
    • SUPLR_EVAL_SCORECARD_PTY_UUID

      public static final SuplrEvalSccrdSupplierField<UUID> SUPLR_EVAL_SCORECARD_PTY_UUID
      Use with available fluent helpers to apply the SuplrEvalScorecardPtyUUID field to query operations.
    • SUPLR_EVAL_SCORECARD_UUID

      public static final SuplrEvalSccrdSupplierField<UUID> SUPLR_EVAL_SCORECARD_UUID
      Use with available fluent helpers to apply the SuplrEvalScorecardUUID field to query operations.
    • BUSINESS_PARTNER

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

    • SuplrEvalSccrdSupplier

      public SuplrEvalSccrdSupplier()
    • SuplrEvalSccrdSupplier

      public SuplrEvalSccrdSupplier(@Nullable UUID suplrEvalScorecardPtyUUID, @Nullable UUID suplrEvalScorecardUUID, @Nullable String businessPartner)
  • Method Details

    • getType

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

      public void setSuplrEvalScorecardPtyUUID(@Nullable UUID suplrEvalScorecardPtyUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrEvalScorecardPtyUUID

      Parameters:
      suplrEvalScorecardPtyUUID - Evaluation Response Party UUID
    • setSuplrEvalScorecardUUID

      public void setSuplrEvalScorecardUUID(@Nullable UUID suplrEvalScorecardUUID)
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalScorecardUUID

      Parameters:
      suplrEvalScorecardUUID - Evaluation Scorecard 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<SuplrEvalSccrdSupplier>
    • getKey

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

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

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

      @Nonnull public static <T> SuplrEvalSccrdSupplierField<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> SuplrEvalSccrdSupplierField<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<SuplrEvalSccrdSupplier>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SuplrEvalSccrdSupplier.SuplrEvalSccrdSupplierBuilder builder()
    • getSuplrEvalScorecardPtyUUID

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

      Original property name from the Odata EDM: SuplrEvalScorecardPtyUUID

      Returns:
      Evaluation Response Party UUID
    • getSuplrEvalScorecardUUID

      @Nullable public UUID getSuplrEvalScorecardUUID()
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalScorecardUUID

      Returns:
      Evaluation Scorecard 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<SuplrEvalSccrdSupplier>
    • equals

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

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

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