org.kuali.student.common.validator.old
Class ConstraintMockAddress

java.lang.Object
  extended by org.kuali.student.common.validator.old.ConstraintMockAddress

public class ConstraintMockAddress
extends Object


Field Summary
protected  String city
           
protected  String country
           
protected  String id
           
protected  String line1
           
protected  String line2
           
protected  List<String> phoneNumbers
           
protected  String postalCode
           
protected  String state
           
protected  String stateCode
           
protected  String type
           
 
Constructor Summary
ConstraintMockAddress()
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 String getId()
           
 String getLine1()
           
 String getLine2()
           
 List<String> getPhoneNumbers()
           
 String getPostalCode()
           
 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 setState(String state)
           
 void setStateCode(String stateCode)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line1

protected String line1

line2

protected String line2

city

protected String city

state

protected String state

country

protected String country

stateCode

protected String stateCode

phoneNumbers

protected List<String> phoneNumbers

type

protected String type

id

protected String id

postalCode

protected String postalCode
Constructor Detail

ConstraintMockAddress

public ConstraintMockAddress()
Method Detail

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


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.