public class BasketSmartBean extends Object
Constructor and Description |
---|
BasketSmartBean(ContentContext ctx,
Basket basket) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getCity() |
String |
getContactEmail() |
String |
getContactPhone() |
String |
getCountry() |
String |
getDateString() |
String |
getFirstName() |
String |
getId() |
String |
getInfo() |
String |
getLastName() |
static List<BasketSmartBean> |
getListInstance(ContentContext ctx,
Collection<Basket> baskets) |
List<Product.ProductBean> |
getProductsBean() |
String |
getProductsBeanToString() |
String |
getStatus() |
String |
getStructuredCommunication() |
String |
getTotalExcludingVATString() |
String |
getTotalIncludingVATString() |
String |
getValidationInfo() |
String |
getZip() |
boolean |
isDeleted() |
boolean |
isReadyToSend() |
public BasketSmartBean(ContentContext ctx, Basket basket)
public static List<BasketSmartBean> getListInstance(ContentContext ctx, Collection<Basket> baskets)
public String getId()
public String getTotalExcludingVATString()
public String getTotalIncludingVATString()
public String getDateString() throws FileNotFoundException, IOException
FileNotFoundException
IOException
public String getStatus()
public String getValidationInfo()
public List<Product.ProductBean> getProductsBean()
public boolean isDeleted()
public boolean isReadyToSend()
public String getFirstName()
public String getLastName()
public String getAddress()
public String getCity()
public String getCountry()
public String getZip()
public String getContactPhone()
public String getContactEmail()
public String getProductsBeanToString()
public String getInfo()
public String getStructuredCommunication()
Copyright © 2012-2018. All Rights Reserved.