Class ConfPrefixDto

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

public class ConfPrefixDto extends ConfDetails
DTO object for configuration with prefix, it shows all conf. with given prefix
  • Constructor Details

    • ConfPrefixDto

      public ConfPrefixDto()
  • Method Details

    • setId

      public void setId(Long id)
    • setOldValue

      public void setOldValue(String oldValue)
    • setEncrypt

      public void setEncrypt(boolean encrypt)
    • getId

      public Long getId()
    • getOldValue

      public String getOldValue()
    • isEncrypt

      public boolean isEncrypt()