public class ProductActivityDetails
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Batch |
batch |
protected ConsignmentInventory |
consignmentInventory |
protected java.util.List<ConsignmentMovement> |
consignmentMovement |
protected java.util.List<Contact> |
contact |
protected Description |
description |
protected java.util.List<Extrinsic> |
extrinsic |
protected Inventory |
inventory |
protected ItemID |
itemID |
protected java.lang.String |
leadTime |
protected SalesReport |
salesReport |
protected java.util.List<TimeSeries> |
timeSeries |
| Constructor and Description |
|---|
ProductActivityDetails() |
| Modifier and Type | Method and Description |
|---|---|
Batch |
getBatch()
Gets the value of the batch property.
|
ConsignmentInventory |
getConsignmentInventory()
Gets the value of the consignmentInventory property.
|
java.util.List<ConsignmentMovement> |
getConsignmentMovement()
Gets the value of the consignmentMovement property.
|
java.util.List<Contact> |
getContact()
Gets the value of the contact property.
|
Description |
getDescription()
Gets the value of the description property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
Inventory |
getInventory()
Gets the value of the inventory property.
|
ItemID |
getItemID()
Gets the value of the itemID property.
|
java.lang.String |
getLeadTime()
Gets the value of the leadTime property.
|
SalesReport |
getSalesReport()
Gets the value of the salesReport property.
|
java.util.List<TimeSeries> |
getTimeSeries()
Gets the value of the timeSeries property.
|
void |
setBatch(Batch value)
Sets the value of the batch property.
|
void |
setConsignmentInventory(ConsignmentInventory value)
Sets the value of the consignmentInventory property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setInventory(Inventory value)
Sets the value of the inventory property.
|
void |
setItemID(ItemID value)
Sets the value of the itemID property.
|
void |
setLeadTime(java.lang.String value)
Sets the value of the leadTime property.
|
void |
setSalesReport(SalesReport value)
Sets the value of the salesReport property.
|
protected ItemID itemID
protected Description description
protected java.lang.String leadTime
protected Batch batch
protected java.util.List<Contact> contact
protected Inventory inventory
protected ConsignmentInventory consignmentInventory
protected java.util.List<TimeSeries> timeSeries
protected java.util.List<ConsignmentMovement> consignmentMovement
protected SalesReport salesReport
protected java.util.List<Extrinsic> extrinsic
public ItemID getItemID()
ItemIDpublic void setItemID(ItemID value)
value - allowed object is
ItemIDpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic java.lang.String getLeadTime()
Stringpublic void setLeadTime(java.lang.String value)
value - allowed object is
Stringpublic Batch getBatch()
Batchpublic void setBatch(Batch value)
value - allowed object is
Batchpublic java.util.List<Contact> getContact()
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 set method 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
public Inventory getInventory()
Inventorypublic void setInventory(Inventory value)
value - allowed object is
Inventorypublic ConsignmentInventory getConsignmentInventory()
ConsignmentInventorypublic void setConsignmentInventory(ConsignmentInventory value)
value - allowed object is
ConsignmentInventorypublic java.util.List<TimeSeries> getTimeSeries()
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 set method 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
public java.util.List<ConsignmentMovement> getConsignmentMovement()
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 set method 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
public SalesReport getSalesReport()
SalesReportpublic void setSalesReport(SalesReport value)
value - allowed object is
SalesReportpublic java.util.List<Extrinsic> getExtrinsic()
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 set method 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
Copyright © 2018 SAP SE. All Rights Reserved.