public class SalesOrderBOM extends VdmEntity<SalesOrderBOM>
Original entity name from the Odata EDM: SalesOrderBOMType
Modifier and Type | Class and Description |
---|---|
static class |
SalesOrderBOM.SalesOrderBOMBuilder
Helper class to allow for fluent creation of SalesOrderBOM instances.
|
Modifier and Type | Field and Description |
---|---|
static SalesOrderBOMSelectable |
ALL_FIELDS
Selector for all available fields of SalesOrderBOM.
|
static SalesOrderBOMField<String> |
BILL_OF_MATERIAL
Use with available fluent helpers to apply the BillOfMaterial field to query operations.
|
static SalesOrderBOMField<String> |
BILL_OF_MATERIAL_AUTHSN_GRP
Use with available fluent helpers to apply the BillOfMaterialAuthsnGrp field to query operations.
|
static SalesOrderBOMField<String> |
BILL_OF_MATERIAL_CATEGORY
Use with available fluent helpers to apply the BillOfMaterialCategory field to query operations.
|
static SalesOrderBOMField<UUID> |
BILL_OF_MATERIAL_HEADER_UUID
Use with available fluent helpers to apply the BillOfMaterialHeaderUUID field to query operations.
|
static SalesOrderBOMField<String> |
BILL_OF_MATERIAL_STATUS
Use with available fluent helpers to apply the BillOfMaterialStatus field to query operations.
|
static SalesOrderBOMField<String> |
BILL_OF_MATERIAL_VARIANT
Use with available fluent helpers to apply the BillOfMaterialVariant field to query operations.
|
static SalesOrderBOMField<String> |
BILL_OF_MATERIAL_VARIANT_USAGE
Use with available fluent helpers to apply the BillOfMaterialVariantUsage field to query operations.
|
static SalesOrderBOMField<String> |
BOM_ALTERNATIVE_TEXT
Use with available fluent helpers to apply the BOMAlternativeText field to query operations.
|
static SalesOrderBOMField<Boolean> |
BOM_ASSET_NTWK_HNDOVR_IS_RELEVANT
Use with available fluent helpers to apply the BOMAssetNtwkHndovrIsRelevant field to query operations.
|
static SalesOrderBOMField<String> |
BOM_GROUP
Use with available fluent helpers to apply the BOMGroup field to query operations.
|
static SalesOrderBOMField<String> |
BOM_HEADER_BASE_UNIT
Use with available fluent helpers to apply the BOMHeaderBaseUnit field to query operations.
|
static SalesOrderBOMField<String> |
BOM_HEADER_INTERNAL_CHANGE_COUNT
Use with available fluent helpers to apply the BOMHeaderInternalChangeCount field to query operations.
|
static SalesOrderBOMField<BigDecimal> |
BOM_HEADER_QUANTITY_IN_BASE_UNIT
Use with available fluent helpers to apply the BOMHeaderQuantityInBaseUnit field to query operations.
|
static SalesOrderBOMField<String> |
BOM_HEADER_TEXT
Use with available fluent helpers to apply the BOMHeaderText field to query operations.
|
static SalesOrderBOMField<Boolean> |
BOM_IS_ARCHIVED_FOR_DELETION
Use with available fluent helpers to apply the BOMIsArchivedForDeletion field to query operations.
|
static SalesOrderBOMField<Boolean> |
BOM_IS_CONFIGURABLE
Use with available fluent helpers to apply the BOMIsConfigurable field to query operations.
|
static SalesOrderBOMField<String> |
BOM_IS_TO_BE_DELETED
Use with available fluent helpers to apply the BOMIsToBeDeleted field to query operations.
|
static SalesOrderBOMField<String> |
BOM_TECHNICAL_TYPE
Use with available fluent helpers to apply the BOMTechnicalType field to query operations.
|
static SalesOrderBOMField<String> |
BOM_USAGE_PRIORITY
Use with available fluent helpers to apply the BOMUsagePriority field to query operations.
|
static SalesOrderBOMField<String> |
CHG_TO_ENGINEERING_CHG_DOCUMENT
Use with available fluent helpers to apply the ChgToEngineeringChgDocument field to query operations.
|
static SalesOrderBOMField<String> |
CREATED_BY_USER
Use with available fluent helpers to apply the CreatedByUser field to query operations.
|
static SalesOrderBOMField<Boolean> |
DOCUMENT_IS_CREATED_BY_CAD
Use with available fluent helpers to apply the DocumentIsCreatedByCAD field to query operations.
|
static SalesOrderBOMField<String> |
ENGINEERING_CHANGE_DOC_FOR_EDIT
Use with available fluent helpers to apply the EngineeringChangeDocForEdit field to query operations.
|
static SalesOrderBOMField<String> |
ENGINEERING_CHANGE_DOCUMENT
Use with available fluent helpers to apply the EngineeringChangeDocument field to query operations.
|
static SalesOrderBOMField<Boolean> |
IS_ALE
Use with available fluent helpers to apply the IsALE field to query operations.
|
static SalesOrderBOMField<Boolean> |
IS_CONFIGURED_MATERIAL
Use with available fluent helpers to apply the IsConfiguredMaterial field to query operations.
|
static SalesOrderBOMField<Boolean> |
IS_MARKED_FOR_DELETION
Use with available fluent helpers to apply the IsMarkedForDeletion field to query operations.
|
static SalesOrderBOMField<String> |
LABORATORY_OR_DESIGN_OFFICE
Use with available fluent helpers to apply the LaboratoryOrDesignOffice field to query operations.
|
static SalesOrderBOMField<LocalDateTime> |
LAST_CHANGE_DATE
Use with available fluent helpers to apply the LastChangeDate field to query operations.
|
static SalesOrderBOMField<ZonedDateTime> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static SalesOrderBOMField<String> |
LAST_CHANGED_BY_USER
Use with available fluent helpers to apply the LastChangedByUser field to query operations.
|
static SalesOrderBOMField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static SalesOrderBOMField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static SalesOrderBOMField<LocalDateTime> |
RECORD_CREATION_DATE
Use with available fluent helpers to apply the RecordCreationDate field to query operations.
|
static SalesOrderBOMField<String> |
SALES_ORDER
Use with available fluent helpers to apply the SalesOrder field to query operations.
|
static SalesOrderBOMField<String> |
SALES_ORDER_ITEM
Use with available fluent helpers to apply the SalesOrderItem field to query operations.
|
static SalesOrderBOMLink<SalesOrderBOMItem> |
TO_BILL_OF_MATERIAL_ITEM
Use with available fluent helpers to apply the to_BillOfMaterialItem navigation property to query
operations.
|
static SalesOrderBOMField<LocalDateTime> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static SalesOrderBOMField<LocalDateTime> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SalesOrderBOM() |
SalesOrderBOM(String billOfMaterialCategory,
String billOfMaterial,
String billOfMaterialVariant,
String engineeringChangeDocument,
String material,
String plant,
String salesOrder,
String salesOrderItem,
String engineeringChangeDocForEdit,
ZonedDateTime lastChangeDateTime,
UUID billOfMaterialHeaderUUID,
String billOfMaterialVariantUsage,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String bOMHeaderInternalChangeCount,
String bOMHeaderText,
String bOMUsagePriority,
String billOfMaterialAuthsnGrp,
String bOMTechnicalType,
String bOMGroup,
String bOMAlternativeText,
String billOfMaterialStatus,
String chgToEngineeringChgDocument,
Boolean isMarkedForDeletion,
Boolean bOMIsArchivedForDeletion,
Boolean isConfiguredMaterial,
Boolean bOMIsConfigurable,
Boolean isALE,
String bOMHeaderBaseUnit,
BigDecimal bOMHeaderQuantityInBaseUnit,
LocalDateTime recordCreationDate,
LocalDateTime lastChangeDate,
String lastChangedByUser,
String createdByUser,
String bOMIsToBeDeleted,
Boolean documentIsCreatedByCAD,
String laboratoryOrDesignOffice,
Boolean bOMAssetNtwkHndovrIsRelevant,
List<SalesOrderBOMItem> toBillOfMaterialItem) |
Modifier and Type | Method and Description |
---|---|
void |
addBillOfMaterialItem(SalesOrderBOMItem... entity)
Adds elements to the list of associated SalesOrderBOMItem entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SalesOrderBOM.SalesOrderBOMBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SalesOrderBOMItem> |
fetchBillOfMaterialItem()
Fetches the SalesOrderBOMItem entities (one to many) associated with this entity.
|
static <T> SalesOrderBOMField<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 |
getBillOfMaterial()
(Key Field) Constraints: Not nullable, Maximum length: 8
|
String |
getBillOfMaterialAuthsnGrp()
Constraints: Not nullable, Maximum length: 4
|
String |
getBillOfMaterialCategory()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
UUID |
getBillOfMaterialHeaderUUID()
Constraints: none
|
io.vavr.control.Option<List<SalesOrderBOMItem>> |
getBillOfMaterialItemIfPresent()
Retrieval of associated SalesOrderBOMItem entities (one to many).
|
List<SalesOrderBOMItem> |
getBillOfMaterialItemOrFetch()
Retrieval of associated SalesOrderBOMItem entities (one to many).
|
String |
getBillOfMaterialStatus()
Constraints: Not nullable, Maximum length: 2
|
String |
getBillOfMaterialVariant()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getBillOfMaterialVariantUsage()
Constraints: Not nullable, Maximum length: 1
|
String |
getBOMAlternativeText()
Constraints: Not nullable, Maximum length: 40
|
Boolean |
getBOMAssetNtwkHndovrIsRelevant()
Constraints: none
|
String |
getBOMGroup()
Constraints: Not nullable, Maximum length: 18
|
String |
getBOMHeaderBaseUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getBOMHeaderInternalChangeCount()
Constraints: Not nullable, Maximum length: 8
|
BigDecimal |
getBOMHeaderQuantityInBaseUnit()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getBOMHeaderText()
Constraints: Not nullable, Maximum length: 40
|
Boolean |
getBOMIsArchivedForDeletion()
Constraints: none
|
Boolean |
getBOMIsConfigurable()
Constraints: none
|
String |
getBOMIsToBeDeleted()
Constraints: Not nullable, Maximum length: 1
|
String |
getBOMTechnicalType()
Constraints: Not nullable, Maximum length: 1
|
String |
getBOMUsagePriority()
Constraints: Not nullable, Maximum length: 2
|
String |
getChgToEngineeringChgDocument()
Constraints: Not nullable, Maximum length: 12
|
String |
getCreatedByUser()
Constraints: Not nullable, Maximum length: 12
|
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.
|
Boolean |
getDocumentIsCreatedByCAD()
Constraints: none
|
String |
getEngineeringChangeDocForEdit()
Constraints: Not nullable, Maximum length: 12
|
String |
getEngineeringChangeDocument()
(Key Field) Constraints: Not nullable, Maximum length: 12
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
Boolean |
getIsALE()
Constraints: none
|
Boolean |
getIsConfiguredMaterial()
Constraints: none
|
Boolean |
getIsMarkedForDeletion()
Constraints: none
|
protected Map<String,Object> |
getKey() |
String |
getLaboratoryOrDesignOffice()
Constraints: Not nullable, Maximum length: 3
|
LocalDateTime |
getLastChangeDate()
Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getLastChangedByUser()
Constraints: Not nullable, Maximum length: 12
|
String |
getMaterial()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
LocalDateTime |
getRecordCreationDate()
Constraints: Not nullable, Precision: 0
|
String |
getSalesOrder()
Constraints: Not nullable, Maximum length: 10
|
String |
getSalesOrderItem()
Constraints: Not nullable, Maximum length: 6
|
Class<SalesOrderBOM> |
getType() |
LocalDateTime |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setBillOfMaterial(String billOfMaterial)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
void |
setBillOfMaterialAuthsnGrp(String billOfMaterialAuthsnGrp)
Constraints: Not nullable, Maximum length: 4
|
void |
setBillOfMaterialCategory(String billOfMaterialCategory)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
void |
setBillOfMaterialHeaderUUID(UUID billOfMaterialHeaderUUID)
Constraints: none
|
void |
setBillOfMaterialItem(List<SalesOrderBOMItem> value)
Overwrites the list of associated SalesOrderBOMItem entities for the loaded navigation property
to_BillOfMaterialItem.
|
void |
setBillOfMaterialStatus(String billOfMaterialStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setBillOfMaterialVariant(String billOfMaterialVariant)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setBillOfMaterialVariantUsage(String billOfMaterialVariantUsage)
Constraints: Not nullable, Maximum length: 1
|
void |
setBOMAlternativeText(String bOMAlternativeText)
Constraints: Not nullable, Maximum length: 40
|
void |
setBOMAssetNtwkHndovrIsRelevant(Boolean bOMAssetNtwkHndovrIsRelevant)
Constraints: none
|
void |
setBOMGroup(String bOMGroup)
Constraints: Not nullable, Maximum length: 18
|
void |
setBOMHeaderBaseUnit(String bOMHeaderBaseUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setBOMHeaderInternalChangeCount(String bOMHeaderInternalChangeCount)
Constraints: Not nullable, Maximum length: 8
|
void |
setBOMHeaderQuantityInBaseUnit(BigDecimal bOMHeaderQuantityInBaseUnit)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setBOMHeaderText(String bOMHeaderText)
Constraints: Not nullable, Maximum length: 40
|
void |
setBOMIsArchivedForDeletion(Boolean bOMIsArchivedForDeletion)
Constraints: none
|
void |
setBOMIsConfigurable(Boolean bOMIsConfigurable)
Constraints: none
|
void |
setBOMIsToBeDeleted(String bOMIsToBeDeleted)
Constraints: Not nullable, Maximum length: 1
|
void |
setBOMTechnicalType(String bOMTechnicalType)
Constraints: Not nullable, Maximum length: 1
|
void |
setBOMUsagePriority(String bOMUsagePriority)
Constraints: Not nullable, Maximum length: 2
|
void |
setChgToEngineeringChgDocument(String chgToEngineeringChgDocument)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreatedByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setDocumentIsCreatedByCAD(Boolean documentIsCreatedByCAD)
Constraints: none
|
void |
setEngineeringChangeDocForEdit(String engineeringChangeDocForEdit)
Constraints: Not nullable, Maximum length: 12
|
void |
setEngineeringChangeDocument(String engineeringChangeDocument)
(Key Field) Constraints: Not nullable, Maximum length: 12
|
void |
setIsALE(Boolean isALE)
Constraints: none
|
void |
setIsConfiguredMaterial(Boolean isConfiguredMaterial)
Constraints: none
|
void |
setIsMarkedForDeletion(Boolean isMarkedForDeletion)
Constraints: none
|
void |
setLaboratoryOrDesignOffice(String laboratoryOrDesignOffice)
Constraints: Not nullable, Maximum length: 3
|
void |
setLastChangeDate(LocalDateTime lastChangeDate)
Constraints: Not nullable, Precision: 0
|
void |
setLastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setLastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
void |
setMaterial(String material)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setRecordCreationDate(LocalDateTime recordCreationDate)
Constraints: Not nullable, Precision: 0
|
void |
setSalesOrder(String salesOrder)
Constraints: Not nullable, Maximum length: 10
|
void |
setSalesOrderItem(String salesOrderItem)
Constraints: Not nullable, Maximum length: 6
|
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() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SalesOrderBOMSelectable ALL_FIELDS
public static final SalesOrderBOMField<String> BILL_OF_MATERIAL_CATEGORY
public static final SalesOrderBOMField<String> BILL_OF_MATERIAL
public static final SalesOrderBOMField<String> BILL_OF_MATERIAL_VARIANT
public static final SalesOrderBOMField<String> ENGINEERING_CHANGE_DOCUMENT
public static final SalesOrderBOMField<String> MATERIAL
public static final SalesOrderBOMField<String> PLANT
public static final SalesOrderBOMField<String> SALES_ORDER
public static final SalesOrderBOMField<String> SALES_ORDER_ITEM
public static final SalesOrderBOMField<String> ENGINEERING_CHANGE_DOC_FOR_EDIT
public static final SalesOrderBOMField<ZonedDateTime> LAST_CHANGE_DATE_TIME
public static final SalesOrderBOMField<UUID> BILL_OF_MATERIAL_HEADER_UUID
public static final SalesOrderBOMField<String> BILL_OF_MATERIAL_VARIANT_USAGE
public static final SalesOrderBOMField<LocalDateTime> VALIDITY_START_DATE
public static final SalesOrderBOMField<LocalDateTime> VALIDITY_END_DATE
public static final SalesOrderBOMField<String> BOM_HEADER_INTERNAL_CHANGE_COUNT
public static final SalesOrderBOMField<String> BOM_HEADER_TEXT
public static final SalesOrderBOMField<String> BOM_USAGE_PRIORITY
public static final SalesOrderBOMField<String> BILL_OF_MATERIAL_AUTHSN_GRP
public static final SalesOrderBOMField<String> BOM_TECHNICAL_TYPE
public static final SalesOrderBOMField<String> BOM_GROUP
public static final SalesOrderBOMField<String> BOM_ALTERNATIVE_TEXT
public static final SalesOrderBOMField<String> BILL_OF_MATERIAL_STATUS
public static final SalesOrderBOMField<String> CHG_TO_ENGINEERING_CHG_DOCUMENT
public static final SalesOrderBOMField<Boolean> IS_MARKED_FOR_DELETION
public static final SalesOrderBOMField<Boolean> BOM_IS_ARCHIVED_FOR_DELETION
public static final SalesOrderBOMField<Boolean> IS_CONFIGURED_MATERIAL
public static final SalesOrderBOMField<Boolean> BOM_IS_CONFIGURABLE
public static final SalesOrderBOMField<Boolean> IS_ALE
public static final SalesOrderBOMField<String> BOM_HEADER_BASE_UNIT
public static final SalesOrderBOMField<BigDecimal> BOM_HEADER_QUANTITY_IN_BASE_UNIT
public static final SalesOrderBOMField<LocalDateTime> RECORD_CREATION_DATE
public static final SalesOrderBOMField<LocalDateTime> LAST_CHANGE_DATE
public static final SalesOrderBOMField<String> LAST_CHANGED_BY_USER
public static final SalesOrderBOMField<String> CREATED_BY_USER
public static final SalesOrderBOMField<String> BOM_IS_TO_BE_DELETED
public static final SalesOrderBOMField<Boolean> DOCUMENT_IS_CREATED_BY_CAD
public static final SalesOrderBOMField<String> LABORATORY_OR_DESIGN_OFFICE
public static final SalesOrderBOMField<Boolean> BOM_ASSET_NTWK_HNDOVR_IS_RELEVANT
public static final SalesOrderBOMLink<SalesOrderBOMItem> TO_BILL_OF_MATERIAL_ITEM
public SalesOrderBOM()
public SalesOrderBOM(@Nullable String billOfMaterialCategory, @Nullable String billOfMaterial, @Nullable String billOfMaterialVariant, @Nullable String engineeringChangeDocument, @Nullable String material, @Nullable String plant, @Nullable String salesOrder, @Nullable String salesOrderItem, @Nullable String engineeringChangeDocForEdit, @Nullable ZonedDateTime lastChangeDateTime, @Nullable UUID billOfMaterialHeaderUUID, @Nullable String billOfMaterialVariantUsage, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable String bOMHeaderInternalChangeCount, @Nullable String bOMHeaderText, @Nullable String bOMUsagePriority, @Nullable String billOfMaterialAuthsnGrp, @Nullable String bOMTechnicalType, @Nullable String bOMGroup, @Nullable String bOMAlternativeText, @Nullable String billOfMaterialStatus, @Nullable String chgToEngineeringChgDocument, @Nullable Boolean isMarkedForDeletion, @Nullable Boolean bOMIsArchivedForDeletion, @Nullable Boolean isConfiguredMaterial, @Nullable Boolean bOMIsConfigurable, @Nullable Boolean isALE, @Nullable String bOMHeaderBaseUnit, @Nullable BigDecimal bOMHeaderQuantityInBaseUnit, @Nullable LocalDateTime recordCreationDate, @Nullable LocalDateTime lastChangeDate, @Nullable String lastChangedByUser, @Nullable String createdByUser, @Nullable String bOMIsToBeDeleted, @Nullable Boolean documentIsCreatedByCAD, @Nullable String laboratoryOrDesignOffice, @Nullable Boolean bOMAssetNtwkHndovrIsRelevant, List<SalesOrderBOMItem> toBillOfMaterialItem)
@Nonnull public Class<SalesOrderBOM> getType()
getType
in class VdmObject<SalesOrderBOM>
public void setBillOfMaterialCategory(@Nullable String billOfMaterialCategory)
Original property name from the Odata EDM: BillOfMaterialCategory
billOfMaterialCategory
- BOM categorypublic void setBillOfMaterial(@Nullable String billOfMaterial)
Original property name from the Odata EDM: BillOfMaterial
billOfMaterial
- Bill of Materialpublic void setBillOfMaterialVariant(@Nullable String billOfMaterialVariant)
Original property name from the Odata EDM: BillOfMaterialVariant
billOfMaterialVariant
- Alternative BOMpublic void setEngineeringChangeDocument(@Nullable String engineeringChangeDocument)
Original property name from the Odata EDM: EngineeringChangeDocument
engineeringChangeDocument
- Change Numberpublic void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Material Numberpublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setSalesOrder(@Nullable String salesOrder)
Original property name from the Odata EDM: SalesOrder
salesOrder
- Sales Orderpublic void setSalesOrderItem(@Nullable String salesOrderItem)
Original property name from the Odata EDM: SalesOrderItem
salesOrderItem
- Sales order itempublic void setEngineeringChangeDocForEdit(@Nullable String engineeringChangeDocForEdit)
Original property name from the Odata EDM: EngineeringChangeDocForEdit
engineeringChangeDocForEdit
- Change Numberpublic void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
lastChangeDateTime
- UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)public void setBillOfMaterialHeaderUUID(@Nullable UUID billOfMaterialHeaderUUID)
Original property name from the Odata EDM: BillOfMaterialHeaderUUID
billOfMaterialHeaderUUID
- Global identification of a BOM header change statuspublic void setBillOfMaterialVariantUsage(@Nullable String billOfMaterialVariantUsage)
Original property name from the Odata EDM: BillOfMaterialVariantUsage
billOfMaterialVariantUsage
- BOM Usagepublic 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 setBOMHeaderInternalChangeCount(@Nullable String bOMHeaderInternalChangeCount)
Original property name from the Odata EDM: BOMHeaderInternalChangeCount
bOMHeaderInternalChangeCount
- Internal counterpublic void setBOMHeaderText(@Nullable String bOMHeaderText)
Original property name from the Odata EDM: BOMHeaderText
bOMHeaderText
- BOM Descriptionpublic void setBOMUsagePriority(@Nullable String bOMUsagePriority)
Original property name from the Odata EDM: BOMUsagePriority
bOMUsagePriority
- CIM priority for selection IDpublic void setBillOfMaterialAuthsnGrp(@Nullable String billOfMaterialAuthsnGrp)
Original property name from the Odata EDM: BillOfMaterialAuthsnGrp
billOfMaterialAuthsnGrp
- Authorization group for bills of materialpublic void setBOMTechnicalType(@Nullable String bOMTechnicalType)
Original property name from the Odata EDM: BOMTechnicalType
bOMTechnicalType
- Technical typepublic void setBOMGroup(@Nullable String bOMGroup)
Original property name from the Odata EDM: BOMGroup
bOMGroup
- BOM grouppublic void setBOMAlternativeText(@Nullable String bOMAlternativeText)
Original property name from the Odata EDM: BOMAlternativeText
bOMAlternativeText
- Alternative BOM Textpublic void setBillOfMaterialStatus(@Nullable String billOfMaterialStatus)
Original property name from the Odata EDM: BillOfMaterialStatus
billOfMaterialStatus
- Bill of Material Statuspublic void setChgToEngineeringChgDocument(@Nullable String chgToEngineeringChgDocument)
Original property name from the Odata EDM: ChgToEngineeringChgDocument
chgToEngineeringChgDocument
- Change Number Topublic void setIsMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
Original property name from the Odata EDM: IsMarkedForDeletion
isMarkedForDeletion
- Deletion Indicatorpublic void setBOMIsArchivedForDeletion(@Nullable Boolean bOMIsArchivedForDeletion)
Original property name from the Odata EDM: BOMIsArchivedForDeletion
bOMIsArchivedForDeletion
- Deletion flag for BOMspublic void setIsConfiguredMaterial(@Nullable Boolean isConfiguredMaterial)
Original property name from the Odata EDM: IsConfiguredMaterial
isConfiguredMaterial
- Indicator: configurable BOMpublic void setBOMIsConfigurable(@Nullable Boolean bOMIsConfigurable)
Original property name from the Odata EDM: BOMIsConfigurable
bOMIsConfigurable
- Indicator: configurable BOMpublic void setIsALE(@Nullable Boolean isALE)
Original property name from the Odata EDM: IsALE
isALE
- ALE indicatorpublic void setBOMHeaderBaseUnit(@Nullable String bOMHeaderBaseUnit)
Original property name from the Odata EDM: BOMHeaderBaseUnit
bOMHeaderBaseUnit
- Base Unit of Measure for BOMpublic void setBOMHeaderQuantityInBaseUnit(@Nullable BigDecimal bOMHeaderQuantityInBaseUnit)
Original property name from the Odata EDM: BOMHeaderQuantityInBaseUnit
bOMHeaderQuantityInBaseUnit
- Base quantitypublic void setRecordCreationDate(@Nullable LocalDateTime recordCreationDate)
Original property name from the Odata EDM: RecordCreationDate
recordCreationDate
- Date Record Created Onpublic 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
- Name of person who changed objectpublic void setCreatedByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
createdByUser
- User who created recordpublic void setBOMIsToBeDeleted(@Nullable String bOMIsToBeDeleted)
Original property name from the Odata EDM: BOMIsToBeDeleted
bOMIsToBeDeleted
- Handling Deletion Flag During BOM Explosionpublic void setDocumentIsCreatedByCAD(@Nullable Boolean documentIsCreatedByCAD)
Original property name from the Odata EDM: DocumentIsCreatedByCAD
documentIsCreatedByCAD
- CAD Indicatorpublic void setLaboratoryOrDesignOffice(@Nullable String laboratoryOrDesignOffice)
Original property name from the Odata EDM: LaboratoryOrDesignOffice
laboratoryOrDesignOffice
- Laboratory/design officepublic void setBOMAssetNtwkHndovrIsRelevant(@Nullable Boolean bOMAssetNtwkHndovrIsRelevant)
Original property name from the Odata EDM: BOMAssetNtwkHndovrIsRelevant
bOMAssetNtwkHndovrIsRelevant
- Relevant for BOM to AIN Handoverprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SalesOrderBOM>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SalesOrderBOM>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SalesOrderBOM>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SalesOrderBOM>
@Nonnull public static <T> SalesOrderBOMField<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> SalesOrderBOMField<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<SalesOrderBOM>
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<SalesOrderBOM>
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<SalesOrderBOM>
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<SalesOrderBOM>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SalesOrderBOM>
@Nonnull public List<SalesOrderBOMItem> fetchBillOfMaterialItem() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<SalesOrderBOMItem> getBillOfMaterialItemOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_BillOfMaterialItem of a queried SalesOrderBOM is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<SalesOrderBOMItem>> getBillOfMaterialItemIfPresent()
If the navigation property for an entity SalesOrderBOM has not been resolved yet, this method will not
query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setBillOfMaterialItem(@Nonnull List<SalesOrderBOMItem> value)
If the navigation property to_BillOfMaterialItem of a queried SalesOrderBOM is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of SalesOrderBOMItem entities.public void addBillOfMaterialItem(SalesOrderBOMItem... entity)
If the navigation property to_BillOfMaterialItem of a queried SalesOrderBOM is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of SalesOrderBOMItem entities.@Nonnull public static SalesOrderBOM.SalesOrderBOMBuilder builder()
@Nullable public String getBillOfMaterialCategory()
Original property name from the Odata EDM: BillOfMaterialCategory
@Nullable public String getBillOfMaterial()
Original property name from the Odata EDM: BillOfMaterial
@Nullable public String getBillOfMaterialVariant()
Original property name from the Odata EDM: BillOfMaterialVariant
@Nullable public String getEngineeringChangeDocument()
Original property name from the Odata EDM: EngineeringChangeDocument
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getSalesOrder()
Original property name from the Odata EDM: SalesOrder
@Nullable public String getSalesOrderItem()
Original property name from the Odata EDM: SalesOrderItem
@Nullable public String getEngineeringChangeDocForEdit()
Original property name from the Odata EDM: EngineeringChangeDocForEdit
@Nullable public ZonedDateTime getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
@Nullable public UUID getBillOfMaterialHeaderUUID()
Original property name from the Odata EDM: BillOfMaterialHeaderUUID
@Nullable public String getBillOfMaterialVariantUsage()
Original property name from the Odata EDM: BillOfMaterialVariantUsage
@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 getBOMHeaderInternalChangeCount()
Original property name from the Odata EDM: BOMHeaderInternalChangeCount
@Nullable public String getBOMHeaderText()
Original property name from the Odata EDM: BOMHeaderText
@Nullable public String getBOMUsagePriority()
Original property name from the Odata EDM: BOMUsagePriority
@Nullable public String getBillOfMaterialAuthsnGrp()
Original property name from the Odata EDM: BillOfMaterialAuthsnGrp
@Nullable public String getBOMTechnicalType()
Original property name from the Odata EDM: BOMTechnicalType
@Nullable public String getBOMGroup()
Original property name from the Odata EDM: BOMGroup
@Nullable public String getBOMAlternativeText()
Original property name from the Odata EDM: BOMAlternativeText
@Nullable public String getBillOfMaterialStatus()
Original property name from the Odata EDM: BillOfMaterialStatus
@Nullable public String getChgToEngineeringChgDocument()
Original property name from the Odata EDM: ChgToEngineeringChgDocument
@Nullable public Boolean getIsMarkedForDeletion()
Original property name from the Odata EDM: IsMarkedForDeletion
@Nullable public Boolean getBOMIsArchivedForDeletion()
Original property name from the Odata EDM: BOMIsArchivedForDeletion
@Nullable public Boolean getIsConfiguredMaterial()
Original property name from the Odata EDM: IsConfiguredMaterial
@Nullable public Boolean getBOMIsConfigurable()
Original property name from the Odata EDM: BOMIsConfigurable
@Nullable public Boolean getIsALE()
Original property name from the Odata EDM: IsALE
@Nullable public String getBOMHeaderBaseUnit()
Original property name from the Odata EDM: BOMHeaderBaseUnit
@Nullable public BigDecimal getBOMHeaderQuantityInBaseUnit()
Original property name from the Odata EDM: BOMHeaderQuantityInBaseUnit
@Nullable public LocalDateTime getRecordCreationDate()
Original property name from the Odata EDM: RecordCreationDate
@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 getCreatedByUser()
Original property name from the Odata EDM: CreatedByUser
@Nullable public String getBOMIsToBeDeleted()
Original property name from the Odata EDM: BOMIsToBeDeleted
@Nullable public Boolean getDocumentIsCreatedByCAD()
Original property name from the Odata EDM: DocumentIsCreatedByCAD
@Nullable public String getLaboratoryOrDesignOffice()
Original property name from the Odata EDM: LaboratoryOrDesignOffice
@Nullable public Boolean getBOMAssetNtwkHndovrIsRelevant()
Original property name from the Odata EDM: BOMAssetNtwkHndovrIsRelevant
@Nonnull public String toString()
toString
in class VdmObject<SalesOrderBOM>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<SalesOrderBOM>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<SalesOrderBOM>
public int hashCode()
hashCode
in class VdmObject<SalesOrderBOM>
Copyright © 2021 SAP SE. All rights reserved.