Class CycloramaAccount


  • @Entity
    public class CycloramaAccount
    extends Object
    Author:
    Meine Toonen
    • Constructor Detail

      • CycloramaAccount

        public CycloramaAccount()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getPrivateBase64Key

        public String getPrivateBase64Key()
      • setPrivateBase64Key

        public void setPrivateBase64Key​(String privateBase64Key)
      • getFilename

        public String getFilename()
      • setFilename

        public void setFilename​(String filename)
      • toJSON

        public org.json.JSONObject toJSON()
                                   throws org.json.JSONException
        Throws:
        org.json.JSONException