ma.glasnost.orika.test.primitives
Class PrimitivesTestCase.PrimitiveAttributes

java.lang.Object
  extended by ma.glasnost.orika.test.primitives.PrimitivesTestCase.PrimitiveAttributes
Enclosing class:
PrimitivesTestCase

public static class PrimitivesTestCase.PrimitiveAttributes
extends Object


Constructor Summary
PrimitivesTestCase.PrimitiveAttributes()
           
 
Method Summary
 int getAge()
           
 double getDoubleValue()
           
 float getFloatValue()
           
 long getLongValue()
           
 String getName()
           
 char getSex()
           
 short getShortValue()
           
 boolean getVip()
           
 void setAge(int age)
           
 void setDoubleValue(double doubleValue)
           
 void setFloatValue(float floatValue)
           
 void setLongValue(long longValue)
           
 void setName(String name)
           
 void setSex(char sex)
           
 void setShortValue(short shortValue)
           
 void setVip(boolean vip)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitivesTestCase.PrimitiveAttributes

public PrimitivesTestCase.PrimitiveAttributes()
Method Detail

getAge

public int getAge()

setAge

public void setAge(int age)

getName

public String getName()

setName

public void setName(String name)

getSex

public char getSex()

setSex

public void setSex(char sex)

getVip

public boolean getVip()

setVip

public void setVip(boolean vip)

getShortValue

public short getShortValue()

setShortValue

public void setShortValue(short shortValue)

getLongValue

public long getLongValue()

setLongValue

public void setLongValue(long longValue)

getFloatValue

public float getFloatValue()

setFloatValue

public void setFloatValue(float floatValue)

getDoubleValue

public double getDoubleValue()

setDoubleValue

public void setDoubleValue(double doubleValue)


Copyright © 2012 Glasnost. All Rights Reserved.