jet.utils
Class LabelCollectionBean
java.lang.Object
jet.utils.LabelCollectionBean
public class LabelCollectionBean
- extends java.lang.Object
- Author:
- @author Markus.Meisters@web.de
Field Summary |
private java.util.Collection |
collection
|
private java.lang.String |
label
|
Constructor Summary |
LabelCollectionBean(java.lang.String label,
java.util.Collection collection)
Creates a new instance of LabelCollectionBean |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
private java.lang.String label
collection
private java.util.Collection collection
LabelCollectionBean
public LabelCollectionBean(java.lang.String label,
java.util.Collection collection)
- Creates a new instance of LabelCollectionBean
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getCollection
public java.util.Collection getCollection()
setCollection
public void setCollection(java.util.Collection collection)