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)
    • setOldValue

      public void setOldValue(String oldValue)
    • setEncrypt

      public void setEncrypt(boolean encrypt)
    • setDatePrepared

      public void setDatePrepared(Date datePrepared)
    • setConfPrepared

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

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

      public Long getId()
    • getOldValue

      public String getOldValue()
    • isEncrypt

      public boolean isEncrypt()
    • getDatePrepared

      public Date getDatePrepared()
    • getConfPrepared

      public List<ConfPreparedEntity> getConfPrepared()
    • getConfHistory

      public List<ConfPreparedEntity> getConfHistory()