ma.glasnost.orika.test.common.types
Class TestCaseClasses.PrimitiveHolder
java.lang.Object
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)
|
TestCaseClasses.PrimitiveHolder
public TestCaseClasses.PrimitiveHolder(short shortValue,
int intValue,
long longValue,
float floatValue,
double doubleValue,
char charValue,
boolean booleanValue,
byte byteValue)
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.