de.javakaffee.web.msm.serializer
Class TestClasses.Address
java.lang.Object
de.javakaffee.web.msm.serializer.TestClasses.Address
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- TestClasses
public static class TestClasses.Address
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestClasses.Address
public TestClasses.Address(String street,
String zip,
String city,
String country)
getStreet
public String getStreet()
getZip
public String getZip()
getCity
public String getCity()
getCountry
public String getCountry()
Copyright © 2009-2012. All Rights Reserved.