ma.glasnost.orika.test.constructor
Class TestCaseClasses.NestedPrimitiveHolder

java.lang.Object
  extended by ma.glasnost.orika.test.constructor.TestCaseClasses.NestedPrimitiveHolder
Enclosing interface:
TestCaseClasses

public static class TestCaseClasses.NestedPrimitiveHolder
extends Object


Constructor Summary
TestCaseClasses.NestedPrimitiveHolder(TestCaseClasses.PrimitiveNumberHolder numbers, char charValue, boolean booleanValue, byte byteValue)
           
 
Method Summary
 boolean equals(Object that)
           
 byte getByteValue()
           
 char getCharValue()
           
 TestCaseClasses.PrimitiveNumberHolder getNumbers()
           
 int hashCode()
           
 boolean isBooleanValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCaseClasses.NestedPrimitiveHolder

public TestCaseClasses.NestedPrimitiveHolder(TestCaseClasses.PrimitiveNumberHolder numbers,
                                             char charValue,
                                             boolean booleanValue,
                                             byte byteValue)
Method Detail

getNumbers

public TestCaseClasses.PrimitiveNumberHolder getNumbers()

getCharValue

public char getCharValue()

isBooleanValue

public boolean isBooleanValue()

getByteValue

public byte getByteValue()

equals

public boolean equals(Object that)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Glasnost. All Rights Reserved.