public class ProductPlantQualityMgmt extends VdmEntity<ProductPlantQualityMgmt>
Original entity name from the Odata EDM: A_ProductPlantQualityMgmtType
Modifier and Type | Class and Description |
---|---|
static class |
ProductPlantQualityMgmt.ProductPlantQualityMgmtBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductPlantQualityMgmtSelectable |
ALL_FIELDS
Selector for all available fields of ProductPlantQualityMgmt.
|
static ProductPlantQualityMgmtField<Boolean> |
HAS_POST_TO_INSPECTION_STOCK
Use with available fluent helpers to apply the HasPostToInspectionStock field to query operations.
|
static ProductPlantQualityMgmtField<Boolean> |
INSP_LOT_DOCUMENTATION_IS_REQUIRED
Use with available fluent helpers to apply the InspLotDocumentationIsRequired field to query operations.
|
static ProductPlantQualityMgmtField<String> |
MATL_QUALITY_AUTHORIZATION_GROUP
Use with available fluent helpers to apply the MatlQualityAuthorizationGroup field to query operations.
|
static ProductPlantQualityMgmtField<BigDecimal> |
MAXIMUM_STORAGE_PERIOD
Use with available fluent helpers to apply the MaximumStoragePeriod field to query operations.
|
static ProductPlantQualityMgmtField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ProductPlantQualityMgmtField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductPlantQualityMgmtField<String> |
PRODUCT_QUALITY_CERTIFICATE_TYPE
Use with available fluent helpers to apply the ProductQualityCertificateType field to query operations.
|
static ProductPlantQualityMgmtField<String> |
QUALITY_MGMT_CTRL_KEY
Use with available fluent helpers to apply the QualityMgmtCtrlKey field to query operations.
|
static ProductPlantQualityMgmtField<BigDecimal> |
RECRRG_INSP_INTERVAL_TIME_IN_DAYS
Use with available fluent helpers to apply the RecrrgInspIntervalTimeInDays field to query operations.
|
static ProductPlantQualityMgmtField<String> |
SUPLR_QUALITY_MANAGEMENT_SYSTEM
Use with available fluent helpers to apply the SuplrQualityManagementSystem field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductPlantQualityMgmt() |
ProductPlantQualityMgmt(String product,
String plant,
BigDecimal maximumStoragePeriod,
String qualityMgmtCtrlKey,
String matlQualityAuthorizationGroup,
Boolean hasPostToInspectionStock,
Boolean inspLotDocumentationIsRequired,
String suplrQualityManagementSystem,
BigDecimal recrrgInspIntervalTimeInDays,
String productQualityCertificateType) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ProductPlantQualityMgmt.ProductPlantQualityMgmtBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ProductPlantQualityMgmtField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
Boolean |
getHasPostToInspectionStock()
Constraints: none
|
Boolean |
getInspLotDocumentationIsRequired()
Constraints: none
|
protected Map<String,Object> |
getKey() |
String |
getMatlQualityAuthorizationGroup()
Constraints: Not nullable, Maximum length: 6
|
BigDecimal |
getMaximumStoragePeriod()
Constraints: Not nullable, Precision: 5, Scale: 0
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getProductQualityCertificateType()
Constraints: Not nullable, Maximum length: 4
|
String |
getQualityMgmtCtrlKey()
Constraints: Not nullable, Maximum length: 8
|
BigDecimal |
getRecrrgInspIntervalTimeInDays()
Constraints: Not nullable, Precision: 5, Scale: 0
|
String |
getSuplrQualityManagementSystem()
Constraints: Not nullable, Maximum length: 4
|
Class<ProductPlantQualityMgmt> |
getType() |
int |
hashCode() |
void |
setHasPostToInspectionStock(Boolean hasPostToInspectionStock)
Constraints: none
|
void |
setInspLotDocumentationIsRequired(Boolean inspLotDocumentationIsRequired)
Constraints: none
|
void |
setMatlQualityAuthorizationGroup(String matlQualityAuthorizationGroup)
Constraints: Not nullable, Maximum length: 6
|
void |
setMaximumStoragePeriod(BigDecimal maximumStoragePeriod)
Constraints: Not nullable, Precision: 5, Scale: 0
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setProductQualityCertificateType(String productQualityCertificateType)
Constraints: Not nullable, Maximum length: 4
|
void |
setQualityMgmtCtrlKey(String qualityMgmtCtrlKey)
Constraints: Not nullable, Maximum length: 8
|
void |
setRecrrgInspIntervalTimeInDays(BigDecimal recrrgInspIntervalTimeInDays)
Constraints: Not nullable, Precision: 5, Scale: 0
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSuplrQualityManagementSystem(String suplrQualityManagementSystem)
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ProductPlantQualityMgmtSelectable ALL_FIELDS
public static final ProductPlantQualityMgmtField<String> PRODUCT
public static final ProductPlantQualityMgmtField<String> PLANT
public static final ProductPlantQualityMgmtField<BigDecimal> MAXIMUM_STORAGE_PERIOD
public static final ProductPlantQualityMgmtField<String> QUALITY_MGMT_CTRL_KEY
public static final ProductPlantQualityMgmtField<String> MATL_QUALITY_AUTHORIZATION_GROUP
public static final ProductPlantQualityMgmtField<Boolean> HAS_POST_TO_INSPECTION_STOCK
public static final ProductPlantQualityMgmtField<Boolean> INSP_LOT_DOCUMENTATION_IS_REQUIRED
public static final ProductPlantQualityMgmtField<String> SUPLR_QUALITY_MANAGEMENT_SYSTEM
public static final ProductPlantQualityMgmtField<BigDecimal> RECRRG_INSP_INTERVAL_TIME_IN_DAYS
public static final ProductPlantQualityMgmtField<String> PRODUCT_QUALITY_CERTIFICATE_TYPE
public 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)
@Nonnull public Class<ProductPlantQualityMgmt> getType()
getType
in class VdmObject<ProductPlantQualityMgmt>
public void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Material Numberpublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setMaximumStoragePeriod(@Nullable BigDecimal maximumStoragePeriod)
Original property name from the Odata EDM: MaximumStoragePeriod
maximumStoragePeriod
- Maximum Storage Periodpublic void setQualityMgmtCtrlKey(@Nullable String qualityMgmtCtrlKey)
Original property name from the Odata EDM: QualityMgmtCtrlKey
qualityMgmtCtrlKey
- Control Key for Quality Management in Procurementpublic void setMatlQualityAuthorizationGroup(@Nullable String matlQualityAuthorizationGroup)
Original property name from the Odata EDM: MatlQualityAuthorizationGroup
matlQualityAuthorizationGroup
- Material Authorization Group for Activities in QMpublic void setHasPostToInspectionStock(@Nullable Boolean hasPostToInspectionStock)
Original property name from the Odata EDM: HasPostToInspectionStock
hasPostToInspectionStock
- Has Post to Inspection Stockpublic void setInspLotDocumentationIsRequired(@Nullable Boolean inspLotDocumentationIsRequired)
Original property name from the Odata EDM: InspLotDocumentationIsRequired
inspLotDocumentationIsRequired
- Documentation required indicatorpublic void setSuplrQualityManagementSystem(@Nullable String suplrQualityManagementSystem)
Original property name from the Odata EDM: SuplrQualityManagementSystem
suplrQualityManagementSystem
- Required QM System for Supplierpublic void setRecrrgInspIntervalTimeInDays(@Nullable BigDecimal recrrgInspIntervalTimeInDays)
Original property name from the Odata EDM: RecrrgInspIntervalTimeInDays
recrrgInspIntervalTimeInDays
- Interval Until Next Recurring Inspectionpublic void setProductQualityCertificateType(@Nullable String productQualityCertificateType)
Original property name from the Odata EDM: ProductQualityCertificateType
productQualityCertificateType
- Certificate Typeprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ProductPlantQualityMgmt>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductPlantQualityMgmt>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductPlantQualityMgmt>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductPlantQualityMgmt>
@Nonnull public static <T> ProductPlantQualityMgmtField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> ProductPlantQualityMgmtField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<ProductPlantQualityMgmt>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<ProductPlantQualityMgmt>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<ProductPlantQualityMgmt>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ProductPlantQualityMgmt>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static ProductPlantQualityMgmt.ProductPlantQualityMgmtBuilder builder()
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public BigDecimal getMaximumStoragePeriod()
Original property name from the Odata EDM: MaximumStoragePeriod
@Nullable public String getQualityMgmtCtrlKey()
Original property name from the Odata EDM: QualityMgmtCtrlKey
@Nullable public String getMatlQualityAuthorizationGroup()
Original property name from the Odata EDM: MatlQualityAuthorizationGroup
@Nullable public Boolean getHasPostToInspectionStock()
Original property name from the Odata EDM: HasPostToInspectionStock
@Nullable public Boolean getInspLotDocumentationIsRequired()
Original property name from the Odata EDM: InspLotDocumentationIsRequired
@Nullable public String getSuplrQualityManagementSystem()
Original property name from the Odata EDM: SuplrQualityManagementSystem
@Nullable public BigDecimal getRecrrgInspIntervalTimeInDays()
Original property name from the Odata EDM: RecrrgInspIntervalTimeInDays
@Nullable public String getProductQualityCertificateType()
Original property name from the Odata EDM: ProductQualityCertificateType
@Nonnull public String toString()
toString
in class VdmObject<ProductPlantQualityMgmt>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ProductPlantQualityMgmt>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ProductPlantQualityMgmt>
public int hashCode()
hashCode
in class VdmObject<ProductPlantQualityMgmt>
Copyright © 2021 SAP SE. All rights reserved.