public class InspectionPlan extends VdmEntity<InspectionPlan>
Original entity name from the Odata EDM: A_InspectionPlanType
Modifier and Type | Class and Description |
---|---|
static class |
InspectionPlan.InspectionPlanBuilder |
Modifier and Type | Field and Description |
---|---|
static InspectionPlanSelectable |
ALL_FIELDS
Selector for all available fields of InspectionPlan.
|
static InspectionPlanField<String> |
BILL_OF_OPERATIONS_DESC
Use with available fluent helpers to apply the BillOfOperationsDesc field to query operations.
|
static InspectionPlanField<String> |
BILL_OF_OPERATIONS_STATUS
Use with available fluent helpers to apply the BillOfOperationsStatus field to query operations.
|
static InspectionPlanField<String> |
BILL_OF_OPERATIONS_UNIT
Use with available fluent helpers to apply the BillOfOperationsUnit field to query operations.
|
static InspectionPlanField<String> |
BILL_OF_OPERATIONS_USAGE
Use with available fluent helpers to apply the BillOfOperationsUsage field to query operations.
|
static InspectionPlanField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static InspectionPlanField<ZonedDateTime> |
CHANGED_DATE_TIME
Use with available fluent helpers to apply the ChangedDateTime field to query operations.
|
static InspectionPlanField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static InspectionPlanField<LocalDateTime> |
CREATION_DATE
Use with available fluent helpers to apply the CreationDate field to query operations.
|
static InspectionPlanField<String> |
INSP_EXTERNAL_NUMBERING_OF_VALUES
Use with available fluent helpers to apply the InspExternalNumberingOfValues field to query operations.
|
static InspectionPlanField<String> |
INSP_LOT_DYNAMIC_RULE
Use with available fluent helpers to apply the InspLotDynamicRule field to query operations.
|
static InspectionPlanField<String> |
INSP_SUBSET_FIELD_COMBINATION
Use with available fluent helpers to apply the InspSubsetFieldCombination field to query operations.
|
static InspectionPlanField<String> |
INSPECTION_LOT_DYNAMIC_LEVEL
Use with available fluent helpers to apply the InspectionLotDynamicLevel field to query operations.
|
static InspectionPlanField<String> |
INSPECTION_PARTIAL_LOT_ASSIGNMENT
Use with available fluent helpers to apply the InspectionPartialLotAssignment field to query operations.
|
static InspectionPlanField<String> |
INSPECTION_PLAN
Use with available fluent helpers to apply the InspectionPlan field to query operations.
|
static InspectionPlanField<String> |
INSPECTION_PLAN_GROUP
Use with available fluent helpers to apply the InspectionPlanGroup field to query operations.
|
static InspectionPlanField<String> |
INSPECTION_PLAN_INTERNAL_VERSION
Use with available fluent helpers to apply the InspectionPlanInternalVersion field to query operations.
|
static InspectionPlanField<Boolean> |
IS_DELETED
Use with available fluent helpers to apply the IsDeleted field to query operations.
|
static InspectionPlanField<Boolean> |
IS_MARKED_FOR_DELETION
Use with available fluent helpers to apply the IsMarkedForDeletion field to query operations.
|
static InspectionPlanField<LocalDateTime> |
LAST_CHANGE_DATE
Use with available fluent helpers to apply the LastChangeDate field to query operations.
|
static InspectionPlanField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static InspectionPlanField<BigDecimal> |
MAXIMUM_LOT_SIZE_QUANTITY
Use with available fluent helpers to apply the MaximumLotSizeQuantity field to query operations.
|
static InspectionPlanField<BigDecimal> |
MINIMUM_LOT_SIZE_QUANTITY
Use with available fluent helpers to apply the MinimumLotSizeQuantity field to query operations.
|
static InspectionPlanField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static InspectionPlanField<String> |
REPLACED_BILL_OF_OPERATIONS
Use with available fluent helpers to apply the ReplacedBillOfOperations field to query operations.
|
static InspectionPlanField<String> |
RESPONSIBLE_PLANNER_GROUP
Use with available fluent helpers to apply the ResponsiblePlannerGroup field to query operations.
|
static InspectionPlanField<String> |
SMPL_DRAWING_PROCEDURE
Use with available fluent helpers to apply the SmplDrawingProcedure field to query operations.
|
static InspectionPlanField<String> |
SMPL_DRAWING_PROCEDURE_VERSION
Use with available fluent helpers to apply the SmplDrawingProcedureVersion field to query operations.
|
static InspectionPlanField<LocalDateTime> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static InspectionPlanField<LocalDateTime> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
InspectionPlan() |
InspectionPlan(String inspectionPlanGroup,
String inspectionPlan,
String inspectionPlanInternalVersion,
Boolean isDeleted,
String billOfOperationsDesc,
String plant,
String billOfOperationsUsage,
String billOfOperationsStatus,
String responsiblePlannerGroup,
BigDecimal minimumLotSizeQuantity,
BigDecimal maximumLotSizeQuantity,
String billOfOperationsUnit,
String replacedBillOfOperations,
Boolean isMarkedForDeletion,
String inspSubsetFieldCombination,
String inspectionPartialLotAssignment,
String smplDrawingProcedure,
String smplDrawingProcedureVersion,
String inspectionLotDynamicLevel,
String inspLotDynamicRule,
String inspExternalNumberingOfValues,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
String changeNumber,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
ZonedDateTime changedDateTime) |
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 InspectionPlan.InspectionPlanBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> InspectionPlanField<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) |
String |
getBillOfOperationsDesc()
Constraints: Not nullable, Maximum length: 40
|
String |
getBillOfOperationsStatus()
Constraints: Not nullable, Maximum length: 3
|
String |
getBillOfOperationsUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getBillOfOperationsUsage()
Constraints: Not nullable, Maximum length: 3
|
ZonedDateTime |
getChangedDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getChangeNumber()
Constraints: Not nullable, Maximum length: 12
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
LocalDateTime |
getCreationDate()
Constraints: Not nullable, Precision: 0
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection() |
String |
getInspectionLotDynamicLevel()
Constraints: Not nullable, Maximum length: 1
|
String |
getInspectionPartialLotAssignment()
Constraints: Not nullable, Maximum length: 1
|
String |
getInspectionPlan()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getInspectionPlanGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getInspectionPlanInternalVersion()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getInspExternalNumberingOfValues()
Constraints: Not nullable, Maximum length: 1
|
String |
getInspLotDynamicRule()
Constraints: Not nullable, Maximum length: 3
|
String |
getInspSubsetFieldCombination()
Constraints: Not nullable, Maximum length: 3
|
Boolean |
getIsDeleted()
Constraints: none
|
Boolean |
getIsMarkedForDeletion()
Constraints: none
|
protected Map<String,Object> |
getKey() |
LocalDateTime |
getLastChangeDate()
Constraints: Not nullable, Precision: 0
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
BigDecimal |
getMaximumLotSizeQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMinimumLotSizeQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getReplacedBillOfOperations()
Constraints: Not nullable, Maximum length: 20
|
String |
getResponsiblePlannerGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getSmplDrawingProcedure()
Constraints: Not nullable, Maximum length: 8
|
String |
getSmplDrawingProcedureVersion()
Constraints: Not nullable, Maximum length: 6
|
Class<InspectionPlan> |
getType() |
LocalDateTime |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setBillOfOperationsDesc(String billOfOperationsDesc)
Constraints: Not nullable, Maximum length: 40
|
void |
setBillOfOperationsStatus(String billOfOperationsStatus)
Constraints: Not nullable, Maximum length: 3
|
void |
setBillOfOperationsUnit(String billOfOperationsUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setBillOfOperationsUsage(String billOfOperationsUsage)
Constraints: Not nullable, Maximum length: 3
|
void |
setChangedDateTime(ZonedDateTime changedDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setChangeNumber(String changeNumber)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(LocalDateTime creationDate)
Constraints: Not nullable, Precision: 0
|
void |
setInspectionLotDynamicLevel(String inspectionLotDynamicLevel)
Constraints: Not nullable, Maximum length: 1
|
void |
setInspectionPartialLotAssignment(String inspectionPartialLotAssignment)
Constraints: Not nullable, Maximum length: 1
|
void |
setInspectionPlan(String inspectionPlan)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setInspectionPlanGroup(String inspectionPlanGroup)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setInspectionPlanInternalVersion(String inspectionPlanInternalVersion)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setInspExternalNumberingOfValues(String inspExternalNumberingOfValues)
Constraints: Not nullable, Maximum length: 1
|
void |
setInspLotDynamicRule(String inspLotDynamicRule)
Constraints: Not nullable, Maximum length: 3
|
void |
setInspSubsetFieldCombination(String inspSubsetFieldCombination)
Constraints: Not nullable, Maximum length: 3
|
void |
setIsDeleted(Boolean isDeleted)
Constraints: none
|
void |
setIsMarkedForDeletion(Boolean isMarkedForDeletion)
Constraints: none
|
void |
setLastChangeDate(LocalDateTime lastChangeDate)
Constraints: Not nullable, Precision: 0
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setMaximumLotSizeQuantity(BigDecimal maximumLotSizeQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMinimumLotSizeQuantity(BigDecimal minimumLotSizeQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setReplacedBillOfOperations(String replacedBillOfOperations)
Constraints: Not nullable, Maximum length: 20
|
void |
setResponsiblePlannerGroup(String responsiblePlannerGroup)
Constraints: Not nullable, Maximum length: 3
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSmplDrawingProcedure(String smplDrawingProcedure)
Constraints: Not nullable, Maximum length: 8
|
void |
setSmplDrawingProcedureVersion(String smplDrawingProcedureVersion)
Constraints: Not nullable, Maximum length: 6
|
void |
setValidityEndDate(LocalDateTime validityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
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 InspectionPlanSelectable ALL_FIELDS
public static final InspectionPlanField<String> INSPECTION_PLAN_GROUP
public static final InspectionPlanField<String> INSPECTION_PLAN
public static final InspectionPlanField<String> INSPECTION_PLAN_INTERNAL_VERSION
public static final InspectionPlanField<Boolean> IS_DELETED
public static final InspectionPlanField<String> BILL_OF_OPERATIONS_DESC
public static final InspectionPlanField<String> PLANT
public static final InspectionPlanField<String> BILL_OF_OPERATIONS_USAGE
public static final InspectionPlanField<String> BILL_OF_OPERATIONS_STATUS
public static final InspectionPlanField<String> RESPONSIBLE_PLANNER_GROUP
public static final InspectionPlanField<BigDecimal> MINIMUM_LOT_SIZE_QUANTITY
public static final InspectionPlanField<BigDecimal> MAXIMUM_LOT_SIZE_QUANTITY
public static final InspectionPlanField<String> BILL_OF_OPERATIONS_UNIT
public static final InspectionPlanField<String> REPLACED_BILL_OF_OPERATIONS
public static final InspectionPlanField<Boolean> IS_MARKED_FOR_DELETION
public static final InspectionPlanField<String> INSP_SUBSET_FIELD_COMBINATION
public static final InspectionPlanField<String> INSPECTION_PARTIAL_LOT_ASSIGNMENT
public static final InspectionPlanField<String> SMPL_DRAWING_PROCEDURE
public static final InspectionPlanField<String> SMPL_DRAWING_PROCEDURE_VERSION
public static final InspectionPlanField<String> INSPECTION_LOT_DYNAMIC_LEVEL
public static final InspectionPlanField<String> INSP_LOT_DYNAMIC_RULE
public static final InspectionPlanField<String> INSP_EXTERNAL_NUMBERING_OF_VALUES
public static final InspectionPlanField<LocalDateTime> CREATION_DATE
public static final InspectionPlanField<String> CREATED_BY_USER
public static final InspectionPlanField<LocalDateTime> LAST_CHANGE_DATE
public static final InspectionPlanField<String> LAST_CHANGED_BY_USER
public static final InspectionPlanField<String> CHANGE_NUMBER
public static final InspectionPlanField<LocalDateTime> VALIDITY_START_DATE
public static final InspectionPlanField<LocalDateTime> VALIDITY_END_DATE
public static final InspectionPlanField<ZonedDateTime> CHANGED_DATE_TIME
public InspectionPlan()
public InspectionPlan(@Nullable String inspectionPlanGroup, @Nullable String inspectionPlan, @Nullable String inspectionPlanInternalVersion, @Nullable Boolean isDeleted, @Nullable String billOfOperationsDesc, @Nullable String plant, @Nullable String billOfOperationsUsage, @Nullable String billOfOperationsStatus, @Nullable String responsiblePlannerGroup, @Nullable BigDecimal minimumLotSizeQuantity, @Nullable BigDecimal maximumLotSizeQuantity, @Nullable String billOfOperationsUnit, @Nullable String replacedBillOfOperations, @Nullable Boolean isMarkedForDeletion, @Nullable String inspSubsetFieldCombination, @Nullable String inspectionPartialLotAssignment, @Nullable String smplDrawingProcedure, @Nullable String smplDrawingProcedureVersion, @Nullable String inspectionLotDynamicLevel, @Nullable String inspLotDynamicRule, @Nullable String inspExternalNumberingOfValues, @Nullable LocalDateTime creationDate, @Nullable String createdByUser, @Nullable LocalDateTime lastChangeDate, @Nullable String lastChangedByUser, @Nullable String changeNumber, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable ZonedDateTime changedDateTime)
@Nonnull public Class<InspectionPlan> getType()
getType
in class VdmObject<InspectionPlan>
public void setInspectionPlanGroup(@Nullable String inspectionPlanGroup)
Original property name from the Odata EDM: InspectionPlanGroup
You can use groups, for instance, to identify two routings that have different production steps for one material.Enter the group to which you want to restrict the selection.
inspectionPlanGroup
- Key identifying a group.public void setInspectionPlan(@Nullable String inspectionPlan)
Original property name from the Odata EDM: InspectionPlan
In Production Planning and Control, for example, it serves to identify alternative production processes in task lists and is used to make a distinction between similar task lists.The group counter can be used to identify different lot-size ranges, for example.
inspectionPlan
- This key and the task list group uniquely identify a task list.public void setInspectionPlanInternalVersion(@Nullable String inspectionPlanInternalVersion)
Original property name from the Odata EDM: InspectionPlanInternalVersion
inspectionPlanInternalVersion
- Identifies the activity posting.public void setIsDeleted(@Nullable Boolean isDeleted)
Original property name from the Odata EDM: IsDeleted
This indicator is relevant to changes that have been made with reference to a change number with a validity that has been specified using a new validity type.
isDeleted
- Indicator showing that the BOM header or the BOM item has been deleted with reference to the change
number.public void setBillOfOperationsDesc(@Nullable String billOfOperationsDesc)
Original property name from the Odata EDM: BillOfOperationsDesc
This text is transferred to the first line of the long text for the task list.Character formats such as bold or italics are not supported in short texts. If you use special character formats in long texts, the system displays the corresponding control characters in the short text.
billOfOperationsDesc
- Describes the routing.public void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Key uniquely identifying a plant.public void setBillOfOperationsUsage(@Nullable String billOfOperationsUsage)
Original property name from the Odata EDM: BillOfOperationsUsage
Do not confuse the task list usage with the usage of a PRT or a work center. In these cases, the usage describes the task list types in which the PRT or work center can be used.
billOfOperationsUsage
- Key specifying the areas in which the task list can be used (for example, in production or plant
maintenance).public void setBillOfOperationsStatus(@Nullable String billOfOperationsStatus)
Original property name from the Odata EDM: BillOfOperationsStatus
Note that certain transactions are dependent upon the status of the task list. For example, you can only include a reference operation set in a routing if the routing has the status "Released (general)".
billOfOperationsStatus
- You use the status key to indicate the processing status of a task list. For example, you can indicate
whether the task list is still in the creation phase or has already been released.public void setResponsiblePlannerGroup(@Nullable String responsiblePlannerGroup)
Original property name from the Odata EDM: ResponsiblePlannerGroup
When you enter the planner group, also enter the plant for whose routings the planner group is responsible.
responsiblePlannerGroup
- Key which identifies the planner group responsible for maintaining the task list.public void setMinimumLotSizeQuantity(@Nullable BigDecimal minimumLotSizeQuantity)
Original property name from the Odata EDM: MinimumLotSizeQuantity
minimumLotSizeQuantity
- Lower limit of the lot size range for which the routing/plan is valid.public void setMaximumLotSizeQuantity(@Nullable BigDecimal maximumLotSizeQuantity)
Original property name from the Odata EDM: MaximumLotSizeQuantity
maximumLotSizeQuantity
- Upper limit of the lot size range for which the routing/plan is valid.public void setBillOfOperationsUnit(@Nullable String billOfOperationsUnit)
Original property name from the Odata EDM: BillOfOperationsUnit
The unit of measure in the material master is used in the task list.If you have not maintained a unit of measure in the material master, the unit from the profile is proposed.
billOfOperationsUnit
- The unit of measure used for the material to be produced in the task list.public void setReplacedBillOfOperations(@Nullable String replacedBillOfOperations)
Original property name from the Odata EDM: ReplacedBillOfOperations
Enter the number of the routing in the "old system".
replacedBillOfOperations
- Number of the routing replaced by this routing.public void setIsMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
Original property name from the Odata EDM: IsMarkedForDeletion
You can reset the deletion flag anytime before the next archiving run.
isMarkedForDeletion
- You use this indicator to specify that the task list will be deleted with a deletion program during
the next archiving run if you selected deletion flags as a selection criterion for the archiving run.public void setInspSubsetFieldCombination(@Nullable String inspSubsetFieldCombination)
Original property name from the Odata EDM: InspSubsetFieldCombination
inspSubsetFieldCombination
- Identification for the Inspection Point Field Combinationpublic void setInspectionPartialLotAssignment(@Nullable String inspectionPartialLotAssignment)
Original property name from the Odata EDM: InspectionPartialLotAssignment
inspectionPartialLotAssignment
- Partial Lot Assignment in an Inspection During Productionpublic void setSmplDrawingProcedure(@Nullable String smplDrawingProcedure)
Original property name from the Odata EDM: SmplDrawingProcedure
smplDrawingProcedure
- Sample-Drawing Procedurepublic void setSmplDrawingProcedureVersion(@Nullable String smplDrawingProcedureVersion)
Original property name from the Odata EDM: SmplDrawingProcedureVersion
smplDrawingProcedureVersion
- Version No. of the Sample-Drawing Procedurepublic void setInspectionLotDynamicLevel(@Nullable String inspectionLotDynamicLevel)
Original property name from the Odata EDM: InspectionLotDynamicLevel
inspectionLotDynamicLevel
- Level at Which Dynamic Modification Parameters Are Definedpublic void setInspLotDynamicRule(@Nullable String inspLotDynamicRule)
Original property name from the Odata EDM: InspLotDynamicRule
inspLotDynamicRule
- Contains the definition of inspection stages and the conditions that lead to changes in inspection
stages.public void setInspExternalNumberingOfValues(@Nullable String inspExternalNumberingOfValues)
Original property name from the Odata EDM: InspExternalNumberingOfValues
This identification is defined in the task list header.When the inspection lot is created, this identification is copied to the inspection lot, and it is then evaluated when single values are recorded for the inspection characteristic.For example, the identification can be set so that you can enter an external number for the unit to be inspected for each single value.
inspExternalNumberingOfValues
- You can use this identification to define whether there should be external numbering of single values
for results recording and whether this numbering should be unique.public void setCreationDate(@Nullable LocalDateTime creationDate)
Original property name from the Odata EDM: CreationDate
creationDate
- Date on which the record was created.public void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- Created By Userpublic void setLastChangeDate(@Nullable LocalDateTime lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
lastChangeDate
- Date of Last Changepublic void setLastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
lastChangedByUser
- Last Changed By Userpublic void setChangeNumber(@Nullable String changeNumber)
Original property name from the Odata EDM: ChangeNumber
If you make a change with reference to a change number, or create anobject with a change number, the following functions are at your disposal:The system determines the effectivity parametersThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date effectivity (valid from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation for the changesRevision level to indicate the change status of a material or documentChanges released for the different areas in the company.
changeNumber
- Number used to uniquely identify a change master record.public void setValidityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
validityStartDate
- Valid-From Datepublic void setValidityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
validityEndDate
- Valid-To Datepublic void setChangedDateTime(@Nullable ZonedDateTime changedDateTime)
Original property name from the Odata EDM: ChangedDateTime
To standardize local times in a UTC time stamp and thus make them comparable with other times, these local times
need to be converted using your time zone and the ABAP command convert.Even if the system is able to determine
the time zone from Customizing or master data, you shoul save the time zone redundantly here.The internal
structure of the UTC time stamp is subdivided into a date part and a time part in packed number format
changedDateTime
- The UTC time stamp is the date and time relative to UTC (Universal Coordinated Time).protected String getEntityCollection()
getEntityCollection
in class VdmEntity<InspectionPlan>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<InspectionPlan>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<InspectionPlan>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<InspectionPlan>
@Nonnull public static <T> InspectionPlanField<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> InspectionPlanField<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<InspectionPlan>
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<InspectionPlan>
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<InspectionPlan>
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()
getDefaultServicePath
in class VdmEntity<InspectionPlan>
public static InspectionPlan.InspectionPlanBuilder builder()
@Nullable public String getInspectionPlanGroup()
Original property name from the Odata EDM: InspectionPlanGroup
You can use groups, for instance, to identify two routings that have different production steps for one material.Enter the group to which you want to restrict the selection.
@Nullable public String getInspectionPlan()
Original property name from the Odata EDM: InspectionPlan
In Production Planning and Control, for example, it serves to identify alternative production processes in task lists and is used to make a distinction between similar task lists.The group counter can be used to identify different lot-size ranges, for example.
@Nullable public String getInspectionPlanInternalVersion()
Original property name from the Odata EDM: InspectionPlanInternalVersion
@Nullable public Boolean getIsDeleted()
Original property name from the Odata EDM: IsDeleted
This indicator is relevant to changes that have been made with reference to a change number with a validity that has been specified using a new validity type.
@Nullable public String getBillOfOperationsDesc()
Original property name from the Odata EDM: BillOfOperationsDesc
This text is transferred to the first line of the long text for the task list.Character formats such as bold or italics are not supported in short texts. If you use special character formats in long texts, the system displays the corresponding control characters in the short text.
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getBillOfOperationsUsage()
Original property name from the Odata EDM: BillOfOperationsUsage
Do not confuse the task list usage with the usage of a PRT or a work center. In these cases, the usage describes the task list types in which the PRT or work center can be used.
@Nullable public String getBillOfOperationsStatus()
Original property name from the Odata EDM: BillOfOperationsStatus
Note that certain transactions are dependent upon the status of the task list. For example, you can only include a reference operation set in a routing if the routing has the status "Released (general)".
@Nullable public String getResponsiblePlannerGroup()
Original property name from the Odata EDM: ResponsiblePlannerGroup
When you enter the planner group, also enter the plant for whose routings the planner group is responsible.
@Nullable public BigDecimal getMinimumLotSizeQuantity()
Original property name from the Odata EDM: MinimumLotSizeQuantity
@Nullable public BigDecimal getMaximumLotSizeQuantity()
Original property name from the Odata EDM: MaximumLotSizeQuantity
@Nullable public String getBillOfOperationsUnit()
Original property name from the Odata EDM: BillOfOperationsUnit
The unit of measure in the material master is used in the task list.If you have not maintained a unit of measure in the material master, the unit from the profile is proposed.
@Nullable public String getReplacedBillOfOperations()
Original property name from the Odata EDM: ReplacedBillOfOperations
Enter the number of the routing in the "old system".
@Nullable public Boolean getIsMarkedForDeletion()
Original property name from the Odata EDM: IsMarkedForDeletion
You can reset the deletion flag anytime before the next archiving run.
@Nullable public String getInspSubsetFieldCombination()
Original property name from the Odata EDM: InspSubsetFieldCombination
@Nullable public String getInspectionPartialLotAssignment()
Original property name from the Odata EDM: InspectionPartialLotAssignment
@Nullable public String getSmplDrawingProcedure()
Original property name from the Odata EDM: SmplDrawingProcedure
@Nullable public String getSmplDrawingProcedureVersion()
Original property name from the Odata EDM: SmplDrawingProcedureVersion
@Nullable public String getInspectionLotDynamicLevel()
Original property name from the Odata EDM: InspectionLotDynamicLevel
@Nullable public String getInspLotDynamicRule()
Original property name from the Odata EDM: InspLotDynamicRule
@Nullable public String getInspExternalNumberingOfValues()
Original property name from the Odata EDM: InspExternalNumberingOfValues
This identification is defined in the task list header.When the inspection lot is created, this identification is copied to the inspection lot, and it is then evaluated when single values are recorded for the inspection characteristic.For example, the identification can be set so that you can enter an external number for the unit to be inspected for each single value.
@Nullable public LocalDateTime getCreationDate()
Original property name from the Odata EDM: CreationDate
@Nullable public String getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public LocalDateTime getLastChangeDate()
Original property name from the Odata EDM: LastChangeDate
@Nullable public String getLastChangedByUser()
Original property name from the Odata EDM: LastChangedByUser
@Nullable public String getChangeNumber()
Original property name from the Odata EDM: ChangeNumber
If you make a change with reference to a change number, or create anobject with a change number, the following functions are at your disposal:The system determines the effectivity parametersThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date effectivity (valid from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation for the changesRevision level to indicate the change status of a material or documentChanges released for the different areas in the company.
@Nullable public LocalDateTime getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public LocalDateTime getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@Nullable public ZonedDateTime getChangedDateTime()
Original property name from the Odata EDM: ChangedDateTime
To standardize local times in a UTC time stamp and thus make them comparable with other times, these local times
need to be converted using your time zone and the ABAP command convert.Even if the system is able to determine
the time zone from Customizing or master data, you shoul save the time zone redundantly here.The internal
structure of the UTC time stamp is subdivided into a date part and a time part in packed number format
public String toString()
toString
in class VdmObject<InspectionPlan>
public boolean equals(Object o)
equals
in class VdmObject<InspectionPlan>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<InspectionPlan>
public int hashCode()
hashCode
in class VdmObject<InspectionPlan>
Copyright © 2019 SAP SE. All rights reserved.