public class ArticleReference extends AbstractValueObject
| Constructor and Description |
|---|
ArticleReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArticleReference()
BMECat: ARTICLE_REFERENCE.ART_ID_TO
|
String |
getCatalogID()
BMECat: ARTICLE_REFERENCE.CATALOG_ID
|
String |
getCatalogVersion()
BMECat: ARTICLE_REFERENCE.CATALOG_VERSION
|
Integer |
getQuantity()
BMECat: ARTICLE_REFERENCE quantity="..."
|
String |
getType()
BMECat: ARTICLE_REFERENCE type="..."
|
void |
setArticleReference(String articleReference)
BMECat: ARTICLE_REFERENCE.ART_ID_TO
|
void |
setCatalogID(String catalogID) |
void |
setCatalogVersion(String catalogVersion) |
void |
setQuantity(Integer quantity) |
void |
setType(String type) |
getEndLineNumber, getStartLineNumber, getXML, setEndLineNumber, setStartLineNumber, setXML, toStringpublic String getArticleReference()
public void setArticleReference(String articleReference)
articleReference - The articleReference to set.public String getCatalogID()
public void setCatalogID(String catalogID)
catalogID - The catalogID to set.public String getType()
public void setType(String type)
type - The type to set.public String getCatalogVersion()
public void setCatalogVersion(String catalogVersion)
catalogVersion - The catalogVersion to set.public Integer getQuantity()
public void setQuantity(Integer quantity)
quantity - The quantity to set.Copyright © 2017 SAP SE. All Rights Reserved.