Class ActionModel
- java.lang.Object
-
- org.iqtig.pseudonymisierung.gui.model.ActionModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ActionModel.Event
-
Constructor Summary
Constructors Constructor Description ActionModel(ConfigModel configModel)
-
Method Summary
-
-
-
Constructor Detail
-
ActionModel
public ActionModel(ConfigModel configModel)
-
-
Method Detail
-
cleanUp
@PreDestroy public void cleanUp()
-
getDataCollectionPointModel
public DataCollectionPointModel getDataCollectionPointModel()
- Specified by:
getDataCollectionPointModel
in interfaceBaseModel
-
getStateModel
public StateModel getStateModel()
- Specified by:
getStateModel
in interfaceBaseModel
-
getCertificateStartDateModel
public DateModel getCertificateStartDateModel()
- Specified by:
getCertificateStartDateModel
in interfaceBaseModel
-
getCsvOutputFile
public Path getCsvOutputFile()
- Specified by:
getCsvOutputFile
in interfaceBaseModel
-
getProperties
public Properties getProperties()
- Specified by:
getProperties
in interfaceBaseModel
-
getCertificateEndDateModel
public DateModel getCertificateEndDateModel()
- Specified by:
getCertificateEndDateModel
in interfaceBaseModel
-
getCertificatePassword
public String getCertificatePassword()
- Specified by:
getCertificatePassword
in interfaceBaseModel
-
setCertificatePassword
public void setCertificatePassword(String certificatePassword)
- Specified by:
setCertificatePassword
in interfaceBaseModel
-
getColumnMethod
public String getColumnMethod()
- Specified by:
getColumnMethod
in interfaceBaseModel
-
getMethodModel
public MethodModel getMethodModel()
- Specified by:
getMethodModel
in interfaceBaseModel
-
getRowStart
public String getRowStart()
- Specified by:
getRowStart
in interfaceBaseModel
-
getCsvInputFile
public Path getCsvInputFile()
- Specified by:
getCsvInputFile
in interfaceBaseModel
-
getRegistrationDir
public File getRegistrationDir()
- Specified by:
getRegistrationDir
in interfaceBaseModel
-
setCsvOutputFile
public void setCsvOutputFile(Path csvOutputFile)
- Specified by:
setCsvOutputFile
in interfaceBaseModel
-
setColumnMethod
public void setColumnMethod(String columnMethod)
- Specified by:
setColumnMethod
in interfaceBaseModel
-
setRowStart
public void setRowStart(String rowStart)
- Specified by:
setRowStart
in interfaceBaseModel
-
setCsvInputFile
public void setCsvInputFile(Path csvInputFile)
- Specified by:
setCsvInputFile
in interfaceBaseModel
-
setRegistrationDir
public void setRegistrationDir(File registrationDir)
- Specified by:
setRegistrationDir
in interfaceBaseModel
-
getColumnInputIkbs
public String getColumnInputIkbs()
- Specified by:
getColumnInputIkbs
in interfaceBaseModel
-
getColumnOutputIkbs
public String getColumnOutputIkbs()
- Specified by:
getColumnOutputIkbs
in interfaceBaseModel
-
setColumnInputIkbs
public void setColumnInputIkbs(String columnInputIkbs)
- Specified by:
setColumnInputIkbs
in interfaceBaseModel
-
setColumnOutputIkbs
public void setColumnOutputIkbs(String columnOutputIkbs)
- Specified by:
setColumnOutputIkbs
in interfaceBaseModel
-
getColumnOutputSto
public String getColumnOutputSto()
- Specified by:
getColumnOutputSto
in interfaceBaseModel
-
setColumnOutputSto
public void setColumnOutputSto(String columnOutputSto)
- Specified by:
setColumnOutputSto
in interfaceBaseModel
-
getColumnInputSto
public String getColumnInputSto()
- Specified by:
getColumnInputSto
in interfaceBaseModel
-
setColumnInputSto
public void setColumnInputSto(String columnInputSto)
- Specified by:
setColumnInputSto
in interfaceBaseModel
-
setCertificateStartDate
public void setCertificateStartDate(org.joda.time.DateTime selected)
- Specified by:
setCertificateStartDate
in interfaceBaseModel
-
setCertificateEndDate
public void setCertificateEndDate(org.joda.time.DateTime selected)
- Specified by:
setCertificateEndDate
in interfaceBaseModel
-
setMethodModel
public void setMethodModel(String value)
- Specified by:
setMethodModel
in interfaceBaseModel
-
setDataCollectionPointModel
public void setDataCollectionPointModel(String value)
- Specified by:
setDataCollectionPointModel
in interfaceBaseModel
-
setStateModel
public void setStateModel(String value)
- Specified by:
setStateModel
in interfaceBaseModel
-
configChanged
public void configChanged(ConfigModel.ChangeEvent changed, ConfigModel configModel)
-
addChangeListener
public void addChangeListener(org.iqtig.pseudonymisierung.config.Config config, ChangeListener listener)
- Specified by:
addChangeListener
in interfaceBaseModel
-
-