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

public class CharcAttribSeldSetCodeT extends VdmEntity<CharcAttribSeldSetCodeT>
Characteristic Attribute Selected Set Code Texts

Original entity name from the Odata EDM: A_CharcAttribSeldSetCodeTType

  • Field Details

    • ALL_FIELDS

      public static final CharcAttribSeldSetCodeTSelectable ALL_FIELDS
      Selector for all available fields of CharcAttribSeldSetCodeT.
    • SELECTED_CODE_SET_PLANT

      public static final CharcAttribSeldSetCodeTField<String> SELECTED_CODE_SET_PLANT
      Use with available fluent helpers to apply the SelectedCodeSetPlant field to query operations.
    • SELECTED_CODE_SET

      public static final CharcAttribSeldSetCodeTField<String> SELECTED_CODE_SET
      Use with available fluent helpers to apply the SelectedCodeSet field to query operations.
    • CHARACTERISTIC_ATTRIBUTE_CODE_GRP

      public static final CharcAttribSeldSetCodeTField<String> CHARACTERISTIC_ATTRIBUTE_CODE_GRP
      Use with available fluent helpers to apply the CharacteristicAttributeCodeGrp field to query operations.
    • CHARACTERISTIC_ATTRIBUTE_CODE

      public static final CharcAttribSeldSetCodeTField<String> CHARACTERISTIC_ATTRIBUTE_CODE
      Use with available fluent helpers to apply the CharacteristicAttributeCode field to query operations.
    • LANGUAGE

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

      public static final CharcAttribSeldSetCodeTField<String> CHARACTERISTIC_ATTRIBUTE_CODE_TXT
      Use with available fluent helpers to apply the CharacteristicAttributeCodeTxt field to query operations.
  • Constructor Details

    • CharcAttribSeldSetCodeT

      public CharcAttribSeldSetCodeT()
    • CharcAttribSeldSetCodeT

      public CharcAttribSeldSetCodeT(@Nullable String selectedCodeSetPlant, @Nullable String selectedCodeSet, @Nullable String characteristicAttributeCodeGrp, @Nullable String characteristicAttributeCode, @Nullable String language, @Nullable String characteristicAttributeCodeTxt)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: SelectedCodeSetPlant

      Parameters:
      selectedCodeSetPlant - Plant
    • setSelectedCodeSet

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

      Original property name from the Odata EDM: SelectedCodeSet

      Parameters:
      selectedCodeSet - Selected Set
    • setCharacteristicAttributeCodeGrp

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

      Original property name from the Odata EDM: CharacteristicAttributeCodeGrp

      Parameters:
      characteristicAttributeCodeGrp - Code Group
    • setCharacteristicAttributeCode

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

      Original property name from the Odata EDM: CharacteristicAttributeCode

      Parameters:
      characteristicAttributeCode - Code
    • setLanguage

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

      Original property name from the Odata EDM: Language

      Parameters:
      language - Language Key
    • setCharacteristicAttributeCodeTxt

      public void setCharacteristicAttributeCodeTxt(@Nullable String characteristicAttributeCodeTxt)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CharacteristicAttributeCodeTxt

      Parameters:
      characteristicAttributeCodeTxt - Text for Code
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> CharcAttribSeldSetCodeTField<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> CharcAttribSeldSetCodeTField<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<CharcAttribSeldSetCodeT>
    • setServicePathForFetch

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

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

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

    • getSelectedCodeSetPlant

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

      Original property name from the Odata EDM: SelectedCodeSetPlant

      Returns:
      Plant
    • getSelectedCodeSet

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

      Original property name from the Odata EDM: SelectedCodeSet

      Returns:
      Selected Set
    • getCharacteristicAttributeCodeGrp

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

      Original property name from the Odata EDM: CharacteristicAttributeCodeGrp

      Returns:
      Code Group
    • getCharacteristicAttributeCode

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

      Original property name from the Odata EDM: CharacteristicAttributeCode

      Returns:
      Code
    • getLanguage

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

      Original property name from the Odata EDM: Language

      Returns:
      Language Key
    • getCharacteristicAttributeCodeTxt

      @Nullable public String getCharacteristicAttributeCodeTxt()
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: CharacteristicAttributeCodeTxt

      Returns:
      Text for Code
    • toString

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

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

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

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