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

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

@Immutable
public class ImmutableWithNonGenericCollectionsPojo
extends Object
implements Serializable

Author:
mtedone
See Also:
Serialized Form

Field Summary
static int NBR_ELEMENTS
           
private  Collection nonGenerifiedCollection
           
private  Map nonGenerifiedMap
           
private  Set nonGenerifiedSet
           
private static long serialVersionUID
           
 
Constructor Summary
ImmutableWithNonGenericCollectionsPojo(Collection nonGenerifiedCollection, Map nonGenerifiedMap, Set nonGenerifiedSet)
           
 
Method Summary
 Collection getNonGenerifiedCollection()
           
 Map getNonGenerifiedMap()
           
 Set getNonGenerifiedSet()
           
 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

nonGenerifiedCollection

private final Collection nonGenerifiedCollection

nonGenerifiedMap

private final Map nonGenerifiedMap

nonGenerifiedSet

private final Set nonGenerifiedSet
Constructor Detail

ImmutableWithNonGenericCollectionsPojo

public ImmutableWithNonGenericCollectionsPojo(Collection nonGenerifiedCollection,
                                              Map nonGenerifiedMap,
                                              Set nonGenerifiedSet)
Parameters:
nonGenerifiedCollection -
nonGenerifiedMap -
Method Detail

getNonGenerifiedCollection

public Collection getNonGenerifiedCollection()
Returns:
the nonGenerifiedCollection

getNonGenerifiedMap

public Map getNonGenerifiedMap()
Returns:
the nonGenerifiedMap

getNonGenerifiedSet

public Set getNonGenerifiedSet()
Returns:
the nonGenerifiedSet

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.