ma.glasnost.orika.test.common.types
Class TestCaseClasses.PrimitiveHolder

java.lang.Object
  extended by ma.glasnost.orika.test.common.types.TestCaseClasses.PrimitiveHolder
Enclosing interface:
TestCaseClasses

public static class TestCaseClasses.PrimitiveHolder
extends Object


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

Constructor Detail

TestCaseClasses.PrimitiveHolder

public TestCaseClasses.PrimitiveHolder(short shortValue,
                                       int intValue,
                                       long longValue,
                                       float floatValue,
                                       double doubleValue,
                                       char charValue,
                                       boolean booleanValue,
                                       byte byteValue)
Method Detail

getShortValue

public short getShortValue()

getIntValue

public int getIntValue()

getLongValue

public long getLongValue()

getFloatValue

public float getFloatValue()

getDoubleValue

public double getDoubleValue()

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.