public class Product extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Product.ProductBean |
Constructor and Description |
---|
Product(ProductComponent comp) |
Modifier and Type | Method and Description |
---|---|
Product.ProductBean |
getBean() |
String |
getCurrencyCode() |
String |
getId() |
IImageTitle |
getImage() |
String |
getImageURL() |
String |
getLongDescription() |
String |
getName() |
double |
getPrice() |
String |
getPriceString() |
int |
getQuantity() |
double |
getReduction() |
double |
getReductionPrice() |
String |
getReductionString() |
String |
getShortDescription() |
double |
getTotal() |
String |
getTotalString() |
String |
getUrl() |
double |
getVAT() |
double |
getWeight() |
static void |
main(String[] args) |
void |
pay(ContentContext ctx) |
void |
reserve(ContentContext ctx) |
void |
setFakeName(String name) |
void |
setId(String id) |
void |
setImage(ContentContext ctx,
IImageTitle image) |
void |
setLongDescription(String longDescription) |
void |
setQuantity(int quantity) |
void |
setShortDescription(String shortDescription) |
void |
setUrl(String url) |
public Product(ProductComponent comp)
public void reserve(ContentContext ctx)
public void pay(ContentContext ctx)
public String getName()
public void setFakeName(String name)
public String getId()
public void setId(String id)
public String getUrl()
public void setUrl(String url)
public String getShortDescription()
public void setShortDescription(String shortDescription)
public String getLongDescription()
public void setLongDescription(String longDescription)
public double getWeight()
public double getPrice()
public double getReductionPrice()
public double getTotal()
public double getReduction()
public double getVAT()
public int getQuantity()
public void setQuantity(int quantity)
public IImageTitle getImage()
public void setImage(ContentContext ctx, IImageTitle image)
public String getImageURL()
public String getCurrencyCode()
public String getPriceString()
public String getReductionString()
public String getTotalString()
public static void main(String[] args)
public Product.ProductBean getBean()
Copyright © 2012-2018. All Rights Reserved.