Class Sale

java.lang.Object
org.primefaces.showcase.domain.Sale
All Implemented Interfaces:
Serializable

public class Sale extends Object implements Serializable
See Also:
  • 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

      public String getManufacturer()
    • setManufacturer

      public void setManufacturer(String manufacturer)
    • getThisYearProfit

      public int getThisYearProfit()
    • setThisYearProfit

      public void setThisYearProfit(int thisYearProfit)
    • getThisYearSale

      public int getThisYearSale()
    • setThisYearSale

      public void setThisYearSale(int thisYearSale)