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