Methods Summary |
---|
public int | compareTo(java.lang.Object o)
return ( (Baz) o ).code.compareTo(code);
|
public java.util.Map | getAnyToAny()Returns the anyToAny.
return anyToAny;
|
public java.util.Collection | getBag()
return bag;
|
public java.util.List | getBazez()
return bazez;
|
public java.util.Collection | getByteBag()
return byteBag;
|
public java.util.Set | getCached()Returns the cached.
return cached;
|
public java.util.Map | getCachedMap()Returns the cachedMap.
return cachedMap;
|
public java.util.Set | getCascadingBars()
return cascadingBars;
|
public java.lang.String | getCode()
return code;
|
public NestingComponent | getCollectionComponent()
return collectionComponent;
|
public FooComponent[] | getComponents()
return components;
|
public int | getCount()
return count;
|
public java.util.List | getCustoms()
return customs;
|
public java.util.List | getFees()
return fees;
|
public FooProxy | getFoo()
return foo;
|
public FooProxy[] | getFooArray()
return fooArray;
|
public java.util.Collection | getFooBag()
return fooBag;
|
public java.util.Map | getFooComponentToFoo()
return fooComponentToFoo;
|
public java.util.Set | getFooSet()
return fooSet;
|
public java.util.Map | getFooToGlarch()
return fooToGlarch;
|
public java.util.Map | getGlarchToFoo()
return glarchToFoo;
|
public java.util.Collection | getIdFooBag()
return idFooBag;
|
public int[] | getIntArray()
return intArray;
|
public java.util.List | getManyToAny()
return manyToAny;
|
public java.util.List | getMoreParts()
return moreParts;
|
public java.lang.String | getName()
return name;
|
public java.util.List | getParts()
return parts;
|
public java.util.SortedSet | getSortablez()
return sortablez;
|
public java.lang.String[] | getStringArray()
return stringArray;
|
public java.util.Map | getStringDateMap()
return stringDateMap;
|
public java.util.Map | getStringGlarchMap()Returns the stringGlarchMap.
return stringGlarchMap;
|
public java.util.List | getStringList()
return stringList;
|
public java.util.SortedSet | getStringSet()
return stringSet;
|
public java.lang.String | getText()
return text;
|
public java.util.Date[] | getTimeArray()
return timeArray;
|
public java.util.List | getTopComponents()
return topComponents;
|
public java.util.Set | getTopFoos()
return topFoos;
|
public java.util.Map | getTopGlarchez()
return topGlarchez;
|
public void | setAnyToAny(java.util.Map anyToAny)Sets the anyToAny.
this.anyToAny = anyToAny;
|
public void | setBag(java.util.Collection bag)
this.bag = bag;
|
public void | setBazez(java.util.List list)
bazez = list;
|
public void | setByteBag(java.util.Collection list)
byteBag = list;
|
public void | setCached(java.util.Set cached)Sets the cached.
this.cached = cached;
|
public void | setCachedMap(java.util.Map cachedMap)Sets the cachedMap.
this.cachedMap = cachedMap;
|
public void | setCascadingBars(java.util.Set cascadingBars)
this.cascadingBars = cascadingBars;
|
public void | setCode(java.lang.String code)
this.code = code;
|
public void | setCollectionComponent(NestingComponent collection)
collectionComponent = collection;
|
public void | setComponents(FooComponent[] components)
this.components = components;
|
public void | setCount(int count)
this.count = count;
|
public void | setCustoms(java.util.List customs)
this.customs = customs;
|
public void | setDefaults()
SortedSet set = new TreeSet();
set.add("foo"); set.add("bar"); set.add("baz");
setStringSet(set);
Map map = new TreeMap();
map.put( "now", new Date() );
map.put( "never", null );
map.put( "big bang", new Date(0) );
setStringDateMap(map);
List list = new ArrayList();
list.addAll(set);
setStringList(list);
setIntArray( new int[] { 1,3,3,7 } );
setFooArray( new Foo[0] );
setStringArray( (String[]) list.toArray( new String[0] ) );
customs = new ArrayList();
customs.add( new String[] { "foo", "bar" } );
customs.add( new String[] { "A", "B" } );
customs.add( new String[] { "1", "2" } );
fooSet = new HashSet();
components = new FooComponent[] {
new FooComponent("foo", 42, null, null),
new FooComponent("bar", 88, null, new FooComponent("sub", 69, null, null) )
};
timeArray = new Date[] { new Date(), new Date(), null, new Date(0) };
TreeSet x = new TreeSet();
x.add("w"); x.add("x"); x.add("y"); x.add("z");
TreeSet a = new TreeSet();
a.add("a"); a.add("b"); a.add("d"); a.add("c");
count = 667;
name="Bazza";
topComponents = new ArrayList();
topComponents.add( new FooComponent("foo", 11, new Date[] { new Date(), new Date(123) }, null) );
topComponents.add( new FooComponent("bar", 22, new Date[] { new Date(7), new Date(456) }, null) );
topComponents.add( null );
bag = new ArrayList();
bag.add("duplicate");
bag.add("duplicate");
bag.add("duplicate");
bag.add("unique");
cached = new TreeSet();
CompositeElement ce = new CompositeElement();
ce.setFoo("foo");
ce.setBar("bar");
CompositeElement ce2 = new CompositeElement();
ce2.setFoo("fooxxx");
ce2.setBar("barxxx");
cached.add(ce);
cached.add(ce2);
cachedMap = new TreeMap();
cachedMap.put(this, ce);
text="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
for (int i=0; i<10; i++) text+=text;
|
public void | setFees(java.util.List fees)
this.fees = fees;
|
public void | setFoo(FooProxy foo)
this.foo = foo;
|
public void | setFooArray(FooProxy[] fooArray)
this.fooArray = fooArray;
|
public void | setFooBag(java.util.Collection fooBag)
this.fooBag = fooBag;
|
public void | setFooComponentToFoo(java.util.Map fooComponentToFoo)
this.fooComponentToFoo = fooComponentToFoo;
|
public void | setFooSet(java.util.Set fooSet)
this.fooSet = fooSet;
|
public void | setFooToGlarch(java.util.Map fooToGlarch)
this.fooToGlarch = fooToGlarch;
|
public void | setGlarchToFoo(java.util.Map glarchToFoo)
this.glarchToFoo = glarchToFoo;
|
public void | setIdFooBag(java.util.Collection collection)
idFooBag = collection;
|
public void | setIntArray(int[] intArray)
this.intArray = intArray;
|
public void | setManyToAny(java.util.List manyToAny)
this.manyToAny = manyToAny;
|
public void | setMoreParts(java.util.List moreParts)
this.moreParts = moreParts;
|
public void | setName(java.lang.String name)
this.name = name;
|
public void | setParts(java.util.List list)
parts = list;
|
public void | setSortablez(java.util.SortedSet set)
sortablez = set;
|
public void | setStringArray(java.lang.String[] stringArray)
this.stringArray = stringArray;
|
public void | setStringDateMap(java.util.Map stringDateMap)
this.stringDateMap = stringDateMap;
|
public void | setStringGlarchMap(java.util.Map stringGlarchMap)Sets the stringGlarchMap.
this.stringGlarchMap = stringGlarchMap;
|
public void | setStringList(java.util.List stringList)
this.stringList = stringList;
|
public void | setStringSet(java.util.SortedSet stringSet)
this.stringSet = stringSet;
|
public void | setText(java.lang.String string)
text = string;
|
public void | setTimeArray(java.util.Date[] timeArray)
this.timeArray = timeArray;
|
public void | setTopComponents(java.util.List topComponents)
this.topComponents = topComponents;
|
public void | setTopFoos(java.util.Set topFoos)
this.topFoos = topFoos;
|
public void | setTopGlarchez(java.util.Map topGlarchez)
this.topGlarchez = topGlarchez;
|