Class RemoteServer


  • @Node
    public class RemoteServer
    extends Client
    • Constructor Detail

      • RemoteServer

        public RemoteServer()
    • Method Detail

      • getDescription

        public String getDescription()
      • getUrl

        public String getUrl()
      • getThumbnail

        public String getThumbnail()
      • isAvailable

        public boolean isAvailable()
      • getOrder

        public int getOrder()
      • setDescription

        public void setDescription​(String description)
      • setUrl

        public void setUrl​(String url)
      • setThumbnail

        public void setThumbnail​(String thumbnail)
      • setAvailable

        public void setAvailable​(boolean available)
      • setOrder

        public void setOrder​(int order)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Client