|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.CustomerSearch
public class CustomerSearch
| Constructor Summary | |
|---|---|
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 |
getGroupId()
|
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 |
setGroupId(int groupId)
|
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)
|
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 CustomerSearch()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toStringBrief()
public java.lang.String getEmailAddr()
getEmailAddr in interface CustomerSearchIfpublic void setEmailAddr(java.lang.String emailAddr)
setEmailAddr in interface CustomerSearchIfemailAddr - The emailAddr to set.public java.lang.String getFirstName()
getFirstName in interface CustomerSearchIfpublic void setFirstName(java.lang.String firstName)
setFirstName in interface CustomerSearchIffirstName - The firstName to set.public int getId()
getId in interface CustomerSearchIfpublic void setId(int id)
setId in interface CustomerSearchIfid - The id to set.public java.lang.String getLastName()
getLastName in interface CustomerSearchIfpublic void setLastName(java.lang.String lastName)
setLastName in interface CustomerSearchIflastName - The lastName to set.public java.util.Calendar getBirthDate()
getBirthDate in interface CustomerSearchIfpublic void setBirthDate(java.util.Calendar birthDate)
setBirthDate in interface CustomerSearchIfbirthDate - The birthDate to set.public int getGroupId()
public void setGroupId(int groupId)
groupId - The groupId to set.public int getType()
getType in interface CustomerSearchIfpublic void setType(int type)
setType in interface CustomerSearchIftype - The type to set.public java.lang.String getCity()
getCity in interface CustomerSearchIfpublic void setCity(java.lang.String city)
setCity in interface CustomerSearchIfcity - The city to set.public java.lang.String getState()
getState in interface CustomerSearchIfpublic void setState(java.lang.String state)
setState in interface CustomerSearchIfstate - The state to set.public java.lang.String getCityOrState()
CustomerSearchIf
getCityOrState in interface CustomerSearchIfpublic void setCityOrState(java.lang.String cityOrState)
CustomerSearchIf
setCityOrState in interface CustomerSearchIfcityOrState - The cityOrState to set.public java.lang.String getFirstName1()
CustomerSearchIf
getFirstName1 in interface CustomerSearchIfpublic void setFirstName1(java.lang.String firstName1)
CustomerSearchIf
setFirstName1 in interface CustomerSearchIffirstName1 - the firstName1 to setpublic java.lang.String getLastName1()
CustomerSearchIf
getLastName1 in interface CustomerSearchIfpublic void setLastName1(java.lang.String lastName1)
CustomerSearchIf
setLastName1 in interface CustomerSearchIflastName1 - the lastName1 to setpublic java.util.Calendar getEventDate()
CustomerSearchIf
getEventDate in interface CustomerSearchIfpublic void setEventDate(java.util.Calendar eventDate)
CustomerSearchIf
setEventDate in interface CustomerSearchIfeventDate - the eventDate to setpublic int getFirstNameRule()
CustomerSearchIf
getFirstNameRule in interface CustomerSearchIfpublic void setFirstNameRule(int firstNameRule)
CustomerSearchIf
setFirstNameRule in interface CustomerSearchIffirstNameRule - the firstNameRule to setpublic int getLastNameRule()
CustomerSearchIf
getLastNameRule in interface CustomerSearchIfpublic void setLastNameRule(int lastNameRule)
CustomerSearchIf
setLastNameRule in interface CustomerSearchIflastNameRule - the lastNameRule to setpublic int getFirstName1Rule()
CustomerSearchIf
getFirstName1Rule in interface CustomerSearchIfpublic void setFirstName1Rule(int firstName1Rule)
CustomerSearchIf
setFirstName1Rule in interface CustomerSearchIffirstName1Rule - the firstName1Rule to setpublic int getLastName1Rule()
CustomerSearchIf
getLastName1Rule in interface CustomerSearchIfpublic void setLastName1Rule(int lastName1Rule)
CustomerSearchIf
setLastName1Rule in interface CustomerSearchIflastName1Rule - the lastName1Rule to setpublic int getEmailAddrRule()
CustomerSearchIf
getEmailAddrRule in interface CustomerSearchIfpublic void setEmailAddrRule(int emailAddrRule)
CustomerSearchIf
setEmailAddrRule in interface CustomerSearchIfemailAddrRule - the emailAddrRule to setpublic int getCityRule()
CustomerSearchIf
getCityRule in interface CustomerSearchIfpublic void setCityRule(int cityRule)
CustomerSearchIf
setCityRule in interface CustomerSearchIfcityRule - the cityRule to setpublic int getStateRule()
CustomerSearchIf
getStateRule in interface CustomerSearchIfpublic void setStateRule(int stateRule)
CustomerSearchIf
setStateRule in interface CustomerSearchIfstateRule - the stateRule to setpublic int getTmpId()
CustomerSearchIf
getTmpId in interface CustomerSearchIfpublic void setTmpId(int tmpId)
CustomerSearchIf
setTmpId in interface CustomerSearchIftmpId - the tmpId to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||