Class Config.Editor.User

  • Enclosing class:
    Config.Editor

    public static class Config.Editor.User
    extends Object
    The Class User.
    • Field Detail

      • id

        protected final String id
        The id.
      • name

        protected final String name
        The name.
      • lastModified

        protected Long lastModified
        The lastModified timestamp.
      • lastSaved

        protected Long lastSaved
        The last saved timestamp.
      • linkSaved

        protected Long linkSaved
        The last link saved timestamp.
      • downloadLink

        protected String downloadLink
        The download link.
    • Constructor Detail

      • User

        protected User​(String id,
                       String name)
        Instantiates a new user.
        Parameters:
        id - the id
        name - the name
    • Method Detail

      • getId

        public String getId()
        Gets the id.
        Returns:
        the id
      • getName

        public String getName()
        Gets the name.
        Returns:
        the name
      • getLastModified

        public long getLastModified()
        Gets the lastModified.
        Returns:
        the lastModified
      • setLastModified

        public void setLastModified​(long lastModified)
        Sets the lastModified.
        Parameters:
        lastModified - the lastModified
      • getLinkSaved

        public long getLinkSaved()
        Gets the linkSaved.
        Returns:
        the linkSaved
      • setLinkSaved

        public void setLinkSaved​(long linkSaved)
        Sets the linkSaved.
        Parameters:
        linkSaved - the linkSaved
      • getDownloadLink

        public String getDownloadLink()
        Gets the downloadLink.
        Returns:
        the downloadLink
      • setDownloadLink

        public void setDownloadLink​(String downloadLink)
        Sets the downloadLink.
        Parameters:
        downloadLink - the downloadLink
      • getLastSaved

        public long getLastSaved()
        Gets the last saved.
        Returns:
        the lastSaved
      • setLastSaved

        public void setLastSaved​(long lastSaved)
        Sets the last saved.
        Parameters:
        lastSaved - the lastSaved to set