Class RegistryEntryImpl

    • Constructor Detail

      • RegistryEntryImpl

        public RegistryEntryImpl()
    • Method Detail

      • setKey

        public void setKey​(String key)
      • setName

        public void setName​(String name)
      • getVersion

        public long getVersion()
        Description copied from interface: RegistryEntry
        The version of the resource - required
        Specified by:
        getVersion in interface RegistryEntry
      • setVersion

        public void setVersion​(long version)
      • setType

        public void setType​(String type)
      • setDescription

        public void setDescription​(String description)
      • getCreated

        public long getCreated()
        Description copied from interface: RegistryEntry
        The created time for the resource - optional
        Specified by:
        getCreated in interface RegistryEntry
      • setCreated

        public void setCreated​(long created)
      • getLastModified

        public long getLastModified()
        Description copied from interface: RegistryEntry
        The last updated time for the resource - optional
        Specified by:
        getLastModified in interface RegistryEntry
      • setLastModified

        public void setLastModified​(long lastModified)
      • getCachableDuration

        public long getCachableDuration()
        Description copied from interface: RegistryEntry
        The number of milliseconds this resource could be cached
        Specified by:
        getCachableDuration in interface RegistryEntry
      • setCachableDuration

        public void setCachableDuration​(long cachableDuration)