public class AdminCustomerSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
birthDate
birth Date
|
private java.lang.String |
city
city
|
private boolean |
cityIgnoreCase
city Ignore Case
|
private int |
cityRule
city Rule
|
private java.lang.String |
companyName
company Name
|
private boolean |
companyNameIgnoreCase
company Name Ignore Case
|
private int |
companyNameRule
company Name Rule
|
private java.lang.String |
custom1
custom1
|
private boolean |
custom1IgnoreCase
custom1 Ignore Case
|
private int |
custom1Rule
custom1 Rule
|
private java.lang.String |
custom2
custom2
|
private boolean |
custom2IgnoreCase
custom2 Ignore Case
|
private int |
custom2Rule
custom2 Rule
|
private java.lang.String |
custom3
custom3
|
private boolean |
custom3IgnoreCase
custom3 Ignore Case
|
private int |
custom3Rule
custom3 Rule
|
private java.lang.String |
custom4
custom4
|
private boolean |
custom4IgnoreCase
custom4 Ignore Case
|
private int |
custom4Rule
custom4 Rule
|
private java.lang.String |
custom5
custom5
|
private boolean |
custom5IgnoreCase
custom5 Ignore Case
|
private int |
custom5Rule
custom5 Rule
|
private java.lang.String |
custom6
custom6
|
private int[] |
customerIds
An array of customer ids to be used in the search.
|
private java.lang.String |
emailAddr
email Address
|
private boolean |
emailAddrIgnoreCase
email Address Ignore Case
|
private int |
emailAddrRule
email Address rule
|
private int |
emailVerified
Customers email verified status search rule.
|
private int |
enabled
enabled.
|
private int |
expressionId
expressionId.
|
private java.lang.String |
expressionName
expressionName.
|
private java.lang.String |
extReference1
External Reference 1
|
private int |
extReference1Rule
External Reference 1 Rule
|
private java.lang.String |
extReference2
External Reference 2
|
private int |
extReference2Rule
External Reference 2 Rule
|
private java.lang.String |
firstName
first Name
|
private boolean |
firstNameIgnoreCase
first Name Ignore Case
|
private int |
firstNameRule
first Name Rule
|
private boolean |
getChildren
Populate customers with an array of children.
|
private boolean |
getChildTree
Populate customers with a child tree where each child in the array of children may also have
children etc.
|
private boolean |
getParent
Populate customer with a parent customer when a parent Id exists.
|
private int |
groupId
groupId.
|
private int |
id
id - the customer Id.
|
private java.lang.String |
lastName
last Name
|
private boolean |
lastNameIgnoreCase
last Name Ignore Case
|
private int |
lastNameRule
last Name Rule
|
private int |
newsletter
newsletter.
|
private int |
notifiedProductId
notifiedProductId.
|
private java.lang.String |
orderBy
orderBy.
|
private int[] |
parentIds
An array of parent ids to be used in the search.
|
private java.lang.String |
postcode
postcode
|
private boolean |
postcodeIgnoreCase
postcode Ignore Case
|
private int |
postcodeRule
postcode Rule
|
private int |
promotionId
promotionId.
|
private boolean |
returnNonRegisteredCustomers
When set to true, non registered customers are returned.
|
private boolean |
showInvisible
Invisible customers are returned when this attribute is set.
|
private java.lang.String |
streetAddres
street Address
|
private java.lang.String |
streetAddres1
street Address1
|
private int |
streetAddres1Rule
street Address1 Rule
|
private int |
streetAddresRule
street Address Rule
|
private boolean |
streetAddress1IgnoreCase
street Address1 Ignore Case
|
private boolean |
streetAddressIgnoreCase
street Address Ignore Case
|
private AdminTagConstraint[] |
tagConstraints
The constraints are AND'ed together.
|
private java.lang.String |
telephoneNumber
telephoneNumber
|
private java.lang.String |
telephoneNumber1
telephoneNumber1
|
private int |
telephoneNumber1Rule
telephoneNumber1 Rule
|
private int |
telephoneNumberRule
telephoneNumber Rule
|
private int |
type
Valid Customer Types:
Registered Customer - 0
Admin User - 1
Non Registered Customer - 2
Default Customer - 3
B2B Company Admin - 4
Set this to KonakartAdminConstants.NOT_SET if you do not want to search by customer type.
|
private int[] |
types
An array of customer types to search for more than one type.
|
private java.lang.String |
username
username
|
private boolean |
usernameIgnoreCase
username Ignore Case
|
private int |
usernameRule
username Rule
|
private boolean |
useWildCardsOnEmailAddr
useWildCardsOnEmailAddr - If set to true the defined pre and post wildcards are added and a
"LIKE" search is executed for emailAddress.
|
Constructor and Description |
---|
AdminCustomerSearch()
Instantiates an AdminCustomerSearch object - a requirement for a bean class
|
AdminCustomerSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminCustomerSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getBirthDate() |
java.lang.String |
getCity() |
int |
getCityRule()
The rule for the search.
|
java.lang.String |
getCompanyName() |
int |
getCompanyNameRule() |
java.lang.String |
getCustom1() |
int |
getCustom1Rule()
The rule for the search.
|
java.lang.String |
getCustom2() |
int |
getCustom2Rule()
The rule for the search.
|
java.lang.String |
getCustom3() |
int |
getCustom3Rule()
The rule for the search.
|
java.lang.String |
getCustom4() |
int |
getCustom4Rule()
The rule for the search.
|
java.lang.String |
getCustom5() |
int |
getCustom5Rule()
The rule for the search.
|
java.lang.String |
getCustom6() |
int[] |
getCustomerIds()
An array of customer ids to be used in the search.
|
java.lang.String |
getEmailAddr() |
int |
getEmailAddrRule()
The rule for the search.
|
int |
getEmailVerified() |
int |
getEnabled() |
int |
getExpressionId() |
java.lang.String |
getExpressionName() |
java.lang.String |
getExtReference1() |
int |
getExtReference1Rule() |
java.lang.String |
getExtReference2() |
int |
getExtReference2Rule() |
java.lang.String |
getFirstName() |
int |
getFirstNameRule()
The rule for the search.
|
int |
getGroupId() |
int |
getId() |
java.lang.String |
getLastName() |
int |
getLastNameRule()
The rule for the search.
|
int |
getNewsletter() |
int |
getNotifiedProductId() |
java.lang.String |
getOrderBy() |
int[] |
getParentIds() |
java.lang.String |
getPostcode() |
int |
getPostcodeRule()
The rule for the search.
|
int |
getPromotionId() |
java.lang.String |
getStreetAddres() |
java.lang.String |
getStreetAddres1() |
int |
getStreetAddres1Rule()
The rule for the search.
|
int |
getStreetAddresRule()
The rule for the search.
|
AdminTagConstraint[] |
getTagConstraints()
The constraints are AND'ed together.
|
java.lang.String |
getTelephoneNumber() |
java.lang.String |
getTelephoneNumber1() |
int |
getTelephoneNumber1Rule() |
int |
getTelephoneNumberRule() |
int |
getType() |
int[] |
getTypes() |
java.lang.String |
getUsername() |
int |
getUsernameRule() |
boolean |
isCityIgnoreCase() |
boolean |
isCompanyNameIgnoreCase() |
boolean |
isCustom1IgnoreCase() |
boolean |
isCustom2IgnoreCase() |
boolean |
isCustom3IgnoreCase() |
boolean |
isCustom4IgnoreCase() |
boolean |
isCustom5IgnoreCase() |
boolean |
isEmailAddrIgnoreCase() |
boolean |
isFirstNameIgnoreCase() |
boolean |
isGetChildren()
Populate customers with an array of children.
|
boolean |
isGetChildTree()
Populate customers with a child tree where each child in the array of children may also have
children etc.
|
boolean |
isGetParent()
Populate customer with a parent customer when a parent Id exists.
|
boolean |
isLastNameIgnoreCase() |
boolean |
isPostcodeIgnoreCase() |
boolean |
isReturnNonRegisteredCustomers()
When set to true, non registered customers are returned.
|
boolean |
isShowInvisible() |
boolean |
isStreetAddress1IgnoreCase() |
boolean |
isStreetAddressIgnoreCase() |
boolean |
isUsernameIgnoreCase() |
boolean |
isUseWildCardsOnEmailAddr() |
void |
setBirthDate(java.util.Date birthDate) |
void |
setCity(java.lang.String city) |
void |
setCityIgnoreCase(boolean cityIgnoreCase) |
void |
setCityRule(int cityRule)
The rule for the search.
|
void |
setCompanyName(java.lang.String companyName) |
void |
setCompanyNameIgnoreCase(boolean companyNameIgnoreCase) |
void |
setCompanyNameRule(int companyNameRule) |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom1IgnoreCase(boolean custom1IgnoreCase) |
void |
setCustom1Rule(int custom1Rule)
The rule for the search.
|
void |
setCustom2(java.lang.String custom2) |
void |
setCustom2IgnoreCase(boolean custom2IgnoreCase) |
void |
setCustom2Rule(int custom2Rule)
The rule for the search.
|
void |
setCustom3(java.lang.String custom3) |
void |
setCustom3IgnoreCase(boolean custom3IgnoreCase) |
void |
setCustom3Rule(int custom3Rule)
The rule for the search.
|
void |
setCustom4(java.lang.String custom4) |
void |
setCustom4IgnoreCase(boolean custom4IgnoreCase) |
void |
setCustom4Rule(int custom4Rule)
The rule for the search.
|
void |
setCustom5(java.lang.String custom5) |
void |
setCustom5IgnoreCase(boolean custom5IgnoreCase) |
void |
setCustom5Rule(int custom5Rule)
The rule for the search.
|
void |
setCustom6(java.lang.String custom6) |
void |
setCustomerIds(int[] customerIds)
An array of customer ids to be used in the search.
|
void |
setEmailAddr(java.lang.String emailAddr) |
void |
setEmailAddrIgnoreCase(boolean emailAddrIgnoreCase) |
void |
setEmailAddrRule(int emailAddrRule)
The rule for the search.
|
void |
setEmailVerified(int emailVerified)
Customers email verified status search rule.
|
void |
setEnabled(int enabled) |
void |
setExpressionId(int expressionId) |
void |
setExpressionName(java.lang.String expressionName) |
void |
setExtReference1(java.lang.String extReference1) |
void |
setExtReference1Rule(int extReference1Rule) |
void |
setExtReference2(java.lang.String extReference2) |
void |
setExtReference2Rule(int extReference2Rule) |
void |
setFirstName(java.lang.String firstName) |
void |
setFirstNameIgnoreCase(boolean firstNameIgnoreCase) |
void |
setFirstNameRule(int firstNameRule)
The rule for the search.
|
void |
setGetChildren(boolean getChildren)
Populate customers with an array of children.
|
void |
setGetChildTree(boolean getChildTree)
Populate customers with a child tree where each child in the array of children may also have
children etc.
|
void |
setGetParent(boolean getParent)
Populate customer with a parent customer when a parent Id exists.
|
void |
setGroupId(int groupId) |
void |
setId(int id) |
void |
setLastName(java.lang.String lastName) |
void |
setLastNameIgnoreCase(boolean lastNameIgnoreCase) |
void |
setLastNameRule(int lastNameRule)
The rule for the search.
|
void |
setNewsletter(int newsletter) |
void |
setNotifiedProductId(int notifiedProductId) |
void |
setOrderBy(java.lang.String orderBy) |
void |
setParentIds(int[] parentIds) |
void |
setPostcode(java.lang.String postcode) |
void |
setPostcodeIgnoreCase(boolean postcodeIgnoreCase) |
void |
setPostcodeRule(int postcodeRule)
The rule for the search.
|
void |
setPromotionId(int promotionId) |
void |
setReturnNonRegisteredCustomers(boolean returnNonRegisteredCustomers)
When set to true, non registered customers are returned.
|
void |
setShowInvisible(boolean showInvisible) |
void |
setStreetAddres(java.lang.String streetAddres) |
void |
setStreetAddres1(java.lang.String streetAddres1) |
void |
setStreetAddres1Rule(int streetAddres1Rule)
The rule for the search.
|
void |
setStreetAddresRule(int streetAddresRule)
The rule for the search.
|
void |
setStreetAddress1IgnoreCase(boolean streetAddress1IgnoreCase) |
void |
setStreetAddressIgnoreCase(boolean streetAddressIgnoreCase) |
void |
setTagConstraints(AdminTagConstraint[] tagConstraints)
The constraints are AND'ed together.
|
void |
setTelephoneNumber(java.lang.String telephoneNumber) |
void |
setTelephoneNumber1(java.lang.String telephoneNumber1) |
void |
setTelephoneNumber1Rule(int telephoneNumber1Rule) |
void |
setTelephoneNumberRule(int telephoneNumberRule) |
void |
setType(int type) |
void |
setTypes(int[] types) |
void |
setUsername(java.lang.String username) |
void |
setUsernameIgnoreCase(boolean usernameIgnoreCase) |
void |
setUsernameRule(int usernameRule) |
void |
setUseWildCardsOnEmailAddr(boolean useWildCardsOnEmailAddr) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private int[] customerIds
private int[] parentIds
private java.lang.String firstName
private int firstNameRule
private boolean firstNameIgnoreCase
private java.lang.String lastName
private int lastNameRule
private boolean lastNameIgnoreCase
private java.lang.String username
private int usernameRule
private boolean usernameIgnoreCase
private java.util.Date birthDate
private java.lang.String emailAddr
private int emailAddrRule
private boolean emailAddrIgnoreCase
private boolean useWildCardsOnEmailAddr
private int promotionId
private int enabled
private int type
private int[] types
private int newsletter
private int notifiedProductId
private int groupId
private int expressionId
Only used when sending template eMails to customers and creating mailing lists.
private java.lang.String expressionName
Only used when sending template eMails to customers and creating mailing lists.
private java.lang.String streetAddres
private java.lang.String streetAddres1
private java.lang.String postcode
private java.lang.String city
private int streetAddresRule
private boolean streetAddressIgnoreCase
private int streetAddres1Rule
private boolean streetAddress1IgnoreCase
private int postcodeRule
private boolean postcodeIgnoreCase
private int cityRule
private boolean cityIgnoreCase
private java.lang.String companyName
private int companyNameRule
private boolean companyNameIgnoreCase
private boolean showInvisible
private int emailVerified
private java.lang.String custom1
private java.lang.String custom2
private java.lang.String custom3
private java.lang.String custom4
private java.lang.String custom5
private java.lang.String custom6
private int custom1Rule
private boolean custom1IgnoreCase
private int custom2Rule
private boolean custom2IgnoreCase
private int custom3Rule
private boolean custom3IgnoreCase
private int custom4Rule
private boolean custom4IgnoreCase
private int custom5Rule
private boolean custom5IgnoreCase
private java.lang.String extReference1
private int extReference1Rule
private java.lang.String extReference2
private int extReference2Rule
private java.lang.String orderBy
AdminDataDescriptor
for the ORDER_BY options.private boolean returnNonRegisteredCustomers
private AdminTagConstraint[] tagConstraints
private boolean getChildren
private boolean getChildTree
private boolean getParent
private java.lang.String telephoneNumber
private int telephoneNumberRule
private java.lang.String telephoneNumber1
private int telephoneNumber1Rule
public AdminCustomerSearch()
public AdminCustomerSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
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.Date getBirthDate()
public void setBirthDate(java.util.Date birthDate)
birthDate
- The birthDate to set.public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- The orderBy to set.public int getPromotionId()
public void setPromotionId(int promotionId)
promotionId
- The promotionId to set.public int getEnabled()
public void setEnabled(int enabled)
enabled
- The enabled to set.public int getType()
public void setType(int type)
type
- The type to set.public int getNewsletter()
public void setNewsletter(int newsletter)
newsletter
- The newsletter to set.public int getNotifiedProductId()
public void setNotifiedProductId(int notifiedProductId)
notifiedProductId
- The notifiedProductId to set.public int getGroupId()
public void setGroupId(int groupId)
groupId
- The groupId to set.public java.lang.String getStreetAddres()
public void setStreetAddres(java.lang.String streetAddres)
streetAddres
- The streetAddres to set.public java.lang.String getPostcode()
public void setPostcode(java.lang.String postcode)
postcode
- The postcode to set.public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- The city to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setpublic java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setpublic java.lang.String getCustom6()
public void setCustom6(java.lang.String custom6)
public boolean isReturnNonRegisteredCustomers()
public void setReturnNonRegisteredCustomers(boolean returnNonRegisteredCustomers)
returnNonRegisteredCustomers
- the returnNonRegisteredCustomers to setpublic int getExpressionId()
public void setExpressionId(int expressionId)
expressionId
- the expressionId to setpublic java.lang.String getExpressionName()
public void setExpressionName(java.lang.String expressionName)
expressionName
- the expressionName to setpublic boolean isUseWildCardsOnEmailAddr()
public void setUseWildCardsOnEmailAddr(boolean useWildCardsOnEmailAddr)
useWildCardsOnEmailAddr
- the useWildCardsOnEmailAddr 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 getEmailAddrRule()
public void setEmailAddrRule(int emailAddrRule)
emailAddrRule
- the emailAddrRule to setpublic int getStreetAddresRule()
public void setStreetAddresRule(int streetAddresRule)
streetAddresRule
- the streetAddresRule to setpublic int getPostcodeRule()
public void setPostcodeRule(int postcodeRule)
postcodeRule
- the postcodeRule to setpublic int getCityRule()
public void setCityRule(int cityRule)
cityRule
- the cityRule to setpublic int getCustom1Rule()
public void setCustom1Rule(int custom1Rule)
custom1Rule
- the custom1Rule to setpublic int getCustom2Rule()
public void setCustom2Rule(int custom2Rule)
custom2Rule
- the custom2Rule to setpublic int getCustom3Rule()
public void setCustom3Rule(int custom3Rule)
custom3Rule
- the custom3Rule to setpublic int getCustom4Rule()
public void setCustom4Rule(int custom4Rule)
custom4Rule
- the custom4Rule to setpublic int getCustom5Rule()
public void setCustom5Rule(int custom5Rule)
custom5Rule
- the custom5Rule to setpublic java.lang.String getStreetAddres1()
public void setStreetAddres1(java.lang.String streetAddres1)
streetAddres1
- the streetAddres1 to setpublic int getStreetAddres1Rule()
public void setStreetAddres1Rule(int streetAddres1Rule)
streetAddres1Rule
- the streetAddres1Rule to setpublic boolean isShowInvisible()
public void setShowInvisible(boolean showInvisible)
showInvisible
- the showInvisible to setpublic boolean isFirstNameIgnoreCase()
public void setFirstNameIgnoreCase(boolean firstNameIgnoreCase)
firstNameIgnoreCase
- the firstNameIgnoreCase to setpublic boolean isLastNameIgnoreCase()
public void setLastNameIgnoreCase(boolean lastNameIgnoreCase)
lastNameIgnoreCase
- the lastNameIgnoreCase to setpublic boolean isEmailAddrIgnoreCase()
public void setEmailAddrIgnoreCase(boolean emailAddrIgnoreCase)
emailAddrIgnoreCase
- the emailAddrIgnoreCase to setpublic boolean isStreetAddressIgnoreCase()
public void setStreetAddressIgnoreCase(boolean streetAddressIgnoreCase)
streetAddressIgnoreCase
- the streetAddressIgnoreCase to setpublic boolean isStreetAddress1IgnoreCase()
public void setStreetAddress1IgnoreCase(boolean streetAddress1IgnoreCase)
streetAddress1IgnoreCase
- the streetAddress1IgnoreCase to setpublic boolean isPostcodeIgnoreCase()
public void setPostcodeIgnoreCase(boolean postcodeIgnoreCase)
postcodeIgnoreCase
- the postcodeIgnoreCase to setpublic boolean isCityIgnoreCase()
public void setCityIgnoreCase(boolean cityIgnoreCase)
cityIgnoreCase
- the cityIgnoreCase to setpublic boolean isCustom1IgnoreCase()
public void setCustom1IgnoreCase(boolean custom1IgnoreCase)
custom1IgnoreCase
- the custom1IgnoreCase to setpublic boolean isCustom2IgnoreCase()
public void setCustom2IgnoreCase(boolean custom2IgnoreCase)
custom2IgnoreCase
- the custom2IgnoreCase to setpublic boolean isCustom3IgnoreCase()
public void setCustom3IgnoreCase(boolean custom3IgnoreCase)
custom3IgnoreCase
- the custom3IgnoreCase to setpublic boolean isCustom4IgnoreCase()
public void setCustom4IgnoreCase(boolean custom4IgnoreCase)
custom4IgnoreCase
- the custom4IgnoreCase to setpublic boolean isCustom5IgnoreCase()
public void setCustom5IgnoreCase(boolean custom5IgnoreCase)
custom5IgnoreCase
- the custom5IgnoreCase to setpublic int getEmailVerified()
public void setEmailVerified(int emailVerified)
emailVerified
- the emailVerified to setpublic java.lang.String getExtReference1()
public void setExtReference1(java.lang.String extReference1)
extReference1
- the extReference1 to setpublic int getExtReference2Rule()
public void setExtReference2Rule(int extReference2Rule)
extReference2Rule
- the extReference2Rule to setpublic int getExtReference1Rule()
public void setExtReference1Rule(int extReference1Rule)
extReference1Rule
- the extReference1Rule to setpublic java.lang.String getExtReference2()
public void setExtReference2(java.lang.String extReference2)
extReference2
- the extReference2 to setpublic AdminTagConstraint[] getTagConstraints()
public void setTagConstraints(AdminTagConstraint[] tagConstraints)
tagConstraints
- the tagConstraints to setpublic boolean isGetChildren()
public void setGetChildren(boolean getChildren)
getChildren
- the getChildren to setpublic boolean isGetChildTree()
public void setGetChildTree(boolean getChildTree)
getChildTree
- the getChildTree to setpublic int[] getParentIds()
public void setParentIds(int[] parentIds)
parentIds
- the parentIds to setpublic java.lang.String getCompanyName()
public void setCompanyName(java.lang.String companyName)
companyName
- the companyName to setpublic int getCompanyNameRule()
public void setCompanyNameRule(int companyNameRule)
companyNameRule
- the companyNameRule to setpublic boolean isCompanyNameIgnoreCase()
public void setCompanyNameIgnoreCase(boolean companyNameIgnoreCase)
companyNameIgnoreCase
- the companyNameIgnoreCase to setpublic boolean isGetParent()
public void setGetParent(boolean getParent)
getParent
- the getParent to setpublic int[] getCustomerIds()
public void setCustomerIds(int[] customerIds)
customerIds
- the customerIds to setpublic java.lang.String getTelephoneNumber()
public void setTelephoneNumber(java.lang.String telephoneNumber)
telephoneNumber
- the telephoneNumber to setpublic int getTelephoneNumberRule()
public void setTelephoneNumberRule(int telephoneNumberRule)
telephoneNumberRule
- the telephoneNumberRule to setpublic java.lang.String getTelephoneNumber1()
public void setTelephoneNumber1(java.lang.String telephoneNumber1)
telephoneNumber1
- the telephoneNumber1 to setpublic int getTelephoneNumber1Rule()
public void setTelephoneNumber1Rule(int telephoneNumber1Rule)
telephoneNumber1Rule
- the telephoneNumber1Rule to setpublic java.lang.String getUsername()
public void setUsername(java.lang.String username)
username
- the username to setpublic int getUsernameRule()
public void setUsernameRule(int usernameRule)
usernameRule
- the usernameRule to setpublic boolean isUsernameIgnoreCase()
public void setUsernameIgnoreCase(boolean usernameIgnoreCase)
usernameIgnoreCase
- the usernameIgnoreCase to setpublic int[] getTypes()
public void setTypes(int[] types)
types
- the types to setCopyright © 2018 DS Data Systems UK Ltd.