org.kuali.student.common.validator
Class ConstraintMockAddress
java.lang.Object
org.kuali.student.common.validator.ConstraintMockAddress
public class ConstraintMockAddress
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
line1
protected String line1
line2
protected String line2
city
protected String city
state
protected String state
country
protected String country
stateCode
protected String stateCode
province
protected String province
phoneNumbers
protected List<String> phoneNumbers
type
protected String type
id
protected String id
postalCode
protected String postalCode
ConstraintMockAddress
public ConstraintMockAddress()
getLine1
public String getLine1()
- Returns:
- the line1
setLine1
public void setLine1(String line1)
- Parameters:
line1
- the line1 to set
getLine2
public String getLine2()
- Returns:
- the line2
setLine2
public void setLine2(String line2)
- Parameters:
line2
- the line2 to set
getCity
public String getCity()
- Returns:
- the city
setCity
public void setCity(String city)
- Parameters:
city
- the city to set
getCountry
public String getCountry()
- Returns:
- the country
setCountry
public void setCountry(String country)
- Parameters:
country
- the country to set
getPhoneNumbers
public List<String> getPhoneNumbers()
- Returns:
- the phoneNumbers
setPhoneNumbers
public void setPhoneNumbers(List<String> phoneNumbers)
- Parameters:
phoneNumbers
- the phoneNumbers to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type
- the type to set
getState
public String getState()
- Returns:
- the state
setState
public void setState(String state)
- Parameters:
state
- the state to set
getId
public String getId()
- Returns:
- the id
setId
public void setId(String id)
- Parameters:
id
- the id to set
getPostalCode
public String getPostalCode()
- Returns:
- the postalCode
setPostalCode
public void setPostalCode(String postalCode)
- Parameters:
postalCode
- the postalCode to set
getStateCode
public String getStateCode()
- Returns:
- the stateCode
setStateCode
public void setStateCode(String stateCode)
- Parameters:
stateCode
- the stateCode to set
getProvince
public String getProvince()
setProvince
public void setProvince(String province)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.