|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_Customer
public class J_Customer
Details of a KonaKart customer.
| Constructor Summary | |
|---|---|
J_Customer()
|
|
| Method Summary | |
|---|---|
java.util.Calendar |
getAccountCreated()
When the account was created. |
java.util.Calendar |
getAccountLastModified()
|
J_Address[] |
getAddresses()
An array containing all of the addresses defined for this customer. |
J_Basket[] |
getBasketItems()
An array of basket items for this customer. |
java.util.Calendar |
getBirthDate()
|
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
java.lang.String |
getCustom4()
|
java.lang.String |
getCustom5()
|
J_CustomerGroup |
getCustomerGroup()
The Customer Group to which the customer belongs. |
J_Address |
getDefaultAddr()
|
int |
getDefaultAddrId()
Identifies the default address for this customer. |
java.lang.String |
getEmailAddr()
|
java.lang.String |
getFaxNumber()
|
java.lang.String |
getFirstName()
|
java.lang.String |
getGender()
Normally set to "m" or "f" . |
int |
getGlobalProdNotifier()
If set to 1, the customer is notified of all product updates. |
int |
getGroupId()
If negative, the customer belongs to no groups. |
int |
getId()
|
byte |
getInvisible()
|
java.util.Calendar |
getLastLogon()
|
java.lang.String |
getLastName()
|
java.lang.String |
getLocale()
Locale of the customer |
java.lang.String |
getNewsletter()
Set to "1" if the customer should receive the newsletter or "0" if he shouldn't. |
int |
getNumberOfLogons()
The number of times that the customer has logged in to the application. |
J_Order[] |
getOrders()
An array of orders for this customer. |
java.lang.String |
getPassword()
|
J_Product[] |
getProductNotifications()
An array of products for which the customer wants notifications. |
java.lang.String |
getTelephoneNumber()
|
java.lang.String |
getTelephoneNumber1()
|
int |
getType()
Type of customer. |
J_WishList[] |
getWishLists()
An array of Wish Lists belonging to the customer |
void |
setAccountCreated(java.util.Calendar _accountCreated)
When the account was created. |
void |
setAccountLastModified(java.util.Calendar _accountLastModified)
|
void |
setAddresses(J_Address[] _addresses)
An array containing all of the addresses defined for this customer. |
void |
setBasketItems(J_Basket[] _basketItems)
An array of basket items for this customer. |
void |
setBirthDate(java.util.Calendar _birthDate)
|
void |
setCustom1(java.lang.String _custom1)
|
void |
setCustom2(java.lang.String _custom2)
|
void |
setCustom3(java.lang.String _custom3)
|
void |
setCustom4(java.lang.String _custom4)
|
void |
setCustom5(java.lang.String _custom5)
|
void |
setCustomerGroup(J_CustomerGroup _customerGroup)
The Customer Group to which the customer belongs. |
void |
setDefaultAddr(J_Address _defaultAddr)
|
void |
setDefaultAddrId(int _defaultAddrId)
Identifies the default address for this customer. |
void |
setEmailAddr(java.lang.String _emailAddr)
|
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 |
setGlobalProdNotifier(int _globalProdNotifier)
If set to 1, the customer is notified of all product updates. |
void |
setGroupId(int _groupId)
If negative, the customer belongs to no groups. |
void |
setId(int _id)
|
void |
setInvisible(byte _invisible)
|
void |
setLastLogon(java.util.Calendar _lastLogon)
|
void |
setLastName(java.lang.String _lastName)
|
void |
setLocale(java.lang.String _locale)
Locale of the customer |
void |
setNewsletter(java.lang.String _newsletter)
Set to "1" if the customer should receive the newsletter or "0" if he shouldn't. |
void |
setNumberOfLogons(int _numberOfLogons)
The number of times that the customer has logged in to the application. |
void |
setOrders(J_Order[] _orders)
An array of orders for this customer. |
void |
setPassword(java.lang.String _password)
|
void |
setProductNotifications(J_Product[] _productNotifications)
An array of products for which the customer wants notifications. |
void |
setTelephoneNumber(java.lang.String _telephoneNumber)
|
void |
setTelephoneNumber1(java.lang.String _telephoneNumber1)
|
void |
setType(int _type)
Type of customer. |
void |
setWishLists(J_WishList[] _wishLists)
An array of Wish Lists belonging to the customer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_Customer()
| Method Detail |
|---|
public J_Address getDefaultAddr()
public void setDefaultAddr(J_Address _defaultAddr)
_defaultAddr - The defaultAddr to set.public java.lang.String getEmailAddr()
public void setEmailAddr(java.lang.String _emailAddr)
_emailAddr - The emailAddr to set.public java.lang.String getFaxNumber()
public void setFaxNumber(java.lang.String _faxNumber)
_faxNumber - The faxNumber to set.public java.lang.String getFirstName()
public void setFirstName(java.lang.String _firstName)
_firstName - The firstName to set.public java.lang.String getGender()
public void setGender(java.lang.String _gender)
_gender - The gender to set.public int getId()
public void setId(int _id)
_id - The id to set.public java.lang.String getLastName()
public void setLastName(java.lang.String _lastName)
_lastName - The lastName to set.public java.lang.String getNewsletter()
public void setNewsletter(java.lang.String _newsletter)
_newsletter - The newsletter to set.public int getNumberOfLogons()
public void setNumberOfLogons(int _numberOfLogons)
_numberOfLogons - The numberOfLogons to set.public java.lang.String getPassword()
public void setPassword(java.lang.String _password)
_password - The password to set.public java.lang.String getTelephoneNumber()
public void setTelephoneNumber(java.lang.String _telephoneNumber)
_telephoneNumber - The telephoneNumber to set.public java.lang.String getTelephoneNumber1()
public void setTelephoneNumber1(java.lang.String _telephoneNumber1)
_telephoneNumber1 - the telephoneNumber1 to setpublic java.util.Calendar getAccountCreated()
public void setAccountCreated(java.util.Calendar _accountCreated)
_accountCreated - The accountCreated to set.public java.util.Calendar getAccountLastModified()
public void setAccountLastModified(java.util.Calendar _accountLastModified)
_accountLastModified - The accountLastModified to set.public java.util.Calendar getBirthDate()
public void setBirthDate(java.util.Calendar _birthDate)
_birthDate - The birthDate to set.public java.util.Calendar getLastLogon()
public void setLastLogon(java.util.Calendar _lastLogon)
_lastLogon - The lastLogon to set.public J_Basket[] getBasketItems()
public void setBasketItems(J_Basket[] _basketItems)
_basketItems - The basketItems to set.public int getDefaultAddrId()
public void setDefaultAddrId(int _defaultAddrId)
_defaultAddrId - The defaultAddrId to set.public J_Address[] getAddresses()
public void setAddresses(J_Address[] _addresses)
_addresses - The addresses to set.public int getGlobalProdNotifier()
public void setGlobalProdNotifier(int _globalProdNotifier)
_globalProdNotifier - The globalProdNotifier to set.public J_Product[] getProductNotifications()
public void setProductNotifications(J_Product[] _productNotifications)
_productNotifications - The productNotifications to set.public J_Order[] getOrders()
public void setOrders(J_Order[] _orders)
_orders - The orders to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1 - The custom1 to set.public java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2 - The custom2 to set.public java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3 - The custom3 to set.public java.lang.String getCustom4()
public void setCustom4(java.lang.String _custom4)
_custom4 - The custom4 to set.public java.lang.String getCustom5()
public void setCustom5(java.lang.String _custom5)
_custom5 - The custom5 to set.public int getType()
public void setType(int _type)
_type - The type to set.public int getGroupId()
public void setGroupId(int _groupId)
_groupId - The groupId to set.public J_CustomerGroup getCustomerGroup()
public void setCustomerGroup(J_CustomerGroup _customerGroup)
_customerGroup - The customerGroup to set.public J_WishList[] getWishLists()
public void setWishLists(J_WishList[] _wishLists)
_wishLists - The wishLists to set.public java.lang.String getLocale()
public void setLocale(java.lang.String _locale)
_locale - the locale to setpublic byte getInvisible()
public void setInvisible(byte _invisible)
_invisible - the invisible to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||