public class TestObjectPrime extends BaseTestObject
Modifier and Type | Field and Description |
---|---|
static String |
fieldAccessible |
List |
fieldAccessibleArrayToList |
InsideTestObjectPrime |
fieldAccessibleComplexType |
int |
fieldAccessiblePrimInt |
Constructor and Description |
---|
TestObjectPrime() |
equals, hashCode, toString
public static String fieldAccessible
public int fieldAccessiblePrimInt
public InsideTestObjectPrime fieldAccessibleComplexType
public List fieldAccessibleArrayToList
public long[] getPrimitiveArray()
public void setPrimitiveArray(long[] primitiveArray)
public Long getTheLongValue()
public void setTheLongValue(Long theLongValue)
public GregorianCalendar getCalendar()
public void setCalendar(GregorianCalendar calendar)
public void setAnotherPrimitive(int anotherPrimitive)
public int getAnotherPrimitive()
public void setEqualNamedList(List equalNamedList)
public List getEqualNamedList()
public void setOnePrime(String onePrime)
public String getOnePrime()
public void setTheMappedArray(int[] mappedArray)
public int[] getTheMappedArray()
public void setTheMappedUnequallyNamedList(List theMappedUnequallyNamedList)
public List getTheMappedUnequallyNamedList()
public void setThePrimitive(double primitive)
public double getThePrimitive()
public void setThreePrime(InsideTestObjectPrime threePrime)
public InsideTestObjectPrime getThreePrime()
public void setTwoPrime(Integer twoPrime)
public Integer getTwoPrime()
public void setListForArray(List listForArray)
public List getListForArray()
public InsideTestObjectPrime getInsideTestObject()
public void setInsideTestObject(InsideTestObjectPrime insideTestObject)
public int getBigDecimalToInt()
public void setBigDecimalToInt(int bigDecimalToInt)
public BigDecimal getIntToBigDecimal()
public void setIntToBigDecimal(BigDecimal intToBigDecimal)
public Calendar getDate()
public void setDate(Calendar calendar)
public NoCustomMappingsObjectPrime getNoMappingsObj()
public void setNoMappingsObj(NoCustomMappingsObjectPrime noMappingsObj)
public List getArrayForLists()
public void setArrayForLists(List arrayForLists)
public List getHintList()
public void setHintList(List hintList)
public Date getTimeStamp()
public void setTimeStamp(Date timeStamp)
public Date getDateFromStr()
public void setDateFromStr(Date dateFromStr)
public Double getDoubleObject()
public void setDoubleObject(Double doubleObject)
public Apple getVan()
public void setVan(Apple van)
public String getExcludeMe()
public void setExcludeMe(String excludeMe)
public MetalThingyIF getVanMetalThingy()
public void setVanMetalThingy(MetalThingyIF vanMetalThingy)
public Date getBlankDate()
public void setBlankDate(Date blankDate)
public Long getBlankStringToLong()
public void setBlankStringToLong(Long blankStringToLong)
public String getCreatedByFactoryName()
public void setCreatedByFactoryName(String createdByFactoryName)
public NoExtendBaseObject getCopyByReferencePrime()
public void setCopyByReferencePrime(NoExtendBaseObject copyByReferencePrime)
public NoExtendBaseObjectGlobalCopyByReference getGlobalCopyByReferencePrime()
public void setGlobalCopyByReferencePrime(NoExtendBaseObjectGlobalCopyByReference globalCopyByReferencePrime)
public Apple[] getArrayToSet()
public void setArrayToSet(Apple[] arrayToSet)
public Object[] getObjectArrayToSet()
public void setObjectArrayToSet(Object[] objectArrayToSet)
public Apple[] getSetToArrayWithValues()
public void setSetToArrayWithValues(Apple[] setToArrayWithValues)
public List getListToSet()
public void setListToSet(List listToSet)
public List getSetToListWithValues()
public void setSetToListWithValues(List setToListWithValues)
public List getStringArrayWithNullValue()
public void setStringArrayWithNullValue(List stringArrayWithNullValue)
public Date getOverloadSetField()
public void setOverloadSetField(Date date)
public void setOverloadSetField(InsideTestObject ito)
public InsideTestObjectPrime getCreateMethodType()
public void setCreateMethodType(InsideTestObjectPrime createMethodType)
public String getExcludeMeOneWay()
public void setExcludeMeOneWay(String excludeMeOneWay)
public String getThrowAllowedExceptionOnMapPrime()
public void setThrowAllowedExceptionOnMapPrime(String throwAllowedExceptionOnMapPrime)
public String getThrowNonAllowedExceptionOnMapPrime()
public void setThrowNonAllowedExceptionOnMapPrime(String throwNonAllowedExceptionOnMapPrime)
public List getListToCollection()
public void setListToCollection(List listToCollection)
Copyright © 2005-2014 dozer. All Rights Reserved.