Class DBProperty


  • public class DBProperty
    extends Object
    • Constructor Detail

      • DBProperty

        public DBProperty()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getApp

        public String getApp()
      • setApp

        public void setApp​(String app)
      • getKey

        public String getKey()
      • setKey

        public void setKey​(String key)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)