public interface CatalogIf
Modifier and Type | Method and Description |
---|---|
java.util.Calendar |
getActivationDate() |
java.util.Calendar |
getDateLastCreated()
The last time the catalog prices were automatically created
|
java.lang.String |
getDescription() |
java.lang.String |
getDestinationCat() |
int |
getId() |
java.lang.String |
getKey() |
int |
getType()
Permanent catalogs are of type == 0.
|
boolean |
isUseCatalogPrices()
Use prices from this catalog
|
boolean |
isUseCatalogQuantities()
Use quantities from this catalog
|
void |
setActivationDate(java.util.Calendar activationDate) |
void |
setDateLastCreated(java.util.Calendar dateLastCreated)
The last time the catalog prices were automatically created
|
void |
setDescription(java.lang.String description) |
void |
setDestinationCat(java.lang.String destinationCat) |
void |
setId(int id) |
void |
setKey(java.lang.String key) |
void |
setType(int type)
Permanent catalogs are of type == 0.
|
void |
setUseCatalogPrices(boolean useCatalogPrices)
Use prices from this catalog
|
void |
setUseCatalogQuantities(boolean useCatalogQuantities)
Use quantities from this catalog
|
int getId()
void setId(int id)
id
- the id to setjava.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description to setboolean isUseCatalogPrices()
void setUseCatalogPrices(boolean useCatalogPrices)
useCatalogPrices
- the useCatalogPrices to setboolean isUseCatalogQuantities()
void setUseCatalogQuantities(boolean useCatalogQuantities)
useCatalogQuantities
- the useCatalogQuantities to setjava.util.Calendar getDateLastCreated()
void setDateLastCreated(java.util.Calendar dateLastCreated)
dateLastCreated
- the dateLastCreated to setjava.lang.String getKey()
void setKey(java.lang.String key)
key
- the key to setjava.lang.String getDestinationCat()
void setDestinationCat(java.lang.String destinationCat)
destinationCat
- the destinationCat to setint getType()
void setType(int type)
type
- the type to setjava.util.Calendar getActivationDate()
void setActivationDate(java.util.Calendar activationDate)
activationDate
- the activationDate to setCopyright © 2018 DS Data Systems UK Ltd.