|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.CustomerSearch
public class CustomerSearch
Constructor Summary | |
---|---|
CustomerSearch()
|
|
CustomerSearch(java.util.Calendar birthDate,
java.lang.String city,
java.lang.String cityOrState,
int cityRule,
java.lang.String emailAddr,
int emailAddrRule,
java.util.Calendar eventDate,
java.lang.String firstName,
java.lang.String firstName1,
int firstName1Rule,
int firstNameRule,
int id,
java.lang.String lastName,
java.lang.String lastName1,
int lastName1Rule,
int lastNameRule,
java.lang.String state,
int stateRule,
int tmpId,
int type)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.Calendar |
getBirthDate()
Gets the birthDate value for this CustomerSearch. |
java.lang.String |
getCity()
Gets the city value for this CustomerSearch. |
java.lang.String |
getCityOrState()
Gets the cityOrState value for this CustomerSearch. |
int |
getCityRule()
Gets the cityRule value for this CustomerSearch. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getEmailAddr()
Gets the emailAddr value for this CustomerSearch. |
int |
getEmailAddrRule()
Gets the emailAddrRule value for this CustomerSearch. |
java.util.Calendar |
getEventDate()
Gets the eventDate value for this CustomerSearch. |
java.lang.String |
getFirstName()
Gets the firstName value for this CustomerSearch. |
java.lang.String |
getFirstName1()
Gets the firstName1 value for this CustomerSearch. |
int |
getFirstName1Rule()
Gets the firstName1Rule value for this CustomerSearch. |
int |
getFirstNameRule()
Gets the firstNameRule value for this CustomerSearch. |
int |
getId()
Gets the id value for this CustomerSearch. |
java.lang.String |
getLastName()
Gets the lastName value for this CustomerSearch. |
java.lang.String |
getLastName1()
Gets the lastName1 value for this CustomerSearch. |
int |
getLastName1Rule()
Gets the lastName1Rule value for this CustomerSearch. |
int |
getLastNameRule()
Gets the lastNameRule value for this CustomerSearch. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getState()
Gets the state value for this CustomerSearch. |
int |
getStateRule()
Gets the stateRule value for this CustomerSearch. |
int |
getTmpId()
Gets the tmpId value for this CustomerSearch. |
int |
getType()
Gets the type value for this CustomerSearch. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setBirthDate(java.util.Calendar birthDate)
Sets the birthDate value for this CustomerSearch. |
void |
setCity(java.lang.String city)
Sets the city value for this CustomerSearch. |
void |
setCityOrState(java.lang.String cityOrState)
Sets the cityOrState value for this CustomerSearch. |
void |
setCityRule(int cityRule)
Sets the cityRule value for this CustomerSearch. |
void |
setEmailAddr(java.lang.String emailAddr)
Sets the emailAddr value for this CustomerSearch. |
void |
setEmailAddrRule(int emailAddrRule)
Sets the emailAddrRule value for this CustomerSearch. |
void |
setEventDate(java.util.Calendar eventDate)
Sets the eventDate value for this CustomerSearch. |
void |
setFirstName(java.lang.String firstName)
Sets the firstName value for this CustomerSearch. |
void |
setFirstName1(java.lang.String firstName1)
Sets the firstName1 value for this CustomerSearch. |
void |
setFirstName1Rule(int firstName1Rule)
Sets the firstName1Rule value for this CustomerSearch. |
void |
setFirstNameRule(int firstNameRule)
Sets the firstNameRule value for this CustomerSearch. |
void |
setId(int id)
Sets the id value for this CustomerSearch. |
void |
setLastName(java.lang.String lastName)
Sets the lastName value for this CustomerSearch. |
void |
setLastName1(java.lang.String lastName1)
Sets the lastName1 value for this CustomerSearch. |
void |
setLastName1Rule(int lastName1Rule)
Sets the lastName1Rule value for this CustomerSearch. |
void |
setLastNameRule(int lastNameRule)
Sets the lastNameRule value for this CustomerSearch. |
void |
setState(java.lang.String state)
Sets the state value for this CustomerSearch. |
void |
setStateRule(int stateRule)
Sets the stateRule value for this CustomerSearch. |
void |
setTmpId(int tmpId)
Sets the tmpId value for this CustomerSearch. |
void |
setType(int type)
Sets the type value for this CustomerSearch. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustomerSearch()
public CustomerSearch(java.util.Calendar birthDate, java.lang.String city, java.lang.String cityOrState, int cityRule, java.lang.String emailAddr, int emailAddrRule, java.util.Calendar eventDate, java.lang.String firstName, java.lang.String firstName1, int firstName1Rule, int firstNameRule, int id, java.lang.String lastName, java.lang.String lastName1, int lastName1Rule, int lastNameRule, java.lang.String state, int stateRule, int tmpId, int type)
Method Detail |
---|
public java.util.Calendar getBirthDate()
public void setBirthDate(java.util.Calendar birthDate)
birthDate
- public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- public java.lang.String getCityOrState()
public void setCityOrState(java.lang.String cityOrState)
cityOrState
- public int getCityRule()
public void setCityRule(int cityRule)
cityRule
- public java.lang.String getEmailAddr()
public void setEmailAddr(java.lang.String emailAddr)
emailAddr
- public int getEmailAddrRule()
public void setEmailAddrRule(int emailAddrRule)
emailAddrRule
- public java.util.Calendar getEventDate()
public void setEventDate(java.util.Calendar eventDate)
eventDate
- public java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName
- public java.lang.String getFirstName1()
public void setFirstName1(java.lang.String firstName1)
firstName1
- public int getFirstName1Rule()
public void setFirstName1Rule(int firstName1Rule)
firstName1Rule
- public int getFirstNameRule()
public void setFirstNameRule(int firstNameRule)
firstNameRule
- public int getId()
public void setId(int id)
id
- public java.lang.String getLastName()
public void setLastName(java.lang.String lastName)
lastName
- public java.lang.String getLastName1()
public void setLastName1(java.lang.String lastName1)
lastName1
- public int getLastName1Rule()
public void setLastName1Rule(int lastName1Rule)
lastName1Rule
- public int getLastNameRule()
public void setLastNameRule(int lastNameRule)
lastNameRule
- public java.lang.String getState()
public void setState(java.lang.String state)
state
- public int getStateRule()
public void setStateRule(int stateRule)
stateRule
- public int getTmpId()
public void setTmpId(int tmpId)
tmpId
- public int getType()
public void setType(int type)
type
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |