java.lang.Object
org.apache.struts.action.ActionForm
All Implemented Interfaces:
Serializable

public class FroogleForm extends ExportForm
Form responsible for processing the Froogle (ie. Google Base) export. Captures global settings from the administrative user to employ when creating the Froogle export file.
Author:
David Tobey
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

      static org.apache.commons.logging.Log log
    • format

      private String format
    • useManufacturerForBrand

      private String useManufacturerForBrand
    • condition

      private String condition
    • expirationDate

      private String expirationDate
    • expirationYear

      private String expirationYear
    • expirationMonth

      private String expirationMonth
    • expirationDay

      private String expirationDay
    • brand

      private String brand
    • paymentAccepted

      private String[] paymentAccepted
    • paymentNotes

      private String paymentNotes
    • pickup

      private String pickup
    • priceType

      private String priceType
    • productType

      private String productType
    • taxPercent

      private String taxPercent
    • taxRegion

      private String taxRegion
  • Constructor Details

    • FroogleForm

      public FroogleForm()
  • Method Details

    • getFormat

      public String getFormat()
    • setFormat

      public void setFormat(String format)
    • getBrand

      public String getBrand()
    • setBrand

      public void setBrand(String brand)
    • getCondition

      public String getCondition()
    • setCondition

      public void setCondition(String condition)
    • getExpirationDate

      public String getExpirationDate()
    • setExpirationDate

      public void setExpirationDate(String expirationDate)
    • getExpirationDay

      public String getExpirationDay()
    • setExpirationDay

      public void setExpirationDay(String expirationDay)
    • getExpirationMonth

      public String getExpirationMonth()
    • setExpirationMonth

      public void setExpirationMonth(String expirationMonth)
    • getExpirationYear

      public String getExpirationYear()
    • setExpirationYear

      public void setExpirationYear(String expirationYear)
    • getPaymentAccepted

      public String[] getPaymentAccepted()
    • setPaymentAccepted

      public void setPaymentAccepted(String[] paymentAccepted)
    • getPaymentNotes

      public String getPaymentNotes()
    • setPaymentNotes

      public void setPaymentNotes(String paymentNotes)
    • getPickup

      public String getPickup()
    • setPickup

      public void setPickup(String pickup)
    • getPriceType

      public String getPriceType()
    • setPriceType

      public void setPriceType(String priceType)
    • getProductType

      public String getProductType()
    • setProductType

      public void setProductType(String productType)
    • getTaxPercent

      public String getTaxPercent()
    • setTaxPercent

      public void setTaxPercent(String taxPercent)
    • getTaxRegion

      public String getTaxRegion()
    • setTaxRegion

      public void setTaxRegion(String taxRegion)
    • getUseManufacturerForBrand

      public String getUseManufacturerForBrand()
    • setUseManufacturerForBrand

      public void setUseManufacturerForBrand(String useManufacturerForBrand)
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Overrides:
      validate in class ExportForm