uk.co.jemos.podam.test.dto
Class ImmutableWithGenericCollectionsPojo

java.lang.Object
  extended by uk.co.jemos.podam.test.dto.ImmutableWithGenericCollectionsPojo
All Implemented Interfaces:
Serializable

@Immutable
public class ImmutableWithGenericCollectionsPojo
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
private  Collection<OneDimensionalTestPojo> generifiedCollection
           
private  Map<String,Calendar> generifiedMap
           
private  Set<ImmutableWithNonGenericCollectionsPojo> generifiedSet
           
static int NBR_ELEMENTS
           
private static long serialVersionUID
           
 
Constructor Summary
ImmutableWithGenericCollectionsPojo(Collection<OneDimensionalTestPojo> generifiedCollection, Map<String,Calendar> generifiedMap, Set<ImmutableWithNonGenericCollectionsPojo> generifiedSet)
           
 
Method Summary
 Collection<OneDimensionalTestPojo> getGenerifiedCollection()
           
 Map<String,Calendar> getGenerifiedMap()
           
 Set<ImmutableWithNonGenericCollectionsPojo> getGenerifiedSet()
           
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

NBR_ELEMENTS

public static final int NBR_ELEMENTS
See Also:
Constant Field Values

generifiedCollection

private final Collection<OneDimensionalTestPojo> generifiedCollection

generifiedMap

private final Map<String,Calendar> generifiedMap

generifiedSet

private final Set<ImmutableWithNonGenericCollectionsPojo> generifiedSet
Constructor Detail

ImmutableWithGenericCollectionsPojo

public ImmutableWithGenericCollectionsPojo(Collection<OneDimensionalTestPojo> generifiedCollection,
                                           Map<String,Calendar> generifiedMap,
                                           Set<ImmutableWithNonGenericCollectionsPojo> generifiedSet)
Parameters:
generifiedCollection -
generifiedMap -
Method Detail

getGenerifiedCollection

public Collection<OneDimensionalTestPojo> getGenerifiedCollection()
Returns:
the generifiedCollection

getGenerifiedMap

public Map<String,Calendar> getGenerifiedMap()
Returns:
the generifiedMap

getGenerifiedSet

public Set<ImmutableWithNonGenericCollectionsPojo> getGenerifiedSet()
Returns:
the generifiedSet

toString

public String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class Object
Returns:
a String representation of this object.

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

Copyright © 2011. All Rights Reserved.