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

public class InspectionLotWithStatus extends VdmEntity<InspectionLotWithStatus>
Inspection Lot Statuses

Original entity name from the Odata EDM: A_InspectionLotWithStatusType

  • Field Details

    • ALL_FIELDS

      public static final InspectionLotWithStatusSelectable ALL_FIELDS
      Selector for all available fields of InspectionLotWithStatus.
    • INSPECTION_LOT

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

      public static final InspectionLotWithStatusField<String> INSPECTION_LOT_STATUS_CREATED
      Use with available fluent helpers to apply the InspectionLotStatusCreated field to query operations.
    • INSPECTION_LOT_STATUS_RELEASED

      public static final InspectionLotWithStatusField<String> INSPECTION_LOT_STATUS_RELEASED
      Use with available fluent helpers to apply the InspectionLotStatusReleased field to query operations.
    • INSPECTION_LOT_STATUS_SKIP

      public static final InspectionLotWithStatusField<String> INSPECTION_LOT_STATUS_SKIP
      Use with available fluent helpers to apply the InspectionLotStatusSkip field to query operations.
    • INSP_LOT_STATUS_RSLTS_CONFIRMED

      public static final InspectionLotWithStatusField<String> INSP_LOT_STATUS_RSLTS_CONFIRMED
      Use with available fluent helpers to apply the InspLotStatusRsltsConfirmed field to query operations.
    • INSP_LOT_STS_DEFECTS_RECORDED

      public static final InspectionLotWithStatusField<String> INSP_LOT_STS_DEFECTS_RECORDED
      Use with available fluent helpers to apply the InspLotStsDefectsRecorded field to query operations.
    • INSP_LOT_STS_SHRT_TRM_INSP_CMPLTD

      public static final InspectionLotWithStatusField<String> INSP_LOT_STS_SHRT_TRM_INSP_CMPLTD
      Use with available fluent helpers to apply the InspLotStsShrtTrmInspCmpltd field to query operations.
    • INSP_LOT_STATUS_INSP_COMPLETED

      public static final InspectionLotWithStatusField<String> INSP_LOT_STATUS_INSP_COMPLETED
      Use with available fluent helpers to apply the InspLotStatusInspCompleted field to query operations.
    • INSP_LOT_STATUS_CANCELED

      public static final InspectionLotWithStatusField<String> INSP_LOT_STATUS_CANCELED
      Use with available fluent helpers to apply the InspLotStatusCanceled field to query operations.
    • INSP_LOT_STATUS_REPAIR

      public static final InspectionLotWithStatusField<String> INSP_LOT_STATUS_REPAIR
      Use with available fluent helpers to apply the InspLotStatusRepair field to query operations.
  • Constructor Details

    • InspectionLotWithStatus

      public InspectionLotWithStatus()
    • InspectionLotWithStatus

      public InspectionLotWithStatus(@Nullable String inspectionLot, @Nullable String inspectionLotStatusCreated, @Nullable String inspectionLotStatusReleased, @Nullable String inspectionLotStatusSkip, @Nullable String inspLotStatusRsltsConfirmed, @Nullable String inspLotStsDefectsRecorded, @Nullable String inspLotStsShrtTrmInspCmpltd, @Nullable String inspLotStatusInspCompleted, @Nullable String inspLotStatusCanceled, @Nullable String inspLotStatusRepair)
  • Method Details

    • getType

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

      public void setInspectionLotStatusCreated(@Nullable String inspectionLotStatusCreated)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspectionLotStatusCreated

      Parameters:
      inspectionLotStatusCreated - The inspectionLotStatusCreated to set.
    • setInspectionLotStatusReleased

      public void setInspectionLotStatusReleased(@Nullable String inspectionLotStatusReleased)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspectionLotStatusReleased

      Parameters:
      inspectionLotStatusReleased - The inspectionLotStatusReleased to set.
    • setInspectionLotStatusSkip

      public void setInspectionLotStatusSkip(@Nullable String inspectionLotStatusSkip)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspectionLotStatusSkip

      Parameters:
      inspectionLotStatusSkip - The inspectionLotStatusSkip to set.
    • setInspLotStatusRsltsConfirmed

      public void setInspLotStatusRsltsConfirmed(@Nullable String inspLotStatusRsltsConfirmed)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspLotStatusRsltsConfirmed

      Parameters:
      inspLotStatusRsltsConfirmed - The inspLotStatusRsltsConfirmed to set.
    • setInspLotStsDefectsRecorded

      public void setInspLotStsDefectsRecorded(@Nullable String inspLotStsDefectsRecorded)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspLotStsDefectsRecorded

      Parameters:
      inspLotStsDefectsRecorded - The inspLotStsDefectsRecorded to set.
    • setInspLotStsShrtTrmInspCmpltd

      public void setInspLotStsShrtTrmInspCmpltd(@Nullable String inspLotStsShrtTrmInspCmpltd)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspLotStsShrtTrmInspCmpltd

      Parameters:
      inspLotStsShrtTrmInspCmpltd - The inspLotStsShrtTrmInspCmpltd to set.
    • setInspLotStatusInspCompleted

      public void setInspLotStatusInspCompleted(@Nullable String inspLotStatusInspCompleted)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspLotStatusInspCompleted

      Parameters:
      inspLotStatusInspCompleted - The inspLotStatusInspCompleted to set.
    • setInspLotStatusCanceled

      public void setInspLotStatusCanceled(@Nullable String inspLotStatusCanceled)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspLotStatusCanceled

      Parameters:
      inspLotStatusCanceled - The inspLotStatusCanceled to set.
    • setInspLotStatusRepair

      public void setInspLotStatusRepair(@Nullable String inspLotStatusRepair)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: InspLotStatusRepair

      Parameters:
      inspLotStatusRepair - The inspLotStatusRepair to set.
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> InspectionLotWithStatusField<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> InspectionLotWithStatusField<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<InspectionLotWithStatus>
    • setServicePathForFetch

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

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

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<InspectionLotWithStatus>
    • 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
    • getInspectionLotStatusCreated

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

      Original property name from the Odata EDM: InspectionLotStatusCreated

      Returns:
      The inspectionLotStatusCreated contained in this entity.
    • getInspectionLotStatusReleased

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

      Original property name from the Odata EDM: InspectionLotStatusReleased

      Returns:
      The inspectionLotStatusReleased contained in this entity.
    • getInspectionLotStatusSkip

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

      Original property name from the Odata EDM: InspectionLotStatusSkip

      Returns:
      The inspectionLotStatusSkip contained in this entity.
    • getInspLotStatusRsltsConfirmed

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

      Original property name from the Odata EDM: InspLotStatusRsltsConfirmed

      Returns:
      The inspLotStatusRsltsConfirmed contained in this entity.
    • getInspLotStsDefectsRecorded

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

      Original property name from the Odata EDM: InspLotStsDefectsRecorded

      Returns:
      The inspLotStsDefectsRecorded contained in this entity.
    • getInspLotStsShrtTrmInspCmpltd

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

      Original property name from the Odata EDM: InspLotStsShrtTrmInspCmpltd

      Returns:
      The inspLotStsShrtTrmInspCmpltd contained in this entity.
    • getInspLotStatusInspCompleted

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

      Original property name from the Odata EDM: InspLotStatusInspCompleted

      Returns:
      The inspLotStatusInspCompleted contained in this entity.
    • getInspLotStatusCanceled

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

      Original property name from the Odata EDM: InspLotStatusCanceled

      Returns:
      The inspLotStatusCanceled contained in this entity.
    • getInspLotStatusRepair

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

      Original property name from the Odata EDM: InspLotStatusRepair

      Returns:
      The inspLotStatusRepair contained in this entity.
    • toString

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

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

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

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