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

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

public static class PrimitivesTestCase.WrapperAttributes
extends Object


Constructor Summary
PrimitivesTestCase.WrapperAttributes()
           
 
Method Summary
 Integer getAge()
           
 Double getDoubleValue()
           
 Float getFloatValue()
           
 Long getLongValue()
           
 String getName()
           
 Character getSex()
           
 Short getShortValue()
           
 Boolean getVip()
           
 void setAge(Integer age)
           
 void setDoubleValue(Double doubleValue)
           
 void setFloatValue(Float floatValue)
           
 void setLongValue(Long longValue)
           
 void setName(String nom)
           
 void setSex(Character 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.WrapperAttributes

public PrimitivesTestCase.WrapperAttributes()
Method Detail

getAge

public Integer getAge()

setAge

public void setAge(Integer age)

getName

public String getName()

setName

public void setName(String nom)

getSex

public Character getSex()

setSex

public void setSex(Character 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.