com.konakart.forms
Class RegisterCustomerForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by com.konakart.forms.BaseForm
              extended by com.konakart.forms.RegisterCustomerForm
All Implemented Interfaces:
java.io.Serializable

public class RegisterCustomerForm
extends BaseForm

Form used to register a new customer.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
RegisterCustomerForm()
           
 
Method Summary
 java.lang.String getAddressCustom1()
           
 java.lang.String getAddressCustom2()
           
 java.lang.String getAddressCustom3()
           
 java.lang.String getAddressCustom4()
           
 java.lang.String getAddressCustom5()
           
 java.util.GregorianCalendar getBirthDate()
           
 java.lang.String getBirthDateString()
           
 java.lang.String getCity()
           
 java.lang.String getCompany()
           
 int getCountryId()
           
 java.lang.String getCustomerCustom1()
           
 java.lang.String getCustomerCustom2()
           
 java.lang.String getCustomerCustom3()
           
 java.lang.String getCustomerCustom4()
           
 java.lang.String getCustomerCustom5()
           
 java.lang.String getEmailAddr()
           
 java.lang.String getFaxNumber()
           
 java.lang.String getFirstName()
           
 java.lang.String getGender()
           
 java.lang.String getLastName()
           
 java.lang.String getNewsletter()
           
 java.lang.String getPassword()
           
 java.lang.String getPasswordConfirmation()
           
 java.lang.String getPostcode()
           
 int getProductNotifications()
           
 java.lang.String getState()
           
 java.lang.String getStreetAddress()
           
 java.lang.String getSuburb()
           
 java.lang.String getTelephoneNumber()
           
 boolean isNewsletterBool()
           
 boolean isSetAsPrimaryBool()
           
 void setAddressCustom1(java.lang.String addressCustom1)
           
 void setAddressCustom2(java.lang.String addressCustom2)
           
 void setAddressCustom3(java.lang.String addressCustom3)
           
 void setAddressCustom4(java.lang.String addressCustom4)
           
 void setAddressCustom5(java.lang.String addressCustom5)
           
 void setBirthDate(java.util.GregorianCalendar birthDate)
           
 void setBirthDateString(java.lang.String birthDateString)
           
 void setCity(java.lang.String city)
           
 void setCompany(java.lang.String company)
           
 void setCountryId(int countryId)
           
 void setCustomerCustom1(java.lang.String customerCustom1)
           
 void setCustomerCustom2(java.lang.String customerCustom2)
           
 void setCustomerCustom3(java.lang.String customerCustom3)
           
 void setCustomerCustom4(java.lang.String customerCustom4)
           
 void setCustomerCustom5(java.lang.String customerCustom5)
           
 void setEmailAddr(java.lang.String emailAddr)
           
 void setFaxNumber(java.lang.String faxNumber)
           
 void setFirstName(java.lang.String firstName)
           
 void setGender(java.lang.String gender)
           
 void setLastName(java.lang.String lastName)
           
 void setNewsletter(java.lang.String newsletter)
           
 void setNewsletterBool(boolean newsletterBool)
           
 void setPassword(java.lang.String password)
           
 void setPasswordConfirmation(java.lang.String passwordConfirmation)
           
 void setPostcode(java.lang.String postcode)
           
 void setProductNotifications(int productNotifications)
           
 void setSetAsPrimaryBool(boolean setAsPrimaryBool)
           
 void setState(java.lang.String state)
           
 void setStreetAddress(java.lang.String streetAddress)
           
 void setSuburb(java.lang.String suburb)
           
 void setTelephoneNumber(java.lang.String telephoneNumber)
           
 
Methods inherited from class com.konakart.forms.BaseForm
reset
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults, validate
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegisterCustomerForm

public RegisterCustomerForm()
Method Detail

getBirthDate

public java.util.GregorianCalendar getBirthDate()
Returns:
Returns the birthDate.

setBirthDate

public void setBirthDate(java.util.GregorianCalendar birthDate)
Parameters:
birthDate - The birthDate to set.

getBirthDateString

public java.lang.String getBirthDateString()
Returns:
Returns the birthDateString.

setBirthDateString

public void setBirthDateString(java.lang.String birthDateString)
Parameters:
birthDateString - The birthDateString to set.

getCity

public java.lang.String getCity()
Returns:
Returns the city.

setCity

public void setCity(java.lang.String city)
Parameters:
city - The city to set.

getCompany

public java.lang.String getCompany()
Returns:
Returns the company.

setCompany

public void setCompany(java.lang.String company)
Parameters:
company - The company to set.

getCountryId

public int getCountryId()
Returns:
Returns the countryId.

setCountryId

public void setCountryId(int countryId)
Parameters:
countryId - The countryId to set.

getEmailAddr

public java.lang.String getEmailAddr()
Returns:
Returns the emailAddr.

setEmailAddr

public void setEmailAddr(java.lang.String emailAddr)
Parameters:
emailAddr - The emailAddr to set.

getFaxNumber

public java.lang.String getFaxNumber()
Returns:
Returns the faxNumber.

setFaxNumber

public void setFaxNumber(java.lang.String faxNumber)
Parameters:
faxNumber - The faxNumber to set.

getFirstName

public java.lang.String getFirstName()
Returns:
Returns the firstName.

setFirstName

public void setFirstName(java.lang.String firstName)
Parameters:
firstName - The firstName to set.

getGender

public java.lang.String getGender()
Returns:
Returns the gender.

setGender

public void setGender(java.lang.String gender)
Parameters:
gender - The gender to set.

getLastName

public java.lang.String getLastName()
Returns:
Returns the lastName.

setLastName

public void setLastName(java.lang.String lastName)
Parameters:
lastName - The lastName to set.

getNewsletter

public java.lang.String getNewsletter()
Returns:
Returns the newsletter.

setNewsletter

public void setNewsletter(java.lang.String newsletter)
Parameters:
newsletter - The newsletter to set.

getPassword

public java.lang.String getPassword()
Returns:
Returns the password.

setPassword

public void setPassword(java.lang.String password)
Parameters:
password - The password to set.

getPostcode

public java.lang.String getPostcode()
Returns:
Returns the postcode.

setPostcode

public void setPostcode(java.lang.String postcode)
Parameters:
postcode - The postcode to set.

getProductNotifications

public int getProductNotifications()
Returns:
Returns the productNotifications.

setProductNotifications

public void setProductNotifications(int productNotifications)
Parameters:
productNotifications - The productNotifications to set.

getState

public java.lang.String getState()
Returns:
Returns the state.

setState

public void setState(java.lang.String state)
Parameters:
state - The state to set.

getStreetAddress

public java.lang.String getStreetAddress()
Returns:
Returns the streetAddress.

setStreetAddress

public void setStreetAddress(java.lang.String streetAddress)
Parameters:
streetAddress - The streetAddress to set.

getSuburb

public java.lang.String getSuburb()
Returns:
Returns the suburb.

setSuburb

public void setSuburb(java.lang.String suburb)
Parameters:
suburb - The suburb to set.

getTelephoneNumber

public java.lang.String getTelephoneNumber()
Returns:
Returns the telephoneNumber.

setTelephoneNumber

public void setTelephoneNumber(java.lang.String telephoneNumber)
Parameters:
telephoneNumber - The telephoneNumber to set.

getPasswordConfirmation

public java.lang.String getPasswordConfirmation()
Returns:
Returns the passwordConfirmation.

setPasswordConfirmation

public void setPasswordConfirmation(java.lang.String passwordConfirmation)
Parameters:
passwordConfirmation - The passwordConfirmation to set.

isNewsletterBool

public boolean isNewsletterBool()
Returns:
Returns the newsletterBool.

setNewsletterBool

public void setNewsletterBool(boolean newsletterBool)
Parameters:
newsletterBool - The newsletterBool to set.

isSetAsPrimaryBool

public boolean isSetAsPrimaryBool()
Returns:
Returns the setAsPrimaryBool.

setSetAsPrimaryBool

public void setSetAsPrimaryBool(boolean setAsPrimaryBool)
Parameters:
setAsPrimaryBool - The setAsPrimaryBool to set.

getAddressCustom1

public java.lang.String getAddressCustom1()
Returns:
Returns the addressCustom1.

setAddressCustom1

public void setAddressCustom1(java.lang.String addressCustom1)
Parameters:
addressCustom1 - The addressCustom1 to set.

getAddressCustom2

public java.lang.String getAddressCustom2()
Returns:
Returns the addressCustom2.

setAddressCustom2

public void setAddressCustom2(java.lang.String addressCustom2)
Parameters:
addressCustom2 - The addressCustom2 to set.

getAddressCustom3

public java.lang.String getAddressCustom3()
Returns:
Returns the addressCustom3.

setAddressCustom3

public void setAddressCustom3(java.lang.String addressCustom3)
Parameters:
addressCustom3 - The addressCustom3 to set.

getAddressCustom4

public java.lang.String getAddressCustom4()
Returns:
Returns the addressCustom4.

setAddressCustom4

public void setAddressCustom4(java.lang.String addressCustom4)
Parameters:
addressCustom4 - The addressCustom4 to set.

getAddressCustom5

public java.lang.String getAddressCustom5()
Returns:
Returns the addressCustom5.

setAddressCustom5

public void setAddressCustom5(java.lang.String addressCustom5)
Parameters:
addressCustom5 - The addressCustom5 to set.

getCustomerCustom1

public java.lang.String getCustomerCustom1()
Returns:
Returns the customerCustom1.

setCustomerCustom1

public void setCustomerCustom1(java.lang.String customerCustom1)
Parameters:
customerCustom1 - The customerCustom1 to set.

getCustomerCustom2

public java.lang.String getCustomerCustom2()
Returns:
Returns the customerCustom2.

setCustomerCustom2

public void setCustomerCustom2(java.lang.String customerCustom2)
Parameters:
customerCustom2 - The customerCustom2 to set.

getCustomerCustom3

public java.lang.String getCustomerCustom3()
Returns:
Returns the customerCustom3.

setCustomerCustom3

public void setCustomerCustom3(java.lang.String customerCustom3)
Parameters:
customerCustom3 - The customerCustom3 to set.

getCustomerCustom4

public java.lang.String getCustomerCustom4()
Returns:
Returns the customerCustom4.

setCustomerCustom4

public void setCustomerCustom4(java.lang.String customerCustom4)
Parameters:
customerCustom4 - The customerCustom4 to set.

getCustomerCustom5

public java.lang.String getCustomerCustom5()
Returns:
Returns the customerCustom5.

setCustomerCustom5

public void setCustomerCustom5(java.lang.String customerCustom5)
Parameters:
customerCustom5 - The customerCustom5 to set.


Copyright © 2006 DS Data Systems UK Ltd.