Class Catalog
- java.lang.Object
-
- org.killbill.billing.client.model.gen.Catalog
-
public class Catalog extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CatalogaddCurrenciesItem(org.killbill.billing.catalog.api.Currency currenciesItem)CatalogaddPriceListsItem(PriceList priceListsItem)CatalogaddProductsItem(Product productsItem)CatalogaddUnitsItem(Unit unitsItem)booleanequals(Object o)List<org.killbill.billing.catalog.api.Currency>getCurrencies()org.joda.time.DateTimegetEffectiveDate()StringgetName()List<PriceList>getPriceLists()List<Product>getProducts()List<Unit>getUnits()inthashCode()CatalogsetCurrencies(List<org.killbill.billing.catalog.api.Currency> currencies)CatalogsetEffectiveDate(org.joda.time.DateTime effectiveDate)CatalogsetName(String name)CatalogsetPriceLists(List<PriceList> priceLists)CatalogsetProducts(List<Product> products)CatalogsetUnits(List<Unit> units)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
-
setEffectiveDate
public Catalog setEffectiveDate(org.joda.time.DateTime effectiveDate)
-
getEffectiveDate
public org.joda.time.DateTime getEffectiveDate()
-
setCurrencies
public Catalog setCurrencies(List<org.killbill.billing.catalog.api.Currency> currencies)
-
addCurrenciesItem
public Catalog addCurrenciesItem(org.killbill.billing.catalog.api.Currency currenciesItem)
-
getCurrencies
public List<org.killbill.billing.catalog.api.Currency> getCurrencies()
-
-