Class CountryAddEditForm

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

public class CountryAddEditForm extends BaseAdministratorForm
Struts form class corresponding to requests to "/administrator/CountryAddForm.do", "/administrator/CountryEditForm.do", "/administrator/CountryAdd.do", and "/administrator/CountryEdit.do". Provides properties corresponding to the fields for a single country record.
Author:
David Tobey
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

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

      private String countryID
    • code

      private String code
    • name

      private String name
    • countryOrder

      private String countryOrder
    • allowOtherStates

      private String allowOtherStates
    • isActive

      private String isActive
  • Constructor Details

    • CountryAddEditForm

      public CountryAddEditForm()
  • Method Details

    • getAllowOtherStates

      public String getAllowOtherStates()
    • setAllowOtherStates

      public void setAllowOtherStates(String allowOtherStates)
    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getCountryOrder

      public String getCountryOrder()
    • setCountryOrder

      public void setCountryOrder(String countryOrder)
    • getIsActive

      public String getIsActive()
    • setIsActive

      public void setIsActive(String isActive)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCountryID

      public String getCountryID()
    • setCountryID

      public void setCountryID(String countryID)
    • validate

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