Class CvDefinitionPanel.CvDefinitionFileValueBean
- java.lang.Object
-
- com.jgoodies.common.bean.Bean
-
- com.jgoodies.binding.beans.Model
-
- org.bidib.wizard.mvc.main.view.panel.CvDefinitionPanel.CvDefinitionFileValueBean
-
- All Implemented Interfaces:
com.jgoodies.common.bean.ObservableBean,com.jgoodies.common.bean.ObservableBean2,Serializable
- Enclosing class:
- CvDefinitionPanel
public static final class CvDefinitionPanel.CvDefinitionFileValueBean extends com.jgoodies.binding.beans.Model- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTYNAME_FILENAMEstatic StringPROPERTYNAME_FILEPATH
-
Constructor Summary
Constructors Constructor Description CvDefinitionFileValueBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()StringgetFilePath()booleanisUserDefinedFile()voidsetFileName(String fileName)voidsetFilePath(String filePath)-
Methods inherited from class com.jgoodies.binding.beans.Model
createPropertyChangeSupport, firePropertyChange
-
Methods inherited from class com.jgoodies.common.bean.Bean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, fireMultiplePropertiesChanged, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
-
-
-
-
Field Detail
-
PROPERTYNAME_FILENAME
public static final String PROPERTYNAME_FILENAME
- See Also:
- Constant Field Values
-
PROPERTYNAME_FILEPATH
public static final String PROPERTYNAME_FILEPATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFileName
public String getFileName()
- Returns:
- the fileName
-
setFileName
public void setFileName(String fileName)
- Parameters:
fileName- the fileName to set
-
getFilePath
public String getFilePath()
- Returns:
- the filePath
-
setFilePath
public void setFilePath(String filePath)
- Parameters:
filePath- the filePath to set
-
isUserDefinedFile
public boolean isUserDefinedFile()
-
-