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

public class CharcAttribSeldCodeSet extends VdmEntity<CharcAttribSeldCodeSet>
Characteristic Attribute Selected Sets

Original entity name from the Odata EDM: A_CharcAttribSeldCodeSetType

  • Field Details

    • ALL_FIELDS

      public static final CharcAttribSeldCodeSetSelectable ALL_FIELDS
      Selector for all available fields of CharcAttribSeldCodeSet.
    • SELECTED_CODE_SET_PLANT

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

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

      public static final CharcAttribSeldCodeSetField<String> INSPECTION_SELECTED_SET_STATUS
      Use with available fluent helpers to apply the InspectionSelectedSetStatus field to query operations.
    • CHARC_ATTRIB_SELD_SET_CREATED_BY

      public static final CharcAttribSeldCodeSetField<String> CHARC_ATTRIB_SELD_SET_CREATED_BY
      Use with available fluent helpers to apply the CharcAttribSeldSetCreatedBy field to query operations.
    • CHARC_ATTRIB_SELD_SET_CRTED_ON

      public static final CharcAttribSeldCodeSetField<LocalDateTime> CHARC_ATTRIB_SELD_SET_CRTED_ON
      Use with available fluent helpers to apply the CharcAttribSeldSetCrtedOn field to query operations.
    • CHARC_ATTRIB_SELD_SET_LAST_CHGD_BY

      public static final CharcAttribSeldCodeSetField<String> CHARC_ATTRIB_SELD_SET_LAST_CHGD_BY
      Use with available fluent helpers to apply the CharcAttribSeldSetLastChgdBy field to query operations.
    • CHARC_ATTRIB_SELD_SET_LAST_CHGD_ON

      public static final CharcAttribSeldCodeSetField<LocalDateTime> CHARC_ATTRIB_SELD_SET_LAST_CHGD_ON
      Use with available fluent helpers to apply the CharcAttribSeldSetLastChgdOn field to query operations.
  • Constructor Details

    • CharcAttribSeldCodeSet

      public CharcAttribSeldCodeSet()
    • CharcAttribSeldCodeSet

      public CharcAttribSeldCodeSet(@Nullable String selectedCodeSetPlant, @Nullable String selectedCodeSet, @Nullable String inspectionSelectedSetStatus, @Nullable String charcAttribSeldSetCreatedBy, @Nullable LocalDateTime charcAttribSeldSetCrtedOn, @Nullable String charcAttribSeldSetLastChgdBy, @Nullable LocalDateTime charcAttribSeldSetLastChgdOn)
  • Method Details

    • getType

      @Nonnull public Class<CharcAttribSeldCodeSet> getType()
      Specified by:
      getType in class VdmObject<CharcAttribSeldCodeSet>
    • 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
    • setInspectionSelectedSetStatus

      public void setInspectionSelectedSetStatus(@Nullable String inspectionSelectedSetStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspectionSelectedSetStatus

      Parameters:
      inspectionSelectedSetStatus - Status of Master Record
    • setCharcAttribSeldSetCreatedBy

      public void setCharcAttribSeldSetCreatedBy(@Nullable String charcAttribSeldSetCreatedBy)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CharcAttribSeldSetCreatedBy

      Parameters:
      charcAttribSeldSetCreatedBy - Name of User Who Created the Data Record
    • setCharcAttribSeldSetCrtedOn

      public void setCharcAttribSeldSetCrtedOn(@Nullable LocalDateTime charcAttribSeldSetCrtedOn)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcAttribSeldSetCrtedOn

      Parameters:
      charcAttribSeldSetCrtedOn - System Date on Which Data Record Was Created
    • setCharcAttribSeldSetLastChgdBy

      public void setCharcAttribSeldSetLastChgdBy(@Nullable String charcAttribSeldSetLastChgdBy)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CharcAttribSeldSetLastChgdBy

      Parameters:
      charcAttribSeldSetLastChgdBy - Name of User Who Last Changed Data Record
    • setCharcAttribSeldSetLastChgdOn

      public void setCharcAttribSeldSetLastChgdOn(@Nullable LocalDateTime charcAttribSeldSetLastChgdOn)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcAttribSeldSetLastChgdOn

      Parameters:
      charcAttribSeldSetLastChgdOn - System Date on Which Data Record Was Changed
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> CharcAttribSeldCodeSetField<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> CharcAttribSeldCodeSetField<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<CharcAttribSeldCodeSet>
    • setServicePathForFetch

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

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

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

      @Nonnull public static CharcAttribSeldCodeSet.CharcAttribSeldCodeSetBuilder 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
    • getInspectionSelectedSetStatus

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

      Original property name from the Odata EDM: InspectionSelectedSetStatus

      Returns:
      Status of Master Record
    • getCharcAttribSeldSetCreatedBy

      @Nullable public String getCharcAttribSeldSetCreatedBy()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CharcAttribSeldSetCreatedBy

      Returns:
      Name of User Who Created the Data Record
    • getCharcAttribSeldSetCrtedOn

      @Nullable public LocalDateTime getCharcAttribSeldSetCrtedOn()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcAttribSeldSetCrtedOn

      Returns:
      System Date on Which Data Record Was Created
    • getCharcAttribSeldSetLastChgdBy

      @Nullable public String getCharcAttribSeldSetLastChgdBy()
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: CharcAttribSeldSetLastChgdBy

      Returns:
      Name of User Who Last Changed Data Record
    • getCharcAttribSeldSetLastChgdOn

      @Nullable public LocalDateTime getCharcAttribSeldSetLastChgdOn()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: CharcAttribSeldSetLastChgdOn

      Returns:
      System Date on Which Data Record Was Changed
    • toString

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

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

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

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