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

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

public static class TestCaseClasses.PrimitiveWrapperHolder
extends Object


Constructor Summary
TestCaseClasses.PrimitiveWrapperHolder(Short shortValue, Integer intValue, Long longValue, Float floatValue, Double doubleValue, Character charValue, Boolean booleanValue, Byte byteValue)
           
 
Method Summary
 boolean equals(Object that)
           
 Boolean getBooleanValue()
           
 Byte getByteValue()
           
 Character getCharValue()
           
 Double getDoubleValue()
           
 Float getFloatValue()
           
 Integer 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.PrimitiveWrapperHolder

public TestCaseClasses.PrimitiveWrapperHolder(Short shortValue,
                                              Integer intValue,
                                              Long longValue,
                                              Float floatValue,
                                              Double doubleValue,
                                              Character charValue,
                                              Boolean booleanValue,
                                              Byte byteValue)
Method Detail

getShortValue

public Short getShortValue()

getIntValue

public Integer getIntValue()

getLongValue

public Long getLongValue()

getFloatValue

public Float getFloatValue()

getDoubleValue

public Double getDoubleValue()

getCharValue

public Character getCharValue()

getBooleanValue

public Boolean getBooleanValue()

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.