@Component public class ConfigModel extends Object implements org.springframework.context.SmartLifecycle, BaseModel, ChangeListener, ListDataListener
Modifier and Type | Class and Description |
---|---|
class |
ConfigModel.ChangeEvent |
Modifier and Type | Field and Description |
---|---|
protected DataCollectionPointModel |
dataCollectionPointModel |
protected MethodModel |
methodModel |
protected StateModel |
stateModel |
Constructor and Description |
---|
ConfigModel() |
ConfigModel(ConfigModel configModel) |
@Autowired protected DataCollectionPointModel dataCollectionPointModel
@Autowired protected StateModel stateModel
@Autowired protected MethodModel methodModel
public ConfigModel()
public ConfigModel(ConfigModel configModel)
public void start()
start
in interface org.springframework.context.Lifecycle
public void set(ConfigModel other)
public Properties getProperties()
getProperties
in interface BaseModel
public void stop()
stop
in interface org.springframework.context.Lifecycle
public boolean isRunning()
isRunning
in interface org.springframework.context.Lifecycle
public int getPhase()
getPhase
in interface org.springframework.context.Phased
public boolean isAutoStartup()
isAutoStartup
in interface org.springframework.context.SmartLifecycle
public void stop(Runnable callback)
stop
in interface org.springframework.context.SmartLifecycle
public DataCollectionPointModel getDataCollectionPointModel()
getDataCollectionPointModel
in interface BaseModel
public StateModel getStateModel()
getStateModel
in interface BaseModel
public DateModel getCertificateStartDateModel()
getCertificateStartDateModel
in interface BaseModel
public DateModel getCertificateEndDateModel()
getCertificateEndDateModel
in interface BaseModel
public void setCertificateStartDate(org.joda.time.DateTime selected)
setCertificateStartDate
in interface BaseModel
public void setCertificateEndDate(org.joda.time.DateTime selected)
setCertificateEndDate
in interface BaseModel
public String getCertificatePassword()
getCertificatePassword
in interface BaseModel
public void setCertificatePassword(String certificatePassword)
setCertificatePassword
in interface BaseModel
public String getColumnMethod()
getColumnMethod
in interface BaseModel
public MethodModel getMethodModel()
getMethodModel
in interface BaseModel
public void setMethodModel(String value)
setMethodModel
in interface BaseModel
public void setDataCollectionPointModel(String value)
setDataCollectionPointModel
in interface BaseModel
public void setStateModel(String value)
setStateModel
in interface BaseModel
public String getColumnInput()
getColumnInput
in interface BaseModel
public String getRowStart()
getRowStart
in interface BaseModel
public Path getCsvInputFile()
getCsvInputFile
in interface BaseModel
public Path getCsvOutputFile()
getCsvOutputFile
in interface BaseModel
public File getRegistrationDir()
getRegistrationDir
in interface BaseModel
public String getWsPassword()
getWsPassword
in interface BaseModel
public File getZusDatenCsv()
getZusDatenCsv
in interface BaseModel
public void setCsvOutputFile(Path csvOutputFile)
setCsvOutputFile
in interface BaseModel
public void setColumnMethod(String columnMethod)
setColumnMethod
in interface BaseModel
public void setColumnInput(String columnInput)
setColumnInput
in interface BaseModel
public void setRowStart(String rowStart)
setRowStart
in interface BaseModel
public void setCsvInputFile(Path csvInputFile)
setCsvInputFile
in interface BaseModel
public void setRegistrationDir(File registrationDir)
setRegistrationDir
in interface BaseModel
public void setWsPassword(String wsPassword)
setWsPassword
in interface BaseModel
public void setZusDatenCsv(File zusDatenCsv)
setZusDatenCsv
in interface BaseModel
public String getColumnOutput()
getColumnOutput
in interface BaseModel
public void setColumnOutput(String columnOutput)
setColumnOutput
in interface BaseModel
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public void intervalAdded(ListDataEvent e)
intervalAdded
in interface ListDataListener
public void intervalRemoved(ListDataEvent e)
intervalRemoved
in interface ListDataListener
public void contentsChanged(ListDataEvent e)
contentsChanged
in interface ListDataListener
public void addActionModel(ActionModel model)
public boolean removeActionModel(ActionModel model)
public void notifyActionModels()
public void changeComboBox(ConfigModel.ChangeEvent changed, ConfigModel configModel)
public void changeValue(ConfigModel.ChangeEvent changed, ConfigModel configModel)
public void changeDate(ConfigModel.ChangeEvent changed, ConfigModel configModel)
public void addChangeListener(org.iqtig.pseudonymisierung.config.Config config, ChangeListener listener)
addChangeListener
in interface BaseModel
public Map<org.iqtig.pseudonymisierung.config.Config,ChangeListener> getListeners()
public void setListeners(Map<org.iqtig.pseudonymisierung.config.Config,ChangeListener> listeners)
public void notifyAllChangeListeners()
Copyright © 2017. All rights reserved.