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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     

    Fields inherited from class com.jgoodies.common.bean.Bean

    changeSupport
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    boolean
     
    void
    setFileName(String fileName)
     
    void
    setFilePath(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CvDefinitionFileValueBean

      public CvDefinitionFileValueBean()
  • Method Details

    • 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()