Serialized Form


Package uk.co.jemos.podam.test.dto

Class uk.co.jemos.podam.test.dto.AddressTestPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

address1

String address1
Address line 1


address2

String address2
Address line 2


address3

String address3
Address line 3


city

String city
The city


province

String province
The province


zipCode

String zipCode
The zip code


country

String country
The country

Class uk.co.jemos.podam.test.dto.BankAccountTestPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

accountNbr

String accountNbr
Account nbr


sortCode

String sortCode
Sort code


bankName

String bankName
Bank name


branchName

String branchName
Branch name

Class uk.co.jemos.podam.test.dto.ClientTestPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

firstName

String firstName
The client's first name


lastName

String lastName
The client's last name


dateCreated

Calendar dateCreated
The date this client was created


dateLastUpdated

Calendar dateLastUpdated
The date this client was last updated


address

AddressTestPojo address
This Client Address


bankAccounts

List<E> bankAccounts
This Client bank accounts

Class uk.co.jemos.podam.test.dto.ConstructorWithSelfReferencesPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

intField

int intField
Int field


parent

ConstructorWithSelfReferencesPojo parent
Parent instance


anotherParent

ConstructorWithSelfReferencesPojo anotherParent
Another parent instance

Class uk.co.jemos.podam.test.dto.EmptyTestPojo extends Object implements Serializable

serialVersionUID: 1L

Class uk.co.jemos.podam.test.dto.ExcludeAnnotationPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

intField

int intField
an int field


somePojo

SimplePojoToTestSetters somePojo
another object

Class uk.co.jemos.podam.test.dto.ImmutableNoHierarchicalAnnotatedPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

intField

int intField
An int field


dateCreated

Calendar dateCreated
A Calendar field


longArray

long[] longArray
An array of longs

Class uk.co.jemos.podam.test.dto.ImmutableNonAnnotatedPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

intField

int intField
An int field


dateCreated

Calendar dateCreated
A Calendar field


longArray

long[] longArray
An array of longs

Class uk.co.jemos.podam.test.dto.ImmutableWithGenericCollectionsPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

generifiedCollection

Collection<E> generifiedCollection

generifiedMap

Map<K,V> generifiedMap

generifiedSet

Set<E> generifiedSet

Class uk.co.jemos.podam.test.dto.ImmutableWithNonGenericCollectionsPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

nonGenerifiedCollection

Collection<E> nonGenerifiedCollection

nonGenerifiedMap

Map<K,V> nonGenerifiedMap

nonGenerifiedSet

Set<E> nonGenerifiedSet

Class uk.co.jemos.podam.test.dto.NoDefaultConstructorPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

intField

int intField
An int field

Class uk.co.jemos.podam.test.dto.NoSetterWithCollectionInConstructorPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

strList

List<E> strList
A list of strings


intField

int intField
An int field

Class uk.co.jemos.podam.test.dto.OneDimensionalTestPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

booleanField

boolean booleanField
A boolean field


booleanObjectField

Boolean booleanObjectField
A Boolean object field


byteField

byte byteField
A byte type


byteObjectField

Byte byteObjectField
A Byte object field


shortField

short shortField
A short field


shortObjectField

Short shortObjectField
A Short object field


charField

char charField
A char field


charObjectField

Character charObjectField
A Character field


intField

int intField
An int field


intObjectField

Integer intObjectField
An Integer field


longField

long longField
a long field


longObjectField

Long longObjectField
A Long object field


floatField

float floatField
A float field


floatObjectField

Float floatObjectField
A Float object field


doubleField

double doubleField
A double field


doubleObjectField

Double doubleObjectField
A Double object field


stringField

String stringField
A String field


objectField

Object objectField
An object field


calendarField

Calendar calendarField
A Calendar field


dateField

Date dateField
A Date field


randomArray

Random[] randomArray
An array type


intArray

int[] intArray
An array of int


booleanArray

boolean[] booleanArray
An array of booleans

Class uk.co.jemos.podam.test.dto.PrivateNoArgConstructorPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

intField

int intField

Class uk.co.jemos.podam.test.dto.RecursivePojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

intField

int intField
An int field


parent

RecursivePojo parent
An instance to itself in a hierarchical structure

Class uk.co.jemos.podam.test.dto.SimplePojoToTestSetters extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

stringField

String stringField
A string field


intField

int intField
An int field

Class uk.co.jemos.podam.test.dto.SingletonWithParametersInStaticFactoryPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

createDate

Calendar createDate

pojoList

List<E> pojoList

pojoMap

Map<K,V> pojoMap

firstName

String firstName

Package uk.co.jemos.podam.test.dto.annotations

Class uk.co.jemos.podam.test.dto.annotations.ByteRangeValuesPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

byteFieldWithMinValueOnly

byte byteFieldWithMinValueOnly

byteFieldWithMaxValueOnly

byte byteFieldWithMaxValueOnly

byteFieldWithMinAndMaxValue

byte byteFieldWithMinAndMaxValue

byteObjectFieldWithMinValueOnly

Byte byteObjectFieldWithMinValueOnly

byteObjectFieldWithMaxValueOnly

Byte byteObjectFieldWithMaxValueOnly

byteObjectFieldWithMinAndMaxValue

Byte byteObjectFieldWithMinAndMaxValue

Class uk.co.jemos.podam.test.dto.annotations.CharRangeValuesPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

charFieldWithMinValueOnly

char charFieldWithMinValueOnly

charFieldWithMaxValueOnly

char charFieldWithMaxValueOnly

charFieldWithMinAndMaxValue

char charFieldWithMinAndMaxValue

charObjectFieldWithMinValueOnly

Character charObjectFieldWithMinValueOnly

charObjectFieldWithMaxValueOnly

Character charObjectFieldWithMaxValueOnly

charObjectFieldWithMinAndMaxValue

Character charObjectFieldWithMinAndMaxValue

Class uk.co.jemos.podam.test.dto.annotations.CollectionAnnotationPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

strList

List<E> strList

strArray

String[] strArray

stringMap

Map<K,V> stringMap

Class uk.co.jemos.podam.test.dto.annotations.DoubleRangeValuesPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

doubleFieldWithMinValueOnly

double doubleFieldWithMinValueOnly

doubleFieldWithMaxValueOnly

double doubleFieldWithMaxValueOnly

doubleFieldWithMinAndMaxValue

double doubleFieldWithMinAndMaxValue

doubleObjectFieldWithMinValueOnly

Double doubleObjectFieldWithMinValueOnly

doubleObjectFieldWithMaxValueOnly

Double doubleObjectFieldWithMaxValueOnly

doubleObjectFieldWithMinAndMaxValue

Double doubleObjectFieldWithMinAndMaxValue

Class uk.co.jemos.podam.test.dto.annotations.FloatRangeValuesPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

floatFieldWithMinValueOnly

float floatFieldWithMinValueOnly

floatFieldWithMaxValueOnly

float floatFieldWithMaxValueOnly

floatFieldWithMinAndMaxValue

float floatFieldWithMinAndMaxValue

floatObjectFieldWithMinValueOnly

Float floatObjectFieldWithMinValueOnly

floatObjectFieldWithMaxValueOnly

Float floatObjectFieldWithMaxValueOnly

floatObjectFieldWithMinAndMaxValue

Float floatObjectFieldWithMinAndMaxValue

Class uk.co.jemos.podam.test.dto.annotations.IntegerRangeValuesPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

intFieldWithMinValueOnly

int intFieldWithMinValueOnly

intFieldWithMaxValueOnly

int intFieldWithMaxValueOnly

intFieldWithMinAndMaxValue

int intFieldWithMinAndMaxValue

integerObjectFieldWithMinValueOnly

Integer integerObjectFieldWithMinValueOnly

integerObjectFieldWithMaxValueOnly

Integer integerObjectFieldWithMaxValueOnly

integerObjectFieldWithMinAndMaxValue

Integer integerObjectFieldWithMinAndMaxValue

Class uk.co.jemos.podam.test.dto.annotations.LongRangeValuesPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

longFieldWithMinValueOnly

long longFieldWithMinValueOnly

longFieldWithMaxValueOnly

long longFieldWithMaxValueOnly

longFieldWithMinAndMaxValue

long longFieldWithMinAndMaxValue

longObjectFieldWithMinValueOnly

Long longObjectFieldWithMinValueOnly

longObjectFieldWithMaxValueOnly

Long longObjectFieldWithMaxValueOnly

longObjectFieldWithMinAndMaxValue

Long longObjectFieldWithMinAndMaxValue

Class uk.co.jemos.podam.test.dto.annotations.ShortRangeValuesPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

shortFieldWithMinValueOnly

short shortFieldWithMinValueOnly

shortFieldWithMaxValueOnly

short shortFieldWithMaxValueOnly

shortFieldWithMinAndMaxValue

short shortFieldWithMinAndMaxValue

shortObjectFieldWithMinValueOnly

Short shortObjectFieldWithMinValueOnly

shortObjectFieldWithMaxValueOnly

Short shortObjectFieldWithMaxValueOnly

shortObjectFieldWithMinAndMaxValue

Short shortObjectFieldWithMinAndMaxValue

Class uk.co.jemos.podam.test.dto.annotations.StringValuesPojo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

twentyLengthString

String twentyLengthString

preciseValueString

String preciseValueString

Package uk.co.jemos.podam.test.dto.docs.example

Class uk.co.jemos.podam.test.dto.docs.example.Address extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

address1

String address1

address2

String address2

city

String city

zipCode

String zipCode

country

Country country

Class uk.co.jemos.podam.test.dto.docs.example.Article extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

description

String description

itemCost

Double itemCost

Class uk.co.jemos.podam.test.dto.docs.example.BankAccount extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

account

int account

bank

String bank

sortCode

String sortCode

balance

double balance

Class uk.co.jemos.podam.test.dto.docs.example.Client extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

firstName

String firstName

lastName

String lastName

dateCreated

Calendar dateCreated

orders

List<E> orders

addresses

List<E> addresses

bankAccounts

List<E> bankAccounts

Class uk.co.jemos.podam.test.dto.docs.example.Country extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

countryId

int countryId

countryCode

String countryCode

description

String description

Class uk.co.jemos.podam.test.dto.docs.example.Order extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

createDate

Calendar createDate

totalAmount

double totalAmount

orderItems

List<E> orderItems

Class uk.co.jemos.podam.test.dto.docs.example.OrderItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

note

String note

lineAmount

double lineAmount

article

Article article


Jemos 2002 - 2011: All Rights Reserved. Podam runs under the MIT license

Copyright © 2011. All Rights Reserved.