ma.glasnost.orika.test.fieldmap
Class NestedPropertyTestCase.Line

java.lang.Object
  extended by ma.glasnost.orika.test.fieldmap.NestedPropertyTestCase.Line
Enclosing class:
NestedPropertyTestCase

public static class NestedPropertyTestCase.Line
extends Object


Constructor Summary
NestedPropertyTestCase.Line(NestedPropertyTestCase.Point start, NestedPropertyTestCase.Point end)
           
 
Method Summary
 NestedPropertyTestCase.Point getEnd()
           
 NestedPropertyTestCase.Point getStart()
           
 void setEnd(NestedPropertyTestCase.Point end)
           
 void setStart(NestedPropertyTestCase.Point start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedPropertyTestCase.Line

public NestedPropertyTestCase.Line(NestedPropertyTestCase.Point start,
                                   NestedPropertyTestCase.Point end)
Method Detail

getStart

public NestedPropertyTestCase.Point getStart()

setStart

public void setStart(NestedPropertyTestCase.Point start)

getEnd

public NestedPropertyTestCase.Point getEnd()

setEnd

public void setEnd(NestedPropertyTestCase.Point end)


Copyright © 2012 Glasnost. All Rights Reserved.