public class IndexItemDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
effectiveDate |
protected java.lang.String |
expirationDate |
protected java.lang.String |
leadTime |
protected java.util.List<SearchGroupData> |
searchGroupData |
protected java.util.List<TerritoryAvailable> |
territoryAvailable |
| Constructor and Description |
|---|
IndexItemDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
java.lang.String |
getExpirationDate()
Gets the value of the expirationDate property.
|
java.lang.String |
getLeadTime()
Gets the value of the leadTime 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.
|
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.
|
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
public 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
Copyright © 2018 SAP SE. All Rights Reserved.