Class ConfDetailsDto

java.lang.Object
sk.iway.iwcm.system.ConfDetails
sk.iway.iwcm.components.configuration.model.ConfDetailsDto

public class ConfDetailsDto extends ConfDetails
  • Constructor Details

    • ConfDetailsDto

      public ConfDetailsDto()
  • Method Details

    • setId

      public void setId(Long id)
    • setDisplayValue

      public void setDisplayValue(String displayValue)
      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

      public void setOldValue(String oldValue)
    • setEncrypt

      public void setEncrypt(boolean encrypt)
    • setTemporary

      public void setTemporary(boolean temporary)
    • setDatePrepared

      public void setDatePrepared(Date datePrepared)
    • setConfPrepared

      public void setConfPrepared(List<ConfPreparedEntity> confPrepared)
    • setConfHistory

      public void setConfHistory(List<ConfPreparedEntity> confHistory)
    • getId

      public Long getId()
    • getDisplayValue

      public String 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

      public String getOldValue()
    • isEncrypt

      public boolean isEncrypt()
    • isTemporary

      public boolean isTemporary()
    • getDatePrepared

      public Date getDatePrepared()
    • getConfPrepared

      public List<ConfPreparedEntity> getConfPrepared()
    • getConfHistory

      public List<ConfPreparedEntity> getConfHistory()