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

public class InspSampleCharacteristic extends VdmEntity<InspSampleCharacteristic>
Inspection Characteristics of Inspection Points

Original entity name from the Odata EDM: A_InspSampleCharacteristicType

  • Field Details

    • ALL_FIELDS

      public static final InspSampleCharacteristicSelectable ALL_FIELDS
      Selector for all available fields of InspSampleCharacteristic.
    • INSPECTION_LOT

      public static final InspSampleCharacteristicField<String> INSPECTION_LOT
      Use with available fluent helpers to apply the InspectionLot field to query operations.
    • INSP_PLAN_OPERATION_INTERNAL_ID

      public static final InspSampleCharacteristicField<String> INSP_PLAN_OPERATION_INTERNAL_ID
      Use with available fluent helpers to apply the InspPlanOperationInternalID field to query operations.
    • INSPECTION_CHARACTERISTIC

      public static final InspSampleCharacteristicField<String> INSPECTION_CHARACTERISTIC
      Use with available fluent helpers to apply the InspectionCharacteristic field to query operations.
    • INSPECTION_SUBSET_INTERNAL_ID

      public static final InspSampleCharacteristicField<String> INSPECTION_SUBSET_INTERNAL_ID
      Use with available fluent helpers to apply the InspectionSubsetInternalID field to query operations.
    • INSPECTION_CHARACTERISTIC_STATUS

      public static final InspSampleCharacteristicField<String> INSPECTION_CHARACTERISTIC_STATUS
      Use with available fluent helpers to apply the InspectionCharacteristicStatus field to query operations.
    • QUALITY_CONTROL_CHART

      public static final InspSampleCharacteristicField<String> QUALITY_CONTROL_CHART
      Use with available fluent helpers to apply the QualityControlChart field to query operations.
    • INSP_SAMPLE_ACCEPTANCE_NUMBER

      public static final InspSampleCharacteristicField<Short> INSP_SAMPLE_ACCEPTANCE_NUMBER
      Use with available fluent helpers to apply the InspSampleAcceptanceNumber field to query operations.
    • INSP_SAMPLE_REJECTION_NUMBER

      public static final InspSampleCharacteristicField<Short> INSP_SAMPLE_REJECTION_NUMBER
      Use with available fluent helpers to apply the InspSampleRejectionNumber field to query operations.
    • INSP_SAMPLE_VALUATION_RULE

      public static final InspSampleCharacteristicField<String> INSP_SAMPLE_VALUATION_RULE
      Use with available fluent helpers to apply the InspSampleValuationRule field to query operations.
    • INSPECTION_SAMPLE_SIZE

      public static final InspSampleCharacteristicField<Integer> INSPECTION_SAMPLE_SIZE
      Use with available fluent helpers to apply the InspectionSampleSize field to query operations.
    • INSP_LOT_DYN_RULE_STAGE

      public static final InspSampleCharacteristicField<String> INSP_LOT_DYN_RULE_STAGE
      Use with available fluent helpers to apply the InspLotDynRuleStage field to query operations.
    • INSPECTION_SEVERITY

      public static final InspSampleCharacteristicField<String> INSPECTION_SEVERITY
      Use with available fluent helpers to apply the InspectionSeverity field to query operations.
    • INSP_SUBSET_CHARC_CREATION_DATE

      public static final InspSampleCharacteristicField<LocalDateTime> INSP_SUBSET_CHARC_CREATION_DATE
      Use with available fluent helpers to apply the InspSubsetCharcCreationDate field to query operations.
    • CHANGED_DATE_TIME

      public static final InspSampleCharacteristicField<ZonedDateTime> CHANGED_DATE_TIME
      Use with available fluent helpers to apply the ChangedDateTime field to query operations.
  • Constructor Details

    • InspSampleCharacteristic

      public InspSampleCharacteristic()
    • InspSampleCharacteristic

      public InspSampleCharacteristic(@Nullable String inspectionLot, @Nullable String inspPlanOperationInternalID, @Nullable String inspectionCharacteristic, @Nullable String inspectionSubsetInternalID, @Nullable String inspectionCharacteristicStatus, @Nullable String qualityControlChart, @Nullable Short inspSampleAcceptanceNumber, @Nullable Short inspSampleRejectionNumber, @Nullable String inspSampleValuationRule, @Nullable Integer inspectionSampleSize, @Nullable String inspLotDynRuleStage, @Nullable String inspectionSeverity, @Nullable LocalDateTime inspSubsetCharcCreationDate, @Nullable ZonedDateTime changedDateTime)
  • Method Details

    • getType

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

      public void setInspectionLot(@Nullable String inspectionLot)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: InspectionLot

      Parameters:
      inspectionLot - Inspection Lot Number
    • setInspPlanOperationInternalID

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

      Original property name from the Odata EDM: InspPlanOperationInternalID

      Parameters:
      inspPlanOperationInternalID - Current Node Number from Order Counter
    • setInspectionCharacteristic

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

      Original property name from the Odata EDM: InspectionCharacteristic

      Parameters:
      inspectionCharacteristic - Inspection Characteristic Number
    • setInspectionSubsetInternalID

      public void setInspectionSubsetInternalID(@Nullable String inspectionSubsetInternalID)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: InspectionSubsetInternalID

      Parameters:
      inspectionSubsetInternalID - Inspection Sample Number
    • setInspectionCharacteristicStatus

      public void setInspectionCharacteristicStatus(@Nullable String inspectionCharacteristicStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspectionCharacteristicStatus

      Parameters:
      inspectionCharacteristicStatus - Specification Record Status
    • setQualityControlChart

      public void setQualityControlChart(@Nullable String qualityControlChart)
      Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: QualityControlChart

      Parameters:
      qualityControlChart - Control Chart Number
    • setInspSampleAcceptanceNumber

      public void setInspSampleAcceptanceNumber(@Nullable Short inspSampleAcceptanceNumber)
      Constraints: none

      Original property name from the Odata EDM: InspSampleAcceptanceNumber

      Parameters:
      inspSampleAcceptanceNumber - Acceptance Number
    • setInspSampleRejectionNumber

      public void setInspSampleRejectionNumber(@Nullable Short inspSampleRejectionNumber)
      Constraints: none

      Original property name from the Odata EDM: InspSampleRejectionNumber

      Parameters:
      inspSampleRejectionNumber - Rejection Number
    • setInspSampleValuationRule

      public void setInspSampleValuationRule(@Nullable String inspSampleValuationRule)
      Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: InspSampleValuationRule

      Parameters:
      inspSampleValuationRule - Valuation Rule
    • setInspectionSampleSize

      public void setInspectionSampleSize(@Nullable Integer inspectionSampleSize)
      Constraints: none

      Original property name from the Odata EDM: InspectionSampleSize

      Parameters:
      inspectionSampleSize - Sample Size that Must Be Inspected
    • setInspLotDynRuleStage

      public void setInspLotDynRuleStage(@Nullable String inspLotDynRuleStage)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: InspLotDynRuleStage

      Parameters:
      inspLotDynRuleStage - Inspection Stage
    • setInspectionSeverity

      public void setInspectionSeverity(@Nullable String inspectionSeverity)
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: InspectionSeverity

      Parameters:
      inspectionSeverity - Inspection Severity
    • setInspSubsetCharcCreationDate

      public void setInspSubsetCharcCreationDate(@Nullable LocalDateTime inspSubsetCharcCreationDate)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: InspSubsetCharcCreationDate

      Parameters:
      inspSubsetCharcCreationDate - System Date on Which Data Record Was Created
    • setChangedDateTime

      public void setChangedDateTime(@Nullable ZonedDateTime changedDateTime)
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ChangedDateTime

      Parameters:
      changedDateTime - UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> InspSampleCharacteristicField<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> InspSampleCharacteristicField<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<InspSampleCharacteristic>
    • setServicePathForFetch

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

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

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

    • getInspectionLot

      @Nullable public String getInspectionLot()
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original property name from the Odata EDM: InspectionLot

      Returns:
      Inspection Lot Number
    • getInspPlanOperationInternalID

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

      Original property name from the Odata EDM: InspPlanOperationInternalID

      Returns:
      Current Node Number from Order Counter
    • getInspectionCharacteristic

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

      Original property name from the Odata EDM: InspectionCharacteristic

      Returns:
      Inspection Characteristic Number
    • getInspectionSubsetInternalID

      @Nullable public String getInspectionSubsetInternalID()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: InspectionSubsetInternalID

      Returns:
      Inspection Sample Number
    • getInspectionCharacteristicStatus

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

      Original property name from the Odata EDM: InspectionCharacteristicStatus

      Returns:
      Specification Record Status
    • getQualityControlChart

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

      Original property name from the Odata EDM: QualityControlChart

      Returns:
      Control Chart Number
    • getInspSampleAcceptanceNumber

      @Nullable public Short getInspSampleAcceptanceNumber()
      Constraints: none

      Original property name from the Odata EDM: InspSampleAcceptanceNumber

      Returns:
      Acceptance Number
    • getInspSampleRejectionNumber

      @Nullable public Short getInspSampleRejectionNumber()
      Constraints: none

      Original property name from the Odata EDM: InspSampleRejectionNumber

      Returns:
      Rejection Number
    • getInspSampleValuationRule

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

      Original property name from the Odata EDM: InspSampleValuationRule

      Returns:
      Valuation Rule
    • getInspectionSampleSize

      @Nullable public Integer getInspectionSampleSize()
      Constraints: none

      Original property name from the Odata EDM: InspectionSampleSize

      Returns:
      Sample Size that Must Be Inspected
    • getInspLotDynRuleStage

      @Nullable public String getInspLotDynRuleStage()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: InspLotDynRuleStage

      Returns:
      Inspection Stage
    • getInspectionSeverity

      @Nullable public String getInspectionSeverity()
      Constraints: Not nullable, Maximum length: 3

      Original property name from the Odata EDM: InspectionSeverity

      Returns:
      Inspection Severity
    • getInspSubsetCharcCreationDate

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

      Original property name from the Odata EDM: InspSubsetCharcCreationDate

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

      @Nullable public ZonedDateTime getChangedDateTime()
      Constraints: Not nullable, Precision: 0

      Original property name from the Odata EDM: ChangedDateTime

      Returns:
      UTC Time Stamp in Short Form (YYYYMMDDhhmmss)
    • toString

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

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

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

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