ma.glasnost.orika.test.community
Class IssueArrayToListTestCase.A

java.lang.Object
  extended by ma.glasnost.orika.test.community.IssueArrayToListTestCase.A
Enclosing class:
IssueArrayToListTestCase

public static class IssueArrayToListTestCase.A
extends Object


Constructor Summary
IssueArrayToListTestCase.A()
           
 
Method Summary
 Integer[] getIntegers()
           
 int[] getInts()
           
 String[] getStrings()
           
 void setIntegers(Integer[] integers)
           
 void setInts(int[] ints)
           
 void setStrings(String[] strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueArrayToListTestCase.A

public IssueArrayToListTestCase.A()
Method Detail

getStrings

public String[] getStrings()

setStrings

public void setStrings(String[] strings)

getInts

public int[] getInts()

setInts

public void setInts(int[] ints)

getIntegers

public Integer[] getIntegers()

setIntegers

public void setIntegers(Integer[] integers)


Copyright © 2014 Glasnost. All Rights Reserved.