Interface BaseModel
-
- All Known Implementing Classes:
ActionModel
,ConfigModel
public interface BaseModel
-
-
Method Summary
-
-
-
Method Detail
-
getDataCollectionPointModel
DataCollectionPointModel getDataCollectionPointModel()
-
getStateModel
StateModel getStateModel()
-
getCertificateStartDateModel
DateModel getCertificateStartDateModel()
-
getCsvOutputFile
Path getCsvOutputFile()
-
getCertificateEndDateModel
DateModel getCertificateEndDateModel()
-
getCertificatePassword
String getCertificatePassword()
-
getColumnMethod
String getColumnMethod()
-
getMethodModel
MethodModel getMethodModel()
-
getColumnInputIkbs
String getColumnInputIkbs()
-
getColumnOutputIkbs
String getColumnOutputIkbs()
-
getColumnInputSto
String getColumnInputSto()
-
getColumnOutputSto
String getColumnOutputSto()
-
getRowStart
String getRowStart()
-
getCsvInputFile
Path getCsvInputFile()
-
getRegistrationDir
File getRegistrationDir()
-
getProperties
Properties getProperties()
-
setCsvOutputFile
void setCsvOutputFile(Path csvOutputFile)
-
setCertificatePassword
void setCertificatePassword(String certificatePassword)
-
setColumnMethod
void setColumnMethod(String columnMethod)
-
setColumnInputIkbs
void setColumnInputIkbs(String columnInputIkbs)
-
setColumnOutputIkbs
void setColumnOutputIkbs(String columnOutputIkbs)
-
setColumnInputSto
void setColumnInputSto(String columnInputSto)
-
setColumnOutputSto
void setColumnOutputSto(String columnOutputSto)
-
setRowStart
void setRowStart(String rowStart)
-
setCsvInputFile
void setCsvInputFile(Path csvInputFile)
-
setRegistrationDir
void setRegistrationDir(File registrationDir)
-
setCertificateStartDate
void setCertificateStartDate(org.joda.time.DateTime selected)
-
setCertificateEndDate
void setCertificateEndDate(org.joda.time.DateTime selected)
-
setMethodModel
void setMethodModel(String value)
-
setDataCollectionPointModel
void setDataCollectionPointModel(String value)
-
setStateModel
void setStateModel(String value)
-
addChangeListener
void addChangeListener(org.iqtig.pseudonymisierung.config.Config config, ChangeListener listener)
-
reInit
void reInit()
-
-