public class PunchoutDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Classification> |
classification |
protected java.util.List<Description> |
description |
protected java.lang.String |
effectiveDate |
protected java.lang.String |
expirationDate |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
leadTime |
protected ManufacturerName |
manufacturerName |
protected java.lang.String |
manufacturerPartID |
protected PriceBasisQuantity |
priceBasisQuantity |
protected java.lang.String |
punchoutLevel |
protected java.util.List<SearchGroupData> |
searchGroupData |
protected java.util.List<TerritoryAvailable> |
territoryAvailable |
protected java.lang.String |
unitOfMeasure |
protected UnitPrice |
unitPrice |
protected URL |
url |
| Constructor and Description |
|---|
PunchoutDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Classification> |
getClassification()
Gets the value of the classification property.
|
java.util.List<Description> |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
java.lang.String |
getExpirationDate()
Gets the value of the expirationDate property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getLeadTime()
Gets the value of the leadTime property.
|
ManufacturerName |
getManufacturerName()
Gets the value of the manufacturerName property.
|
java.lang.String |
getManufacturerPartID()
Gets the value of the manufacturerPartID property.
|
PriceBasisQuantity |
getPriceBasisQuantity()
Gets the value of the priceBasisQuantity property.
|
java.lang.String |
getPunchoutLevel()
Gets the value of the punchoutLevel property.
|
java.util.List<SearchGroupData> |
getSearchGroupData()
Gets the value of the searchGroupData property.
|
java.util.List<TerritoryAvailable> |
getTerritoryAvailable()
Gets the value of the territoryAvailable property.
|
java.lang.String |
getUnitOfMeasure()
Gets the value of the unitOfMeasure property.
|
UnitPrice |
getUnitPrice()
Gets the value of the unitPrice property.
|
URL |
getURL()
Gets the value of the url property.
|
void |
setEffectiveDate(java.lang.String value)
Sets the value of the effectiveDate property.
|
void |
setExpirationDate(java.lang.String value)
Sets the value of the expirationDate property.
|
void |
setLeadTime(java.lang.String value)
Sets the value of the leadTime property.
|
void |
setManufacturerName(ManufacturerName value)
Sets the value of the manufacturerName property.
|
void |
setManufacturerPartID(java.lang.String value)
Sets the value of the manufacturerPartID property.
|
void |
setPriceBasisQuantity(PriceBasisQuantity value)
Sets the value of the priceBasisQuantity property.
|
void |
setPunchoutLevel(java.lang.String value)
Sets the value of the punchoutLevel property.
|
void |
setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.
|
void |
setUnitPrice(UnitPrice value)
Sets the value of the unitPrice property.
|
void |
setURL(URL value)
Sets the value of the url property.
|
protected java.lang.String punchoutLevel
protected java.util.List<Description> description
protected URL url
protected java.util.List<Classification> classification
protected UnitPrice unitPrice
protected java.lang.String unitOfMeasure
protected PriceBasisQuantity priceBasisQuantity
protected ManufacturerName manufacturerName
protected java.lang.String manufacturerPartID
protected java.lang.String leadTime
protected java.lang.String expirationDate
protected java.lang.String effectiveDate
protected java.util.List<SearchGroupData> searchGroupData
protected java.util.List<TerritoryAvailable> territoryAvailable
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getPunchoutLevel()
Stringpublic void setPunchoutLevel(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Description> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
Description
public void setURL(URL value)
value - allowed object is
URLpublic java.util.List<Classification> getClassification()
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 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
public UnitPrice getUnitPrice()
UnitPricepublic void setUnitPrice(UnitPrice value)
value - allowed object is
UnitPricepublic java.lang.String getUnitOfMeasure()
Stringpublic void setUnitOfMeasure(java.lang.String value)
value - allowed object is
Stringpublic PriceBasisQuantity getPriceBasisQuantity()
PriceBasisQuantitypublic void setPriceBasisQuantity(PriceBasisQuantity value)
value - allowed object is
PriceBasisQuantitypublic ManufacturerName getManufacturerName()
ManufacturerNamepublic void setManufacturerName(ManufacturerName value)
value - allowed object is
ManufacturerNamepublic java.lang.String getManufacturerPartID()
Stringpublic void setManufacturerPartID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLeadTime()
Stringpublic void setLeadTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExpirationDate()
Stringpublic void setExpirationDate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEffectiveDate()
Stringpublic void setEffectiveDate(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<SearchGroupData> getSearchGroupData()
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 searchGroupData property.
For example, to add a new item, do as follows:
getSearchGroupData().add(newItem);
Objects of the following type(s) are allowed in the list
SearchGroupData
public java.util.List<TerritoryAvailable> getTerritoryAvailable()
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 territoryAvailable property.
For example, to add a new item, do as follows:
getTerritoryAvailable().add(newItem);
Objects of the following type(s) are allowed in the list
TerritoryAvailable
public 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.