ch.sahits.model.java
Class CollectionBean

java.lang.Object
  extended by ch.sahits.model.java.SimpleBean
      extended by ch.sahits.model.java.CollectionBean

public class CollectionBean
extends SimpleBean

This model for a bean can hold collections

Author:
Andi Hotz

Constructor Summary
CollectionBean()
          Default constructor
 
Method Summary
 void addField(java.lang.Class type, java.lang.String name)
          Add a new field to the collection
 
Methods inherited from class ch.sahits.model.java.SimpleBean
equals, fields, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionBean

public CollectionBean()
Default constructor

Method Detail

addField

public void addField(java.lang.Class type,
                     java.lang.String name)
Add a new field to the collection

Overrides:
addField in class SimpleBean
Parameters:
type - of the field
name - of the field