Package org.api.mkm.modele
Class ShoppingCart
java.lang.Object
org.api.mkm.modele.ShoppingCart
- All Implemented Interfaces:
Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubledoublebooleanisBuyer()voidsetArticle(List<Article> article)voidsetArticleCount(double articleCount)voidsetArticleValue(double articleValue)voidsetBuyer(boolean isBuyer)voidsetIdReservation(Integer idReservation)voidvoidsetShippingMethod(ShippingMethod shippingMethod)voidsetTotalValue(double totalValue)
-
Constructor Details
-
ShoppingCart
public ShoppingCart()
-
-
Method Details
-
getIdReservation
-
setIdReservation
-
isBuyer
public boolean isBuyer() -
setBuyer
public void setBuyer(boolean isBuyer) -
getSeller
-
setSeller
-
getArticle
-
setArticle
-
getArticleValue
public double getArticleValue() -
setArticleValue
public void setArticleValue(double articleValue) -
getArticleCount
public double getArticleCount() -
setArticleCount
public void setArticleCount(double articleCount) -
getShippingMethod
-
setShippingMethod
-
getTotalValue
public double getTotalValue() -
setTotalValue
public void setTotalValue(double totalValue)
-