info.magnolia.module.shop.paragraphs
Class TemplateProductPriceBean

java.lang.Object
  extended by info.magnolia.module.shop.paragraphs.TemplateProductPriceBean

public class TemplateProductPriceBean
extends Object

Bean with all the price info.

Author:
tmiyar

Constructor Summary
TemplateProductPriceBean()
           
 
Method Summary
 String getCurrency()
           
 String getFormatting()
           
 String getPrice()
           
 String getTax()
           
 String getTaxIncluded()
           
 void setCurrency(String currency)
           
 void setFormatting(String formatting)
           
 void setPrice(double price)
           
 void setTax(String tax)
           
 void setTaxIncluded(String taxIncluded)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateProductPriceBean

public TemplateProductPriceBean()
Method Detail

getPrice

public String getPrice()

setPrice

public void setPrice(double price)

getTax

public String getTax()

setTax

public void setTax(String tax)

getTaxIncluded

public String getTaxIncluded()

setTaxIncluded

public void setTaxIncluded(String taxIncluded)

getCurrency

public String getCurrency()

setCurrency

public void setCurrency(String currency)

getFormatting

public String getFormatting()

setFormatting

public void setFormatting(String formatting)


Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.