ma.glasnost.orika.test.fieldmap
Class NestedExpressionTestCase.OrderDTO

java.lang.Object
  extended by ma.glasnost.orika.test.fieldmap.NestedExpressionTestCase.OrderDTO
Enclosing class:
NestedExpressionTestCase

public static class NestedExpressionTestCase.OrderDTO
extends Object


Constructor Summary
NestedExpressionTestCase.OrderDTO()
           
 
Method Summary
 String getProductName()
           
 String getStateLabel()
           
 void setProductName(String productName)
           
 void setStateLabel(String stateLabel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedExpressionTestCase.OrderDTO

public NestedExpressionTestCase.OrderDTO()
Method Detail

getStateLabel

public String getStateLabel()

setStateLabel

public void setStateLabel(String stateLabel)

getProductName

public String getProductName()

setProductName

public void setProductName(String productName)


Copyright © 2012 Glasnost. All Rights Reserved.