Class Server

    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getNom

        public String getNom()
        Gets value for attribute nom
      • setNom

        public void setNom​(String nom)
        Sets value for attribute nom
      • getPk

        public byte[] getPk()
        Gets value for attribute pk
      • setPk

        public void setPk​(byte[] pk)
        Sets value for attribute pk
      • getAuth

        public String getAuth()
        Gets value for attribute auth
      • setAuth

        public void setAuth​(String auth)
        Sets value for attribute auth
      • getPublicKey

        public PublicKey getPublicKey()
        Gets value for attribute publicKey
      • setPublicKey

        public void setPublicKey​(PublicKey publicKey)
        Sets value for attribute publicKey
      • getUseMasterDatabase

        public Boolean getUseMasterDatabase()
        Gets value for attribute useMasterDatabase
      • setUseMasterDatabase

        public void setUseMasterDatabase​(Boolean useMasterDatabase)
        Sets value for attribute useMasterDatabase
      • getBackupDatabase

        public Long getBackupDatabase()
        Gets value for attribute backupDatabase
      • setBackupDatabase

        public void setBackupDatabase​(Long backupDatabase)
        Sets value for attribute backupDatabase
      • getType

        public ServerType getType()
        Gets value for attribute type
      • setType

        public void setType​(ServerType type)
        Sets value for attribute type
      • getUrl

        public String getUrl()
        Gets value for attribute url
      • setUrl

        public void setUrl​(String url)
        Sets value for attribute url
      • getPublicUrl

        public String getPublicUrl()
        Gets value for attribute publicUrl
      • setPublicUrl

        public void setPublicUrl​(String publicUrl)
        Sets value for attribute publicUrl
      • getJavaOptions

        public String getJavaOptions()
        Gets value for attribute javaOptions
      • setJavaOptions

        public void setJavaOptions​(String javaOptions)
        Sets value for attribute javaOptions
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object
      • toServer

        public static Server toServer​(Server vo)
        Creates a Server value object based on a Server object.
      • toServerList

        public static List<Server> toServerList​(Collection<Server> source)
        Creates a Server list on a Server collection.
      • toServerAsyncList

        public static AsyncList<Server> toServerAsyncList​(AsyncList<Server> source)
        Creates a Server asynclist on a Server collection.
      • toServerArray

        public static Server[] toServerArray​(Server[] source)
        Creates a Server array on a Server array.
      • toServer

        public static void toServer​(Server source,
                                    Server target)
        Updates a Server value object based on a Server object.