Class JSONEntry

    • Constructor Detail

      • JSONEntry

        public JSONEntry​(Identifier identifier)
    • Method Detail

      • isArray

        public boolean isArray()
      • isJSONObject

        public boolean isJSONObject()
      • isProcedure

        public boolean isProcedure()
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getRawContent

        public String getRawContent()
      • setRawContent

        public void setRawContent​(String rawContent)
      • getArray

        public net.sf.json.JSONArray getArray()
      • getObject

        public net.sf.json.JSONObject getObject()
      • getProcedure

        public List<String> getProcedure()
        Procedures are stored as JSON arrays of string. When one is gotten, it is returned as a list of strings.
        Returns:
      • getLastModified

        public Date getLastModified()
      • setLastModified

        public void setLastModified​(Date lastModified)
      • getCreationTimestamp

        public Date getCreationTimestamp()
      • setCreationTimestamp

        public void setCreationTimestamp​(Date creationTimestamp)