org.springframework.web.servlet.view.json.converter.model
Class Address
java.lang.Object
org.springframework.web.servlet.view.json.converter.model.Address
public class Address
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Address
public Address()
getCity
public String getCity()
setCity
public void setCity(String pvCity)
getCustomer
public Customer getCustomer()
setCustomer
public void setCustomer(Customer pvCustomer)
getPostcode
public String getPostcode()
setPostcode
public void setPostcode(String pvPostcode)
Copyright © 2010. All Rights Reserved.