Class ConfDetailsDto
java.lang.Object
sk.iway.iwcm.system.ConfDetails
sk.iway.iwcm.components.configuration.model.ConfDetailsDto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCurrent value rendered in the table while the inherited value remains suitable for editing.getId()booleanIndicates that the configuration value has an override stored in the database.booleanbooleanIndicates that the current node value differs from its stored or default value.booleanvoidsetConfHistory(List<ConfPreparedEntity> confHistory) voidsetConfPrepared(List<ConfPreparedEntity> confPrepared) voidsetDatabaseValuePresent(boolean databaseValuePresent) Indicates that the configuration value has an override stored in the database.voidsetDatePrepared(Date datePrepared) voidsetDisplayValue(String displayValue) Current value rendered in the table while the inherited value remains suitable for editing.voidsetEncrypt(boolean encrypt) voidvoidsetOldValue(String oldValue) voidsetRuntimeValueDifferent(boolean runtimeValueDifferent) Indicates that the current node value differs from its stored or default value.voidsetTemporary(boolean temporary) Methods inherited from class sk.iway.iwcm.system.ConfDetails
getDateChanged, getDescription, getModules, getName, getValue, setDateChanged, setDescription, setModules, setName, setValue
-
Constructor Details
-
ConfDetailsDto
public ConfDetailsDto()
-
-
Method Details
-
setId
-
setDisplayValue
Current value rendered in the table while the inherited value remains suitable for editing. -
setRuntimeValueDifferent
public void setRuntimeValueDifferent(boolean runtimeValueDifferent) Indicates that the current node value differs from its stored or default value. -
setDatabaseValuePresent
public void setDatabaseValuePresent(boolean databaseValuePresent) Indicates that the configuration value has an override stored in the database. -
setOldValue
-
setEncrypt
public void setEncrypt(boolean encrypt) -
setTemporary
public void setTemporary(boolean temporary) -
setDatePrepared
-
setConfPrepared
-
setConfHistory
-
getId
-
getDisplayValue
Current value rendered in the table while the inherited value remains suitable for editing. -
isRuntimeValueDifferent
public boolean isRuntimeValueDifferent()Indicates that the current node value differs from its stored or default value. -
isDatabaseValuePresent
public boolean isDatabaseValuePresent()Indicates that the configuration value has an override stored in the database. -
getOldValue
-
isEncrypt
public boolean isEncrypt() -
isTemporary
public boolean isTemporary() -
getDatePrepared
-
getConfPrepared
-
getConfHistory
-