Class CronappSettings


  • @Entity
    public class CronappSettings
    extends Object
    • Constructor Detail

      • CronappSettings

        public CronappSettings()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getApplicationId

        public String getApplicationId()
      • setApplicationId

        public void setApplicationId​(String applicationId)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getSecure

        public Boolean getSecure()
      • setSecure

        public void setSecure​(Boolean secure)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object