|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.json.app.J_CustomerSearch
public class J_CustomerSearch
Contains information required to search for a customer. Whenever an attribute is set, it is used as a constraint. When using the java API, a com.konakart.app.CustomerSearch object is normally instantiated. Note that when this object initialises it sets the following attributes:
| Constructor Summary | |
|---|---|
J_CustomerSearch()
|
|
| Method Summary | |
|---|---|
java.util.Calendar |
getBirthDate()
|
java.lang.String |
getCity()
|
java.lang.String |
getCityOrState()
Searches in the city and state |
int |
getCityRule()
The rule for the search. |
java.lang.String |
getEmailAddr()
|
int |
getEmailAddrRule()
The rule for the search. |
java.util.Calendar |
getEventDate()
Used for searching for customer lists for events such as weddings or birthdays |
java.lang.String |
getFirstName()
|
java.lang.String |
getFirstName1()
Used when searching for a second person which may be present in for example, a wedding list. |
int |
getFirstName1Rule()
The rule for the search. |
int |
getFirstNameRule()
The rule for the search. |
int |
getId()
|
java.lang.String |
getLastName()
|
java.lang.String |
getLastName1()
Used when searching for a second person which may be present in for example, a wedding list. |
int |
getLastName1Rule()
The rule for the search. |
int |
getLastNameRule()
The rule for the search. |
java.lang.String |
getState()
|
int |
getStateRule()
The rule for the search. |
int |
getTmpId()
Used when searching for objects such as Wish Lists that belong to temporary customers. |
int |
getType()
|
void |
setBirthDate(java.util.Calendar _birthDate)
|
void |
setCity(java.lang.String _city)
|
void |
setCityOrState(java.lang.String _cityOrState)
Searches in the city and state |
void |
setCityRule(int _cityRule)
The rule for the search. |
void |
setEmailAddr(java.lang.String _emailAddr)
|
void |
setEmailAddrRule(int _emailAddrRule)
The rule for the search. |
void |
setEventDate(java.util.Calendar _eventDate)
Used for searching for customer lists for events such as weddings or birthdays |
void |
setFirstName(java.lang.String _firstName)
|
void |
setFirstName1(java.lang.String _firstName1)
Used when searching for a second person which may be present in for example, a wedding list. |
void |
setFirstName1Rule(int _firstName1Rule)
The rule for the search. |
void |
setFirstNameRule(int _firstNameRule)
The rule for the search. |
void |
setId(int _id)
|
void |
setLastName(java.lang.String _lastName)
|
void |
setLastName1(java.lang.String _lastName1)
Used when searching for a second person which may be present in for example, a wedding list. |
void |
setLastName1Rule(int _lastName1Rule)
The rule for the search. |
void |
setLastNameRule(int _lastNameRule)
The rule for the search. |
void |
setState(java.lang.String _state)
|
void |
setStateRule(int _stateRule)
The rule for the search. |
void |
setTmpId(int _tmpId)
Used when searching for objects such as Wish Lists that belong to temporary customers. |
void |
setType(int _type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public J_CustomerSearch()
| Method Detail |
|---|
public java.lang.String getEmailAddr()
public void setEmailAddr(java.lang.String _emailAddr)
_emailAddr - The emailAddr to set.public java.lang.String getFirstName()
public void setFirstName(java.lang.String _firstName)
_firstName - The firstName 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.util.Calendar getBirthDate()
public void setBirthDate(java.util.Calendar _birthDate)
_birthDate - The birthDate to set.public int getType()
public void setType(int _type)
_type - The type to set.public java.lang.String getCity()
public void setCity(java.lang.String _city)
_city - The city to set.public java.lang.String getState()
public void setState(java.lang.String _state)
_state - The state to set.public java.lang.String getCityOrState()
public void setCityOrState(java.lang.String _cityOrState)
_cityOrState - The cityOrState to set.public java.lang.String getFirstName1()
public void setFirstName1(java.lang.String _firstName1)
_firstName1 - the firstName1 to setpublic java.lang.String getLastName1()
public void setLastName1(java.lang.String _lastName1)
_lastName1 - the lastName1 to setpublic java.util.Calendar getEventDate()
public void setEventDate(java.util.Calendar _eventDate)
_eventDate - the eventDate to setpublic int getFirstNameRule()
public void setFirstNameRule(int _firstNameRule)
_firstNameRule - the firstNameRule to setpublic int getLastNameRule()
public void setLastNameRule(int _lastNameRule)
_lastNameRule - the lastNameRule to setpublic int getFirstName1Rule()
public void setFirstName1Rule(int _firstName1Rule)
_firstName1Rule - the firstName1Rule to setpublic int getLastName1Rule()
public void setLastName1Rule(int _lastName1Rule)
_lastName1Rule - the lastName1Rule to setpublic int getEmailAddrRule()
public void setEmailAddrRule(int _emailAddrRule)
_emailAddrRule - the emailAddrRule to setpublic int getCityRule()
public void setCityRule(int _cityRule)
_cityRule - the cityRule to setpublic int getStateRule()
public void setStateRule(int _stateRule)
_stateRule - the stateRule to setpublic int getTmpId()
public void setTmpId(int _tmpId)
_tmpId - the tmpId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||