public class ProductionRoutingMatlAssgmt extends VdmEntity<ProductionRoutingMatlAssgmt>
Original entity name from the Odata EDM: ProductionRoutingMatlAssgmtType
Modifier and Type | Class and Description |
---|---|
static class |
ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductionRoutingMatlAssgmtSelectable |
ALL_FIELDS
Selector for all available fields of ProductionRoutingMatlAssgmt.
|
static ProductionRoutingMatlAssgmtField<String> |
CHANGE_NUMBER
Use with available fluent helpers to apply the ChangeNumber field to query operations.
|
static ProductionRoutingMatlAssgmtField<ZonedDateTime> |
CHANGED_DATE_TIME
Use with available fluent helpers to apply the ChangedDateTime field to query operations.
|
static ProductionRoutingMatlAssgmtField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static ProductionRoutingMatlAssgmtField<LocalDateTime> |
CREATION_DATE
Use with available fluent helpers to apply the CreationDate field to query operations.
|
static ProductionRoutingMatlAssgmtField<LocalDateTime> |
LAST_CHANGE_DATE
Use with available fluent helpers to apply the LastChangeDate field to query operations.
|
static ProductionRoutingMatlAssgmtField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static ProductionRoutingMatlAssgmtField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static ProductionRoutingMatlAssgmtField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductionRoutingMatlAssgmtField<String> |
PRODUCTION_ROUTING
Use with available fluent helpers to apply the ProductionRouting field to query operations.
|
static ProductionRoutingMatlAssgmtField<String> |
PRODUCTION_ROUTING_GROUP
Use with available fluent helpers to apply the ProductionRoutingGroup field to query operations.
|
static ProductionRoutingMatlAssgmtField<String> |
PRODUCTION_ROUTING_MATL_ASSGMT
Use with available fluent helpers to apply the ProductionRoutingMatlAssgmt field to query operations.
|
static ProductionRoutingMatlAssgmtField<String> |
PRODUCTION_RTG_MATL_ASSGMT_INT_VERS
Use with available fluent helpers to apply the ProductionRtgMatlAssgmtIntVers field to query operations.
|
static ProductionRoutingMatlAssgmtField<LocalDateTime> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static ProductionRoutingMatlAssgmtField<LocalDateTime> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductionRoutingMatlAssgmt() |
ProductionRoutingMatlAssgmt(String product,
String plant,
String productionRoutingGroup,
String productionRouting,
String productionRoutingMatlAssgmt,
String productionRtgMatlAssgmtIntVers,
LocalDateTime creationDate,
String createdByUser,
LocalDateTime lastChangeDate,
String lastChangedByUser,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String changeNumber,
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 ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ProductionRoutingMatlAssgmtField<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) |
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()
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.
|
protected Map<String,Object> |
getKey() |
LocalDateTime |
getLastChangeDate()
Constraints: Not nullable, Precision: 0
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 18
|
String |
getProductionRouting()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getProductionRoutingGroup()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getProductionRoutingMatlAssgmt()
(Key Field) Constraints: Not nullable, Maximum length: 7
|
String |
getProductionRtgMatlAssgmtIntVers()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
Class<ProductionRoutingMatlAssgmt> |
getType() |
LocalDateTime |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
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 |
setLastChangeDate(LocalDateTime lastChangeDate)
Constraints: Not nullable, Precision: 0
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 18
|
void |
setProductionRouting(String productionRouting)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setProductionRoutingGroup(String productionRoutingGroup)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setProductionRoutingMatlAssgmt(String productionRoutingMatlAssgmt)
(Key Field) Constraints: Not nullable, Maximum length: 7
|
void |
setProductionRtgMatlAssgmtIntVers(String productionRtgMatlAssgmtIntVers)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
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 ProductionRoutingMatlAssgmtSelectable ALL_FIELDS
public static final ProductionRoutingMatlAssgmtField<String> PRODUCT
public static final ProductionRoutingMatlAssgmtField<String> PLANT
public static final ProductionRoutingMatlAssgmtField<String> PRODUCTION_ROUTING_GROUP
public static final ProductionRoutingMatlAssgmtField<String> PRODUCTION_ROUTING
public static final ProductionRoutingMatlAssgmtField<String> PRODUCTION_ROUTING_MATL_ASSGMT
public static final ProductionRoutingMatlAssgmtField<String> PRODUCTION_RTG_MATL_ASSGMT_INT_VERS
public static final ProductionRoutingMatlAssgmtField<LocalDateTime> CREATION_DATE
public static final ProductionRoutingMatlAssgmtField<String> CREATED_BY_USER
public static final ProductionRoutingMatlAssgmtField<LocalDateTime> LAST_CHANGE_DATE
public static final ProductionRoutingMatlAssgmtField<String> LAST_CHANGED_BY_USER
public static final ProductionRoutingMatlAssgmtField<LocalDateTime> VALIDITY_START_DATE
public static final ProductionRoutingMatlAssgmtField<LocalDateTime> VALIDITY_END_DATE
public static final ProductionRoutingMatlAssgmtField<String> CHANGE_NUMBER
public static final ProductionRoutingMatlAssgmtField<ZonedDateTime> CHANGED_DATE_TIME
public ProductionRoutingMatlAssgmt()
public ProductionRoutingMatlAssgmt(@Nullable String product, @Nullable String plant, @Nullable String productionRoutingGroup, @Nullable String productionRouting, @Nullable String productionRoutingMatlAssgmt, @Nullable String productionRtgMatlAssgmtIntVers, @Nullable LocalDateTime creationDate, @Nullable String createdByUser, @Nullable LocalDateTime lastChangeDate, @Nullable String lastChangedByUser, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable String changeNumber, @Nullable ZonedDateTime changedDateTime)
@Nonnull public Class<ProductionRoutingMatlAssgmt> getType()
getType
in class VdmObject<ProductionRoutingMatlAssgmt>
public void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Alphanumeric key uniquely identifying the material.public void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Key uniquely identifying a plant.public void setProductionRoutingGroup(@Nullable String productionRoutingGroup)
Original property name from the Odata EDM: ProductionRoutingGroup
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.
productionRoutingGroup
- Key identifying a group.public void setProductionRouting(@Nullable String productionRouting)
Original property name from the Odata EDM: ProductionRouting
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.
productionRouting
- This key and the task list group uniquely identify a task list.public void setProductionRoutingMatlAssgmt(@Nullable String productionRoutingMatlAssgmt)
Original property name from the Odata EDM: ProductionRoutingMatlAssgmt
productionRoutingMatlAssgmt
- Counter for additional criteriapublic void setProductionRtgMatlAssgmtIntVers(@Nullable String productionRtgMatlAssgmtIntVers)
Original property name from the Odata EDM: ProductionRtgMatlAssgmtIntVers
productionRtgMatlAssgmtIntVers
- Identifies the activity posting.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 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 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 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()
VdmEntity
getEntityCollection
in class VdmEntity<ProductionRoutingMatlAssgmt>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductionRoutingMatlAssgmt>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductionRoutingMatlAssgmt>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductionRoutingMatlAssgmt>
@Nonnull public static <T> ProductionRoutingMatlAssgmtField<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> ProductionRoutingMatlAssgmtField<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<ProductionRoutingMatlAssgmt>
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<ProductionRoutingMatlAssgmt>
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<ProductionRoutingMatlAssgmt>
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<ProductionRoutingMatlAssgmt>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)public static ProductionRoutingMatlAssgmt.ProductionRoutingMatlAssgmtBuilder 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 String getProductionRoutingGroup()
Original property name from the Odata EDM: ProductionRoutingGroup
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 getProductionRouting()
Original property name from the Odata EDM: ProductionRouting
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 getProductionRoutingMatlAssgmt()
Original property name from the Odata EDM: ProductionRoutingMatlAssgmt
@Nullable public String getProductionRtgMatlAssgmtIntVers()
Original property name from the Odata EDM: ProductionRtgMatlAssgmtIntVers
@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 LocalDateTime getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
@Nullable public LocalDateTime getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
@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 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<ProductionRoutingMatlAssgmt>
public boolean equals(Object o)
equals
in class VdmObject<ProductionRoutingMatlAssgmt>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProductionRoutingMatlAssgmt>
public int hashCode()
hashCode
in class VdmObject<ProductionRoutingMatlAssgmt>
Copyright © 2020 SAP SE. All rights reserved.