|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.CustomerRegistration
public class CustomerRegistration
CustomerRegistration
| Constructor Summary | |
|---|---|
CustomerRegistration()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getAddressCustom1()
|
java.lang.String |
getAddressCustom2()
|
java.lang.String |
getAddressCustom3()
|
java.lang.String |
getAddressCustom4()
|
java.lang.String |
getAddressCustom5()
|
java.util.Calendar |
getBirthDate()
|
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()
This is the user name to log into KonaKart. |
java.lang.String |
getFaxNumber()
|
java.lang.String |
getFirstName()
|
java.lang.String |
getGender()
Normally set to "m" or "f". |
int |
getGroupId()
If negative, the customer belongs to no groups. |
java.lang.String |
getLastName()
|
java.lang.String |
getLocale()
Locale of the customer |
java.lang.String |
getNewsletter()
The newsletter to set. |
java.lang.String |
getPassword()
|
java.lang.String |
getPostcode()
|
int |
getProductNotifications()
Deprecated. |
java.lang.String |
getState()
|
java.lang.String |
getStreetAddress()
|
java.lang.String |
getStreetAddress1()
|
java.lang.String |
getSuburb()
|
java.lang.String |
getTelephoneNumber()
|
java.lang.String |
getTelephoneNumber1()
|
int |
getZoneId()
When set to a positive number, this zone id is used. |
boolean |
isEnabled()
|
boolean |
isInvisible()
|
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.Calendar birthDate)
|
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)
This is the user name to log into KonaKart. |
void |
setEnabled(boolean enabled)
|
void |
setFaxNumber(java.lang.String faxNumber)
|
void |
setFirstName(java.lang.String firstName)
|
void |
setGender(java.lang.String gender)
Normally set to "m" or "f". |
void |
setGroupId(int groupId)
If negative, the customer belongs to no groups. |
void |
setInvisible(boolean invisible)
|
void |
setLastName(java.lang.String lastName)
|
void |
setLocale(java.lang.String locale)
Locale of the customer |
void |
setNewsletter(java.lang.String newsletter)
The newsletter to set. |
void |
setPassword(java.lang.String password)
|
void |
setPostcode(java.lang.String postcode)
|
void |
setProductNotifications(int productNotifications)
Deprecated. |
void |
setState(java.lang.String state)
|
void |
setStreetAddress(java.lang.String streetAddress)
|
void |
setStreetAddress1(java.lang.String streetAddress1)
|
void |
setSuburb(java.lang.String suburb)
|
void |
setTelephoneNumber(java.lang.String telephoneNumber)
|
void |
setTelephoneNumber1(java.lang.String telephoneNumber1)
|
void |
setZoneId(int zoneId)
When set to a positive number, this zone id is used. |
java.lang.String |
toString()
|
java.lang.String |
toStringBrief()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CustomerRegistration()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public java.lang.String getCity()
getCity in interface CustomerRegistrationIfpublic void setCity(java.lang.String city)
setCity in interface CustomerRegistrationIfcity - The city to set.public java.lang.String getCompany()
getCompany in interface CustomerRegistrationIfpublic void setCompany(java.lang.String company)
setCompany in interface CustomerRegistrationIfcompany - The company to set.public int getCountryId()
getCountryId in interface CustomerRegistrationIfpublic void setCountryId(int countryId)
setCountryId in interface CustomerRegistrationIfcountryId - The countryId to set.public java.lang.String getEmailAddr()
CustomerRegistrationIf
getEmailAddr in interface CustomerRegistrationIfpublic void setEmailAddr(java.lang.String emailAddr)
CustomerRegistrationIf
setEmailAddr in interface CustomerRegistrationIfemailAddr - The emailAddr to set.public java.lang.String getFaxNumber()
getFaxNumber in interface CustomerRegistrationIfpublic void setFaxNumber(java.lang.String faxNumber)
setFaxNumber in interface CustomerRegistrationIffaxNumber - The faxNumber to set.public java.lang.String getFirstName()
getFirstName in interface CustomerRegistrationIfpublic void setFirstName(java.lang.String firstName)
setFirstName in interface CustomerRegistrationIffirstName - The firstName to set.public java.lang.String getGender()
CustomerRegistrationIf
getGender in interface CustomerRegistrationIfpublic void setGender(java.lang.String gender)
CustomerRegistrationIf
setGender in interface CustomerRegistrationIfgender - The gender to set.public java.lang.String getLastName()
getLastName in interface CustomerRegistrationIfpublic void setLastName(java.lang.String lastName)
setLastName in interface CustomerRegistrationIflastName - The lastName to set.public java.lang.String getNewsletter()
CustomerRegistrationIf
getNewsletter in interface CustomerRegistrationIfpublic void setNewsletter(java.lang.String newsletter)
CustomerRegistrationIf
setNewsletter in interface CustomerRegistrationIfnewsletter - The newsletter to set.public java.lang.String getPassword()
getPassword in interface CustomerRegistrationIfpublic void setPassword(java.lang.String password)
setPassword in interface CustomerRegistrationIfpassword - The password to set.public java.lang.String getPostcode()
getPostcode in interface CustomerRegistrationIfpublic void setPostcode(java.lang.String postcode)
setPostcode in interface CustomerRegistrationIfpostcode - The postcode to set.@Deprecated public int getProductNotifications()
CustomerRegistrationIf
getProductNotifications in interface CustomerRegistrationIf@Deprecated public void setProductNotifications(int productNotifications)
CustomerRegistrationIf
setProductNotifications in interface CustomerRegistrationIfproductNotifications - The productNotifications to set.public java.lang.String getState()
getState in interface CustomerRegistrationIfpublic void setState(java.lang.String state)
setState in interface CustomerRegistrationIfstate - The state to set.public java.lang.String getStreetAddress()
getStreetAddress in interface CustomerRegistrationIfpublic void setStreetAddress(java.lang.String streetAddress)
setStreetAddress in interface CustomerRegistrationIfstreetAddress - The streetAddress to set.public java.lang.String getSuburb()
getSuburb in interface CustomerRegistrationIfpublic void setSuburb(java.lang.String suburb)
setSuburb in interface CustomerRegistrationIfsuburb - The suburb to set.public java.lang.String getTelephoneNumber()
getTelephoneNumber in interface CustomerRegistrationIfpublic void setTelephoneNumber(java.lang.String telephoneNumber)
setTelephoneNumber in interface CustomerRegistrationIftelephoneNumber - The telephoneNumber to set.public java.util.Calendar getBirthDate()
getBirthDate in interface CustomerRegistrationIfpublic void setBirthDate(java.util.Calendar birthDate)
setBirthDate in interface CustomerRegistrationIfbirthDate - The birthDate to set.public java.lang.String getAddressCustom1()
getAddressCustom1 in interface CustomerRegistrationIfpublic void setAddressCustom1(java.lang.String addressCustom1)
setAddressCustom1 in interface CustomerRegistrationIfaddressCustom1 - The addressCustom1 to set.public java.lang.String getAddressCustom2()
getAddressCustom2 in interface CustomerRegistrationIfpublic void setAddressCustom2(java.lang.String addressCustom2)
setAddressCustom2 in interface CustomerRegistrationIfaddressCustom2 - The addressCustom2 to set.public java.lang.String getAddressCustom3()
getAddressCustom3 in interface CustomerRegistrationIfpublic void setAddressCustom3(java.lang.String addressCustom3)
setAddressCustom3 in interface CustomerRegistrationIfaddressCustom3 - The addressCustom3 to set.public java.lang.String getAddressCustom4()
getAddressCustom4 in interface CustomerRegistrationIfpublic void setAddressCustom4(java.lang.String addressCustom4)
setAddressCustom4 in interface CustomerRegistrationIfaddressCustom4 - The addressCustom4 to set.public java.lang.String getAddressCustom5()
getAddressCustom5 in interface CustomerRegistrationIfpublic void setAddressCustom5(java.lang.String addressCustom5)
setAddressCustom5 in interface CustomerRegistrationIfaddressCustom5 - The addressCustom5 to set.public java.lang.String getCustomerCustom1()
getCustomerCustom1 in interface CustomerRegistrationIfpublic void setCustomerCustom1(java.lang.String customerCustom1)
setCustomerCustom1 in interface CustomerRegistrationIfcustomerCustom1 - The customerCustom1 to set.public java.lang.String getCustomerCustom2()
getCustomerCustom2 in interface CustomerRegistrationIfpublic void setCustomerCustom2(java.lang.String customerCustom2)
setCustomerCustom2 in interface CustomerRegistrationIfcustomerCustom2 - The customerCustom2 to set.public java.lang.String getCustomerCustom3()
getCustomerCustom3 in interface CustomerRegistrationIfpublic void setCustomerCustom3(java.lang.String customerCustom3)
setCustomerCustom3 in interface CustomerRegistrationIfcustomerCustom3 - The customerCustom3 to set.public java.lang.String getCustomerCustom4()
getCustomerCustom4 in interface CustomerRegistrationIfpublic void setCustomerCustom4(java.lang.String customerCustom4)
setCustomerCustom4 in interface CustomerRegistrationIfcustomerCustom4 - The customerCustom4 to set.public java.lang.String getCustomerCustom5()
getCustomerCustom5 in interface CustomerRegistrationIfpublic void setCustomerCustom5(java.lang.String customerCustom5)
setCustomerCustom5 in interface CustomerRegistrationIfcustomerCustom5 - The customerCustom5 to set.public int getGroupId()
CustomerRegistrationIf
getGroupId in interface CustomerRegistrationIfpublic void setGroupId(int groupId)
CustomerRegistrationIf
setGroupId in interface CustomerRegistrationIfgroupId - The groupId to set.public java.lang.String getLocale()
getLocale in interface CustomerRegistrationIfpublic void setLocale(java.lang.String locale)
setLocale in interface CustomerRegistrationIflocale - the locale to setpublic java.lang.String getTelephoneNumber1()
getTelephoneNumber1 in interface CustomerRegistrationIfpublic void setTelephoneNumber1(java.lang.String telephoneNumber1)
setTelephoneNumber1 in interface CustomerRegistrationIftelephoneNumber1 - the telephoneNumber1 to setpublic java.lang.String getStreetAddress1()
getStreetAddress1 in interface CustomerRegistrationIfpublic void setStreetAddress1(java.lang.String streetAddress1)
setStreetAddress1 in interface CustomerRegistrationIfstreetAddress1 - the streetAddress1 to setpublic int getZoneId()
CustomerRegistrationIf
getZoneId in interface CustomerRegistrationIfpublic void setZoneId(int zoneId)
CustomerRegistrationIf
setZoneId in interface CustomerRegistrationIfzoneId - the zoneId to setpublic boolean isInvisible()
isInvisible in interface CustomerRegistrationIfpublic void setInvisible(boolean invisible)
setInvisible in interface CustomerRegistrationIfinvisible - the invisible to setpublic boolean isEnabled()
isEnabled in interface CustomerRegistrationIfpublic void setEnabled(boolean enabled)
setEnabled in interface CustomerRegistrationIfenabled - the enabled to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||