Class Meta

    • Method Detail

      • getId

        public String getId()
        Returns internally generated ID of the object (that's part of the object URI).
        Returns:
        internal ID of the object
      • getAuthor

        public String getAuthor()
      • getContributor

        public String getContributor()
      • getCreated

        public org.joda.time.DateTime getCreated()
      • getSummary

        public String getSummary()
      • setSummary

        public void setSummary​(String summary)
      • getTitle

        public String getTitle()
      • setTitle

        public void setTitle​(String title)
      • getUpdated

        public org.joda.time.DateTime getUpdated()
      • getCategory

        public String getCategory()
      • setCategory

        public void setCategory​(String category)
      • setTags

        public void setTags​(Set<String> tags)
      • getUri

        public String getUri()
      • isDeprecated

        public Boolean isDeprecated()
        Default is false/not-deprecated.
        Returns:
        true when the linked object is deprecated, null if not set
      • setDeprecated

        public void setDeprecated​(Boolean deprecated)
      • getIdentifier

        public String getIdentifier()
        Returns user-specified identifier of the object.
        Returns:
        user-specified object identifier
      • setIdentifier

        public void setIdentifier​(String identifier)
      • isProduction

        public Boolean isProduction()
        Is the object production or not? Defaults to true.
        Returns:
        true when the linked object is production, null if not set
      • setProduction

        public void setProduction​(Boolean production)
      • isLocked

        public Boolean isLocked()
        Flag that MD object is locked; default is false/unlocked.
        Returns:
        true when the linked object is locked, null if not set
      • setLocked

        public void setLocked​(Boolean locked)
      • isUnlisted

        public Boolean isUnlisted()
        Default is false/listed.
        Returns:
        true when the linked object is unlisted, null if not set
      • setUnlisted

        public void setUnlisted​(Boolean unlisted)
      • isSharedWithSomeone

        public Boolean isSharedWithSomeone()
        Is the linked object shared with someone via ACLs?
        Returns:
        true when the linked object is shared, null if not set
      • setSharedWithSomeone

        public void setSharedWithSomeone​(Boolean sharedWithSomeone)
      • setFlags

        public void setFlags​(Set<String> flags)