Class Article
java.lang.Object
ch.tocco.nice2.optional.webshop.impl.Article
Bean containing the required article data for the shopping cart.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getImage()
getLabel()
getNetto()
getNr()
getVat()
void
setAbbreviation
(String abbreviation) void
setBrutto
(BigDecimal brutto) void
void
void
void
setNetto
(BigDecimal netto) void
void
setVat
(BigDecimal vat)
-
Constructor Details
-
Article
public Article()
-
-
Method Details
-
getId
-
setId
-
setNr
-
getNr
-
getAbbreviation
-
setAbbreviation
-
getLabel
-
setLabel
-
getNetto
-
setNetto
-
getBrutto
-
setBrutto
-
getVat
-
setVat
-
getImage
-
setImage
-