public class Catalog extends Node
| Constructor and Description |
|---|
Catalog() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Agreement> |
getAgreements()
BMECat: HEADER.AGREMENT
|
Company |
getBuyer()
BMECat: HEADER.BUYER
|
String |
getDefaultCurrency()
BMECat: CATALOG.CURRENCY
|
Collection<FeatureSystem> |
getFeatureSystems() |
Date |
getGenerationDate()
BMECat: CATALOG.DATETIME type="generation_date"
|
String |
getGeneratorInfo()
BMECat: HEADER.GENERATOR_INFO
|
String |
getID()
BMECat: CATALOG.CATALOG_ID
|
Boolean |
getInclAssurance()
BMECat: CATALOG.PRICE_FLAG type="incl_assurance"
|
Boolean |
getInclDuty()
BMECat: CATALOG.PRICE_FLAG type="incl_duty"
|
Boolean |
getInclFreight()
BMECat: CATALOG.PRICE_FLAG type="incl_freight"
|
Boolean |
getInclPacking()
BMECat: CATALOG.PRICE_FLAG type="incl_packing"
|
String |
getLanguage()
BMECat: CATALOG.LANGUAGE
|
String |
getMimeRootDirectory()
BMECat: CATALOG.MIME_ROOT
|
String |
getName()
BMECat: CATALOG.CATALOG_NAME
|
Integer |
getPreviousVersion() |
Company |
getSupplier()
BMECat: HEADER.SUPPLIER
|
Collection<String> |
getTerritories()
BMECat: CATALOG.TERRITORY format: country-region Example: if the territory is "DE-BY", that means that the country
code "DE" is for Germany, and the region code "BY" is for Bayern.
|
int |
getTransactionMode() |
String |
getVersion()
BMECat: CATALOG.CATALOG_VERSION
|
void |
setAgreements(Collection<Agreement> agreements) |
void |
setBuyer(Company buyer) |
void |
setDefaultCurrency(String defaultCurrency) |
void |
setFeatureSystems(Collection<FeatureSystem> featureSystems) |
void |
setGenerationDate(Date generationDate) |
void |
setGeneratorInfo(String generatorInfo) |
void |
setID(String id) |
void |
setInclAssurance(Boolean inclAssurance) |
void |
setInclDuty(Boolean inclDuty) |
void |
setInclFreight(Boolean inclFreight) |
void |
setInclPacking(Boolean inclPacking) |
void |
setLanguage(String language) |
void |
setMimeRootDirectory(String mimeRootDirectory) |
void |
setName(String name) |
void |
setPreviousVersion(Integer previousVersion) |
void |
setSupplier(Company supplier) |
void |
setTerritories(Collection<String> territories) |
void |
setTransactionMode(int transactionMode) |
void |
setVersion(String version) |
getCategories, setCategoriesgetEndLineNumber, getStartLineNumber, getXML, setEndLineNumber, setStartLineNumber, setXML, toStringpublic Collection<Agreement> getAgreements()
public void setAgreements(Collection<Agreement> agreements)
agreements - The agreements to set.public Company getBuyer()
public void setBuyer(Company buyer)
buyer - The buyer to set.public String getDefaultCurrency()
public void setDefaultCurrency(String defaultCurrency)
defaultCurrency - The defaultCurrency to set.public Date getGenerationDate()
public void setGenerationDate(Date generationDate)
generationDate - The generationDate to set.public String getGeneratorInfo()
public void setGeneratorInfo(String generatorInfo)
generatorInfo - The generatorInfo to set.public String getID()
public void setID(String id)
id - The id to set.public Boolean getInclAssurance()
public void setInclAssurance(Boolean inclAssurance)
inclAssurance - The inclAssurance to set.public Boolean getInclDuty()
public void setInclDuty(Boolean inclDuty)
inclDuty - The inclDuty to set.public Boolean getInclFreight()
public void setInclFreight(Boolean inclFreight)
inclFreight - The inclFreight to set.public Boolean getInclPacking()
public void setInclPacking(Boolean inclPacking)
inclPacking - The inclPacking to set.public String getLanguage()
public void setLanguage(String language)
language - The languages to set.public String getMimeRootDirectory()
public void setMimeRootDirectory(String mimeRootDirectory)
mimeRootDirectory - The mimeRootDirectory to set.public String getName()
public void setName(String name)
name - The name to set.public Company getSupplier()
public void setSupplier(Company supplier)
supplier - The supplier to set.public Collection<String> getTerritories()
public void setTerritories(Collection<String> territories)
territories - The territories to set.public Collection<FeatureSystem> getFeatureSystems()
public void setFeatureSystems(Collection<FeatureSystem> featureSystems)
featureSystems - The featureSystems to set.public String getVersion()
public void setVersion(String version)
version - The version to set.public int getTransactionMode()
public void setTransactionMode(int transactionMode)
transactionMode - The transactionMode to set.public Integer getPreviousVersion()
public void setPreviousVersion(Integer previousVersion)
previousVersion - The previousVersion to set.Copyright © 2017 SAP SE. All Rights Reserved.