Class ProductActivityDetails
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Batchprotected List<Characteristic>protected List<Classification>protected ConsignmentInventoryprotected List<ConsignmentMovement>protected Descriptionprotected ForecastDetailsprotected Inventoryprotected List<InventoryTimeSeries>protected Stringprotected ManufacturerNameprotected Stringprotected Stringprotected List<PlanningTimeSeries>protected List<ReferenceDocumentInfo>protected SalesReportprotected SerialNumberInfoprotected Stringprotected List<TimeSeries>protected Stringprotected UnitPrice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBatch()Gets the value of the batch property.Gets the value of the characteristic property.Gets the value of the classification property.Gets the value of the consignmentInventory property.Gets the value of the consignmentMovement property.Gets the value of the contact property.Gets the value of the description property.Gets the value of the extrinsic property.Gets the value of the forecastDetails property.Gets the value of the inventory property.Gets the value of the inventoryTimeSeries property.Gets the value of the itemIDOrResourceID property.Gets the value of the leadTime property.Gets the value of the manufacturerName property.Gets the value of the manufacturerPartID property.Gets the value of the plannedAcceptanceDays property.Gets the value of the planningTimeSeries property.Gets the value of the referenceDocumentInfo property.Gets the value of the salesReport property.Gets the value of the serialNumberInfo property.Gets the value of the status property.Gets the value of the timeSeries property.Gets the value of the unitOfMeasure property.Gets the value of the unitPrice property.voidSets the value of the batch property.voidSets the value of the consignmentInventory property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the forecastDetails property.voidsetInventory(Inventory value) Sets the value of the inventory property.voidsetLeadTime(String value) Sets the value of the leadTime property.voidSets the value of the manufacturerName property.voidsetManufacturerPartID(String value) Sets the value of the manufacturerPartID property.voidsetPlannedAcceptanceDays(String value) Sets the value of the plannedAcceptanceDays property.voidsetSalesReport(SalesReport value) Sets the value of the salesReport property.voidSets the value of the serialNumberInfo property.voidSets the value of the status property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.voidsetUnitPrice(UnitPrice value) Sets the value of the unitPrice property.
-
Field Details
-
status
-
itemIDOrResourceID
-
description
-
classification
-
serialNumberInfo
-
forecastDetails
-
leadTime
-
plannedAcceptanceDays
-
manufacturerPartID
-
manufacturerName
-
referenceDocumentInfo
-
characteristic
-
batch
-
contact
-
unitPrice
-
inventory
-
consignmentInventory
-
timeSeries
-
planningTimeSeries
-
inventoryTimeSeries
-
consignmentMovement
-
salesReport
-
unitOfMeasure
-
extrinsic
-
-
Constructor Details
-
ProductActivityDetails
public ProductActivityDetails()
-
-
Method Details
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isString
-
getItemIDOrResourceID
Gets the value of the itemIDOrResourceID property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the itemIDOrResourceID property.For example, to add a new item, do as follows:
getItemIDOrResourceID().add(newItem);Objects of the following type(s) are allowed in the list
ItemIDResourceID -
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getClassification
Gets the value of the classification property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the classification property.For example, to add a new item, do as follows:
getClassification().add(newItem);Objects of the following type(s) are allowed in the list
Classification -
getSerialNumberInfo
Gets the value of the serialNumberInfo property.- Returns:
- possible object is
SerialNumberInfo
-
setSerialNumberInfo
Sets the value of the serialNumberInfo property.- Parameters:
value- allowed object isSerialNumberInfo
-
getForecastDetails
Gets the value of the forecastDetails property.- Returns:
- possible object is
ForecastDetails
-
setForecastDetails
Sets the value of the forecastDetails property.- Parameters:
value- allowed object isForecastDetails
-
getLeadTime
Gets the value of the leadTime property.- Returns:
- possible object is
String
-
setLeadTime
Sets the value of the leadTime property.- Parameters:
value- allowed object isString
-
getPlannedAcceptanceDays
Gets the value of the plannedAcceptanceDays property.- Returns:
- possible object is
String
-
setPlannedAcceptanceDays
Sets the value of the plannedAcceptanceDays property.- Parameters:
value- allowed object isString
-
getManufacturerPartID
Gets the value of the manufacturerPartID property.- Returns:
- possible object is
String
-
setManufacturerPartID
Sets the value of the manufacturerPartID property.- Parameters:
value- allowed object isString
-
getManufacturerName
Gets the value of the manufacturerName property.- Returns:
- possible object is
ManufacturerName
-
setManufacturerName
Sets the value of the manufacturerName property.- Parameters:
value- allowed object isManufacturerName
-
getReferenceDocumentInfo
Gets the value of the referenceDocumentInfo property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the referenceDocumentInfo property.For example, to add a new item, do as follows:
getReferenceDocumentInfo().add(newItem);Objects of the following type(s) are allowed in the list
ReferenceDocumentInfo -
getCharacteristic
Gets the value of the characteristic property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the characteristic property.For example, to add a new item, do as follows:
getCharacteristic().add(newItem);Objects of the following type(s) are allowed in the list
Characteristic -
getBatch
Gets the value of the batch property.- Returns:
- possible object is
Batch
-
setBatch
Sets the value of the batch property.- Parameters:
value- allowed object isBatch
-
getContact
Gets the value of the contact property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the contact property.For example, to add a new item, do as follows:
getContact().add(newItem);Objects of the following type(s) are allowed in the list
Contact -
getUnitPrice
Gets the value of the unitPrice property.- Returns:
- possible object is
UnitPrice
-
setUnitPrice
Sets the value of the unitPrice property.- Parameters:
value- allowed object isUnitPrice
-
getInventory
Gets the value of the inventory property.- Returns:
- possible object is
Inventory
-
setInventory
Sets the value of the inventory property.- Parameters:
value- allowed object isInventory
-
getConsignmentInventory
Gets the value of the consignmentInventory property.- Returns:
- possible object is
ConsignmentInventory
-
setConsignmentInventory
Sets the value of the consignmentInventory property.- Parameters:
value- allowed object isConsignmentInventory
-
getTimeSeries
Gets the value of the timeSeries property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the timeSeries property.For example, to add a new item, do as follows:
getTimeSeries().add(newItem);Objects of the following type(s) are allowed in the list
TimeSeries -
getPlanningTimeSeries
Gets the value of the planningTimeSeries property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the planningTimeSeries property.For example, to add a new item, do as follows:
getPlanningTimeSeries().add(newItem);Objects of the following type(s) are allowed in the list
PlanningTimeSeries -
getInventoryTimeSeries
Gets the value of the inventoryTimeSeries property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the inventoryTimeSeries property.For example, to add a new item, do as follows:
getInventoryTimeSeries().add(newItem);Objects of the following type(s) are allowed in the list
InventoryTimeSeries -
getConsignmentMovement
Gets the value of the consignmentMovement property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the consignmentMovement property.For example, to add a new item, do as follows:
getConsignmentMovement().add(newItem);Objects of the following type(s) are allowed in the list
ConsignmentMovement -
getSalesReport
Gets the value of the salesReport property.- Returns:
- possible object is
SalesReport
-
setSalesReport
Sets the value of the salesReport property.- Parameters:
value- allowed object isSalesReport
-
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
getExtrinsic
Gets the value of the extrinsic property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-