Package org.primefaces.showcase.domain
Class Sale
java.lang.Object
org.primefaces.showcase.domain.Sale
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintvoidsetLastYearProfit(int lastYearProfit) voidsetLastYearSale(int lastYearSale) voidsetManufacturer(String manufacturer) voidsetThisYearProfit(int thisYearProfit) voidsetThisYearSale(int thisYearSale)
-
Constructor Details
-
Sale
public Sale() -
Sale
public Sale(String manufacturer, int lastYearSale, int thisYearSale, int lastYearProfit, int thisYearProfit)
-
-
Method Details
-
getLastYearProfit
public int getLastYearProfit() -
setLastYearProfit
public void setLastYearProfit(int lastYearProfit) -
getLastYearSale
public int getLastYearSale() -
setLastYearSale
public void setLastYearSale(int lastYearSale) -
getManufacturer
-
setManufacturer
-
getThisYearProfit
public int getThisYearProfit() -
setThisYearProfit
public void setThisYearProfit(int thisYearProfit) -
getThisYearSale
public int getThisYearSale() -
setThisYearSale
public void setThisYearSale(int thisYearSale)
-