jet.utils
Class LabelCollectionBean

java.lang.Object
  extended by 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
 
Method Summary
 java.util.Collection getCollection()
           
 java.lang.String getLabel()
           
 void setCollection(java.util.Collection collection)
           
 void setLabel(java.lang.String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

private java.lang.String label

collection

private java.util.Collection collection
Constructor Detail

LabelCollectionBean

public LabelCollectionBean(java.lang.String label,
                           java.util.Collection collection)
Creates a new instance of LabelCollectionBean

Method Detail

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)