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

public class ProductPlantQualityMgmt extends VdmEntity<ProductPlantQualityMgmt>
Quality Management Data

Original entity name from the Odata EDM: A_ProductPlantQualityMgmtType

  • Field Details

    • ALL_FIELDS

      public static final ProductPlantQualityMgmtSelectable ALL_FIELDS
      Selector for all available fields of ProductPlantQualityMgmt.
    • PRODUCT

      public static final ProductPlantQualityMgmtField<String> PRODUCT
      Use with available fluent helpers to apply the Product field to query operations.
    • PLANT

      public static final ProductPlantQualityMgmtField<String> PLANT
      Use with available fluent helpers to apply the Plant field to query operations.
    • MAXIMUM_STORAGE_PERIOD

      public static final ProductPlantQualityMgmtField<BigDecimal> MAXIMUM_STORAGE_PERIOD
      Use with available fluent helpers to apply the MaximumStoragePeriod field to query operations.
    • QUALITY_MGMT_CTRL_KEY

      public static final ProductPlantQualityMgmtField<String> QUALITY_MGMT_CTRL_KEY
      Use with available fluent helpers to apply the QualityMgmtCtrlKey field to query operations.
    • MATL_QUALITY_AUTHORIZATION_GROUP

      public static final ProductPlantQualityMgmtField<String> MATL_QUALITY_AUTHORIZATION_GROUP
      Use with available fluent helpers to apply the MatlQualityAuthorizationGroup field to query operations.
    • HAS_POST_TO_INSPECTION_STOCK

      public static final ProductPlantQualityMgmtField<Boolean> HAS_POST_TO_INSPECTION_STOCK
      Use with available fluent helpers to apply the HasPostToInspectionStock field to query operations.
    • INSP_LOT_DOCUMENTATION_IS_REQUIRED

      public static final ProductPlantQualityMgmtField<Boolean> INSP_LOT_DOCUMENTATION_IS_REQUIRED
      Use with available fluent helpers to apply the InspLotDocumentationIsRequired field to query operations.
    • SUPLR_QUALITY_MANAGEMENT_SYSTEM

      public static final ProductPlantQualityMgmtField<String> SUPLR_QUALITY_MANAGEMENT_SYSTEM
      Use with available fluent helpers to apply the SuplrQualityManagementSystem field to query operations.
    • RECRRG_INSP_INTERVAL_TIME_IN_DAYS

      public static final ProductPlantQualityMgmtField<BigDecimal> RECRRG_INSP_INTERVAL_TIME_IN_DAYS
      Use with available fluent helpers to apply the RecrrgInspIntervalTimeInDays field to query operations.
    • PRODUCT_QUALITY_CERTIFICATE_TYPE

      public static final ProductPlantQualityMgmtField<String> PRODUCT_QUALITY_CERTIFICATE_TYPE
      Use with available fluent helpers to apply the ProductQualityCertificateType field to query operations.
  • Constructor Details

    • ProductPlantQualityMgmt

      public ProductPlantQualityMgmt()
    • ProductPlantQualityMgmt

      public ProductPlantQualityMgmt(@Nullable String product, @Nullable String plant, @Nullable BigDecimal maximumStoragePeriod, @Nullable String qualityMgmtCtrlKey, @Nullable String matlQualityAuthorizationGroup, @Nullable Boolean hasPostToInspectionStock, @Nullable Boolean inspLotDocumentationIsRequired, @Nullable String suplrQualityManagementSystem, @Nullable BigDecimal recrrgInspIntervalTimeInDays, @Nullable String productQualityCertificateType)
  • Method Details

    • getType

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

      public void setProduct(@Nullable String product)
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Product

      Parameters:
      product - Product Number
    • setPlant

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

      Original property name from the Odata EDM: Plant

      Parameters:
      plant - Plant
    • setMaximumStoragePeriod

      public void setMaximumStoragePeriod(@Nullable BigDecimal maximumStoragePeriod)
      Constraints: Not nullable, Precision: 5, Scale: 0

      Original property name from the Odata EDM: MaximumStoragePeriod

      Parameters:
      maximumStoragePeriod - Maximum Storage Period
    • setQualityMgmtCtrlKey

      public void setQualityMgmtCtrlKey(@Nullable String qualityMgmtCtrlKey)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: QualityMgmtCtrlKey

      Parameters:
      qualityMgmtCtrlKey - Control Key for Quality Management in Procurement
    • setMatlQualityAuthorizationGroup

      public void setMatlQualityAuthorizationGroup(@Nullable String matlQualityAuthorizationGroup)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: MatlQualityAuthorizationGroup

      Parameters:
      matlQualityAuthorizationGroup - Material Authorization Group for Activities in QM
    • setHasPostToInspectionStock

      public void setHasPostToInspectionStock(@Nullable Boolean hasPostToInspectionStock)
      Constraints: none

      Original property name from the Odata EDM: HasPostToInspectionStock

      Parameters:
      hasPostToInspectionStock - Has Post to Inspection Stock
    • setInspLotDocumentationIsRequired

      public void setInspLotDocumentationIsRequired(@Nullable Boolean inspLotDocumentationIsRequired)
      Constraints: none

      Original property name from the Odata EDM: InspLotDocumentationIsRequired

      Parameters:
      inspLotDocumentationIsRequired - Documentation required indicator
    • setSuplrQualityManagementSystem

      public void setSuplrQualityManagementSystem(@Nullable String suplrQualityManagementSystem)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: SuplrQualityManagementSystem

      Parameters:
      suplrQualityManagementSystem - Required QM System for Supplier
    • setRecrrgInspIntervalTimeInDays

      public void setRecrrgInspIntervalTimeInDays(@Nullable BigDecimal recrrgInspIntervalTimeInDays)
      Constraints: Not nullable, Precision: 5, Scale: 0

      Original property name from the Odata EDM: RecrrgInspIntervalTimeInDays

      Parameters:
      recrrgInspIntervalTimeInDays - Interval Until Next Recurring Inspection
    • setProductQualityCertificateType

      public void setProductQualityCertificateType(@Nullable String productQualityCertificateType)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ProductQualityCertificateType

      Parameters:
      productQualityCertificateType - Certificate Type
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> ProductPlantQualityMgmtField<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> ProductPlantQualityMgmtField<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<ProductPlantQualityMgmt>
    • setServicePathForFetch

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

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

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

    • getProduct

      @Nullable public String getProduct()
      (Key Field) Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: Product

      Returns:
      Product Number
    • getPlant

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

      Original property name from the Odata EDM: Plant

      Returns:
      Plant
    • getMaximumStoragePeriod

      @Nullable public BigDecimal getMaximumStoragePeriod()
      Constraints: Not nullable, Precision: 5, Scale: 0

      Original property name from the Odata EDM: MaximumStoragePeriod

      Returns:
      Maximum Storage Period
    • getQualityMgmtCtrlKey

      @Nullable public String getQualityMgmtCtrlKey()
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: QualityMgmtCtrlKey

      Returns:
      Control Key for Quality Management in Procurement
    • getMatlQualityAuthorizationGroup

      @Nullable public String getMatlQualityAuthorizationGroup()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: MatlQualityAuthorizationGroup

      Returns:
      Material Authorization Group for Activities in QM
    • getHasPostToInspectionStock

      @Nullable public Boolean getHasPostToInspectionStock()
      Constraints: none

      Original property name from the Odata EDM: HasPostToInspectionStock

      Returns:
      Has Post to Inspection Stock
    • getInspLotDocumentationIsRequired

      @Nullable public Boolean getInspLotDocumentationIsRequired()
      Constraints: none

      Original property name from the Odata EDM: InspLotDocumentationIsRequired

      Returns:
      Documentation required indicator
    • getSuplrQualityManagementSystem

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

      Original property name from the Odata EDM: SuplrQualityManagementSystem

      Returns:
      Required QM System for Supplier
    • getRecrrgInspIntervalTimeInDays

      @Nullable public BigDecimal getRecrrgInspIntervalTimeInDays()
      Constraints: Not nullable, Precision: 5, Scale: 0

      Original property name from the Odata EDM: RecrrgInspIntervalTimeInDays

      Returns:
      Interval Until Next Recurring Inspection
    • getProductQualityCertificateType

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

      Original property name from the Odata EDM: ProductQualityCertificateType

      Returns:
      Certificate Type
    • toString

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

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

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

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