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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getImage()getLabel()getNetto()getNr()getVat()voidsetAbbreviation(String abbreviation) voidsetBrutto(BigDecimal brutto) voidvoidvoidvoidsetNetto(BigDecimal netto) voidvoidsetVat(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
-