| java.lang.Object org.kuali.module.labor.util.testobject.SimpleAddress
SimpleAddress | public class SimpleAddress (Code) | | |
SimpleAddress | public SimpleAddress()(Code) | | Constructs a SimpleAddress.java.
|
SimpleAddress | public SimpleAddress(String street, String city, String state, Integer zip, KualiDecimal propertyValue, Date licenseDate)(Code) | | Constructs a SimpleAddress.java.
Parameters: street - Parameters: city - Parameters: state - Parameters: zip - Parameters: propertyValue - Parameters: licenseDate - |
getCity | public String getCity()(Code) | | Gets the city attribute.
Returns the city. |
getLicenseDate | public Date getLicenseDate()(Code) | | Gets the licenseDate attribute.
Returns the licenseDate. |
getPropertyValue | public KualiDecimal getPropertyValue()(Code) | | Gets the propertyValue attribute.
Returns the propertyValue. |
getState | public String getState()(Code) | | Gets the state attribute.
Returns the state. |
getStreet | public String getStreet()(Code) | | Gets the street attribute.
Returns the street. |
getZip | public Integer getZip()(Code) | | Gets the zip attribute.
Returns the zip. |
setCity | public void setCity(String city)(Code) | | Sets the city attribute value.
Parameters: city - The city to set. |
setLicenseDate | public void setLicenseDate(Date licenseDate)(Code) | | Sets the licenseDate attribute value.
Parameters: licenseDate - The licenseDate to set. |
setPropertyValue | public void setPropertyValue(KualiDecimal propertyValue)(Code) | | Sets the propertyValue attribute value.
Parameters: propertyValue - The propertyValue to set. |
setState | public void setState(String state)(Code) | | Sets the state attribute value.
Parameters: state - The state to set. |
setStreet | public void setStreet(String street)(Code) | | Sets the street attribute value.
Parameters: street - The street to set. |
setZip | public void setZip(Integer zip)(Code) | | Sets the zip attribute value.
Parameters: zip - The zip to set. |
|
|