pl.edu.agh.cast.data.ui.importer.wizard
Class PreprocessingItemContent

java.lang.Object
  extended by pl.edu.agh.cast.data.ui.importer.wizard.PreprocessingItemContent

public class PreprocessingItemContent
extends Object

Provides input for preprocessing table. It encapsulates IPreprocessingItem object and flag used for checkbox.

Author:
AGH CAST Team

Constructor Summary
PreprocessingItemContent(Boolean checked, IPreprocessingItem item)
          The default constructor.
 
Method Summary
 IPreprocessingItem getItem()
           
 Boolean isChecked()
           
 void setChecked(Boolean checked)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreprocessingItemContent

public PreprocessingItemContent(Boolean checked,
                                IPreprocessingItem item)
The default constructor.

Parameters:
checked - flag for checkbox
item - preprocessed item
Method Detail

isChecked

public Boolean isChecked()

setChecked

public void setChecked(Boolean checked)

getItem

public IPreprocessingItem getItem()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.