org.kuali.rice.krad.datadictionary.validation
Class Address
java.lang.Object
org.kuali.rice.krad.datadictionary.validation.Address
public class Address
- extends Object
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address()
Address
public Address(String street1,
String street2,
String city,
String state,
String postalCode,
String country,
Date effectiveDate)
getStreet1
public String getStreet1()
- Returns:
- the street1
setStreet1
public void setStreet1(String street1)
- Parameters:
street1
- the street1 to set
getStreet2
public String getStreet2()
- Returns:
- the street2
setStreet2
public void setStreet2(String street2)
- Parameters:
street2
- the street2 to set
getCity
public String getCity()
- Returns:
- the city
setCity
public void setCity(String city)
- Parameters:
city
- the city to set
getState
public String getState()
- Returns:
- the state
setState
public void setState(String state)
- Parameters:
state
- the state to set
getPostalCode
public String getPostalCode()
- Returns:
- the postalCode
setPostalCode
public void setPostalCode(String postalCode)
- Parameters:
postalCode
- the postalCode to set
getCountry
public String getCountry()
- Returns:
- the country
setCountry
public void setCountry(String country)
- Parameters:
country
- the country to set
getEffectiveDate
public Date getEffectiveDate()
- Returns:
- the effectiveDate
setEffectiveDate
public void setEffectiveDate(Date effectiveDate)
- Parameters:
effectiveDate
- the effectiveDate to set
getValidationState
public String getValidationState()
- Validation state of the address object for testing
- Returns:
- validation state
setValidationState
public void setValidationState(String validationState)
- Validation state
- Parameters:
validationState
- validation state
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.