ma.glasnost.orika.test.primitives
Class PrimitivesTestCase.OtherWrapperAttributes
java.lang.Object
ma.glasnost.orika.test.primitives.PrimitivesTestCase.OtherWrapperAttributes
- Enclosing class:
- PrimitivesTestCase
public static class PrimitivesTestCase.OtherWrapperAttributes
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitivesTestCase.OtherWrapperAttributes
public PrimitivesTestCase.OtherWrapperAttributes()
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.