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

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

public static class TestCaseClasses.PrimitiveNumberHolder
extends Object


Constructor Summary
TestCaseClasses.PrimitiveNumberHolder(short shortValue, int intValue, long longValue, float floatValue, double doubleValue)
           
 
Method Summary
 boolean equals(Object that)
           
 double getDoubleValue()
           
 float getFloatValue()
           
 int getIntValue()
           
 long getLongValue()
           
 short getShortValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCaseClasses.PrimitiveNumberHolder

public TestCaseClasses.PrimitiveNumberHolder(short shortValue,
                                             int intValue,
                                             long longValue,
                                             float floatValue,
                                             double doubleValue)
Method Detail

getShortValue

public short getShortValue()

getIntValue

public int getIntValue()

getLongValue

public long getLongValue()

getFloatValue

public float getFloatValue()

getDoubleValue

public double getDoubleValue()

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.