pl.edu.agh.cast.data.ui.importer.wizard
Class PreprocessingItemContent
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreprocessingItemContent
public PreprocessingItemContent(Boolean checked,
IPreprocessingItem item)
- The default constructor.
- Parameters:
checked
- flag for checkboxitem
- preprocessed item
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.