org.springframework.osgi.blueprint
Class CollectionTestComponent

java.lang.Object
  extended by org.springframework.osgi.blueprint.CollectionTestComponent

public class CollectionTestComponent
extends Object

Author:
Costin Leau

Constructor Summary
CollectionTestComponent()
          Simple injection with a single string argument.
 
Method Summary
 Object getPropertyValue()
           
 void setArrayList(ArrayList value)
           
 void setCollection(Collection value)
           
 void setConcurrentHashMap(ConcurrentHashMap value)
           
 void setConcurrentMap(ConcurrentMap value)
           
 void setCustomCollection(MyCustomList value)
           
 void setCustomDictionary(MyCustomDictionary value)
           
 void setCustomMap(MyCustomMap value)
           
 void setDate(Date value)
           
 void setDictionary(Dictionary value)
           
 void setHashMap(HashMap value)
           
 void setHashSet(HashSet value)
           
 void setHashtable(Hashtable value)
           
 void setLinkedHashSet(LinkedHashSet value)
           
 void setLinkedList(LinkedList value)
           
 void setList(List value)
           
 void setMap(Map value)
           
 void setProperties(Properties value)
           
 void setQueue(Queue value)
           
 void setSet(Set value)
           
 void setSortedMap(SortedMap value)
           
 void setSortedSet(SortedSet value)
           
 void setStack(Stack value)
           
 void setTreeMap(TreeMap value)
           
 void setTreeSet(TreeSet value)
           
 void setVector(Vector value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionTestComponent

public CollectionTestComponent()
Simple injection with a single string argument.

Parameters:
componentId - The component identifier used for test verification purposes.
Method Detail

setProperties

public void setProperties(Properties value)

setDate

public void setDate(Date value)

setMap

public void setMap(Map value)

setSet

public void setSet(Set value)

setList

public void setList(List value)

setCollection

public void setCollection(Collection value)

setSortedSet

public void setSortedSet(SortedSet value)

setStack

public void setStack(Stack value)

setArrayList

public void setArrayList(ArrayList value)

setLinkedList

public void setLinkedList(LinkedList value)

setVector

public void setVector(Vector value)

setHashSet

public void setHashSet(HashSet value)

setLinkedHashSet

public void setLinkedHashSet(LinkedHashSet value)

setTreeSet

public void setTreeSet(TreeSet value)

setHashMap

public void setHashMap(HashMap value)

setHashtable

public void setHashtable(Hashtable value)

setTreeMap

public void setTreeMap(TreeMap value)

setDictionary

public void setDictionary(Dictionary value)

setSortedMap

public void setSortedMap(SortedMap value)

setConcurrentMap

public void setConcurrentMap(ConcurrentMap value)

setConcurrentHashMap

public void setConcurrentHashMap(ConcurrentHashMap value)

setQueue

public void setQueue(Queue value)

getPropertyValue

public Object getPropertyValue()

setCustomCollection

public void setCustomCollection(MyCustomList value)

setCustomMap

public void setCustomMap(MyCustomMap value)

setCustomDictionary

public void setCustomDictionary(MyCustomDictionary value)


Copyright © 2006-2011 Spring Framework. All Rights Reserved.