ma.glasnost.orika.test.converter
Class ConverterWithNestedPropertyTestCase.OrderDTO
java.lang.Object
ma.glasnost.orika.test.converter.ConverterWithNestedPropertyTestCase.OrderDTO
- Enclosing class:
- ConverterWithNestedPropertyTestCase
public static class ConverterWithNestedPropertyTestCase.OrderDTO
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterWithNestedPropertyTestCase.OrderDTO
public ConverterWithNestedPropertyTestCase.OrderDTO()
getNumber
public String getNumber()
setNumber
public void setNumber(String number)
getCustomerName
public String getCustomerName()
setCustomerName
public void setCustomerName(String customerName)
getShippingAddress
public String getShippingAddress()
setShippingAddress
public void setShippingAddress(String shippingAddress)
Copyright © 2012 Glasnost. All Rights Reserved.