org.kuali.rice.krad.datadictionary.validation
Class Address

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.validation.Address

public class Address
extends Object

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
Address()
           
Address(String street1, String street2, String city, String state, String postalCode, String country, Date effectiveDate)
           
 
Method Summary
 String getCity()
           
 String getCountry()
           
 Date getEffectiveDate()
           
 String getPostalCode()
           
 String getState()
           
 String getStreet1()
           
 String getStreet2()
           
 void setCity(String city)
           
 void setCountry(String country)
           
 void setEffectiveDate(Date effectiveDate)
           
 void setPostalCode(String postalCode)
           
 void setState(String state)
           
 void setStreet1(String street1)
           
 void setStreet2(String street2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Address

public Address()

Address

public Address(String street1,
               String street2,
               String city,
               String state,
               String postalCode,
               String country,
               Date effectiveDate)
Method Detail

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


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