public class ArticlePriceDetails extends AbstractValueObject
| Constructor and Description |
|---|
ArticlePriceDetails(Date startDate,
Date endDate,
boolean daily,
Collection<ArticlePrice> prices) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndDate()
BMECat: ARTICLE.ARTICLE_PRICE_DETAILS.DATETIME type="valid_end_date"
|
Collection<ArticlePrice> |
getPrices() |
Date |
getStartDate()
BMECat: ARTICLE.ARTICLE_PRICE_DETAILS.DATETIME type="valid_start_date"
|
boolean |
isDailyPrice()
BMECat: ARTICLE.ARTICLE_PRICE_DETAILS.DAILY_PRICE
|
getEndLineNumber, getStartLineNumber, getXML, setEndLineNumber, setStartLineNumber, setXML, toStringpublic ArticlePriceDetails(Date startDate, Date endDate, boolean daily, Collection<ArticlePrice> prices)
public Date getEndDate()
public boolean isDailyPrice()
public Collection<ArticlePrice> getPrices()
ArticlePrice instances.public Date getStartDate()
Copyright © 2017 SAP SE. All Rights Reserved.