public class AdminUpdateCustomerOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
telephone1Unique
When set to true, the edit will throw an exception if a customer already exists with the same
telephone1 number
|
private boolean |
telephoneUnique
When set to true, the edit will throw an exception if a customer already exists with the same
telephone number
|
private boolean |
usernameUnique
When set to true, the edit will throw an exception if a customer already exists with the same
username
|
Constructor and Description |
---|
AdminUpdateCustomerOptions()
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTelephone1Unique()
When set to true, the edit will throw an exception if a customer already exists with the same
telephone1 number
|
boolean |
isTelephoneUnique()
When set to true, the edit will throw an exception if a customer already exists with the same
telephone number
|
boolean |
isUsernameUnique()
When set to true, the edit will throw an exception if a customer already exists with the same
username
|
void |
setTelephone1Unique(boolean telephone1Unique)
When set to true, the edit will throw an exception if a customer already exists with the same
telephone1 number
|
void |
setTelephoneUnique(boolean telephoneUnique)
When set to true, the edit will throw an exception if a customer already exists with the same
telephone number
|
void |
setUsernameUnique(boolean usernameUnique)
When set to true, the edit will throw an exception if a customer already exists with the same
username
|
private boolean telephoneUnique
private boolean telephone1Unique
private boolean usernameUnique
public boolean isTelephoneUnique()
public void setTelephoneUnique(boolean telephoneUnique)
telephoneUnique
- the telephoneUnique to setpublic boolean isTelephone1Unique()
public void setTelephone1Unique(boolean telephone1Unique)
telephone1Unique
- the telephone1Unique to setpublic boolean isUsernameUnique()
public void setUsernameUnique(boolean usernameUnique)
usernameUnique
- the usernameUnique to setCopyright © 2018 DS Data Systems UK Ltd.