public class ConstraintMockAddress extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
city |
protected String |
country |
protected String |
id |
protected String |
line1 |
protected String |
line2 |
protected List<String> |
phoneNumbers |
protected String |
postalCode |
protected String |
province |
protected String |
state |
protected String |
stateCode |
protected String |
type |
Constructor and Description |
---|
ConstraintMockAddress() |
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
String |
getCountry() |
String |
getId() |
String |
getLine1() |
String |
getLine2() |
List<String> |
getPhoneNumbers() |
String |
getPostalCode() |
String |
getProvince() |
String |
getState() |
String |
getStateCode() |
String |
getType() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setId(String id) |
void |
setLine1(String line1) |
void |
setLine2(String line2) |
void |
setPhoneNumbers(List<String> phoneNumbers) |
void |
setPostalCode(String postalCode) |
void |
setProvince(String province) |
void |
setState(String state) |
void |
setStateCode(String stateCode) |
void |
setType(String type) |
protected List<String> phoneNumbers
protected String postalCode
public ConstraintMockAddress()
public String getCountry()
public void setCountry(String country)
country
- the country to setpublic List<String> getPhoneNumbers()
public void setPhoneNumbers(List<String> phoneNumbers)
phoneNumbers
- the phoneNumbers to setpublic String getPostalCode()
public void setPostalCode(String postalCode)
postalCode
- the postalCode to setpublic String getStateCode()
public void setStateCode(String stateCode)
stateCode
- the stateCode to setpublic String getProvince()
public void setProvince(String province)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.