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

public class SuplrEvalRspLanguage extends VdmEntity<SuplrEvalRspLanguage>
Language

Original entity name from the Odata EDM: A_SuplrEvalRspLanguageType

  • Field Details

    • ALL_FIELDS

      public static final SuplrEvalRspLanguageSelectable ALL_FIELDS
      Selector for all available fields of SuplrEvalRspLanguage.
    • SUPLR_EVAL_RSP_LANGUAGE_UUID

      public static final SuplrEvalRspLanguageField<UUID> SUPLR_EVAL_RSP_LANGUAGE_UUID
      Use with available fluent helpers to apply the SuplrEvalRspLanguageUUID field to query operations.
    • SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID

      public static final SuplrEvalRspLanguageField<UUID> SUPLR_EVAL_RSP_QUESTIONNAIRE_UUID
      Use with available fluent helpers to apply the SuplrEvalRspQuestionnaireUUID field to query operations.
    • SUPLR_EVAL_RSP_UUID

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

      public static final SuplrEvalRspLanguageField<String> IS_MASTER_LANGUAGE
      Use with available fluent helpers to apply the IsMasterLanguage field to query operations.
    • IS_SELECTED_LANGUAGE

      public static final SuplrEvalRspLanguageField<String> IS_SELECTED_LANGUAGE
      Use with available fluent helpers to apply the IsSelectedLanguage field to query operations.
    • LANGUAGE

      public static final SuplrEvalRspLanguageField<String> LANGUAGE
      Use with available fluent helpers to apply the Language field to query operations.
  • Constructor Details

    • SuplrEvalRspLanguage

      public SuplrEvalRspLanguage()
    • SuplrEvalRspLanguage

      public SuplrEvalRspLanguage(@Nullable UUID suplrEvalRspLanguageUUID, @Nullable UUID suplrEvalRspQuestionnaireUUID, @Nullable UUID suplrEvalRspUUID, @Nullable String isMasterLanguage, @Nullable String isSelectedLanguage, @Nullable String language)
  • Method Details

    • getType

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

      public void setSuplrEvalRspLanguageUUID(@Nullable UUID suplrEvalRspLanguageUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: SuplrEvalRspLanguageUUID

      Parameters:
      suplrEvalRspLanguageUUID - Evaluation Response Language UUID
    • setSuplrEvalRspQuestionnaireUUID

      public void setSuplrEvalRspQuestionnaireUUID(@Nullable UUID suplrEvalRspQuestionnaireUUID)
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID

      Parameters:
      suplrEvalRspQuestionnaireUUID - Evaluation Response Questionnaire UUID
    • setSuplrEvalRspUUID

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

      Original property name from the Odata EDM: SuplrEvalRspUUID

      Parameters:
      suplrEvalRspUUID - Evaluation Response UUID
    • setIsMasterLanguage

      public void setIsMasterLanguage(@Nullable String isMasterLanguage)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: IsMasterLanguage

      Parameters:
      isMasterLanguage - Master Language
    • setIsSelectedLanguage

      public void setIsSelectedLanguage(@Nullable String isSelectedLanguage)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: IsSelectedLanguage

      Parameters:
      isSelectedLanguage - Selected Language
    • setLanguage

      public void setLanguage(@Nullable String language)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Parameters:
      language - Language
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SuplrEvalRspLanguageField<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> SuplrEvalRspLanguageField<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<SuplrEvalRspLanguage>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SuplrEvalRspLanguage.SuplrEvalRspLanguageBuilder builder()
    • getSuplrEvalRspLanguageUUID

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

      Original property name from the Odata EDM: SuplrEvalRspLanguageUUID

      Returns:
      Evaluation Response Language UUID
    • getSuplrEvalRspQuestionnaireUUID

      @Nullable public UUID getSuplrEvalRspQuestionnaireUUID()
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalRspQuestionnaireUUID

      Returns:
      Evaluation Response Questionnaire UUID
    • getSuplrEvalRspUUID

      @Nullable public UUID getSuplrEvalRspUUID()
      Constraints: none

      Original property name from the Odata EDM: SuplrEvalRspUUID

      Returns:
      Evaluation Response UUID
    • getIsMasterLanguage

      @Nullable public String getIsMasterLanguage()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: IsMasterLanguage

      Returns:
      Master Language
    • getIsSelectedLanguage

      @Nullable public String getIsSelectedLanguage()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: IsSelectedLanguage

      Returns:
      Selected Language
    • getLanguage

      @Nullable public String getLanguage()
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      Language
    • toString

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

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

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

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