Class RemoteBean

    • Constructor Detail

      • RemoteBean

        public RemoteBean()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getSynchroCode

        public String getSynchroCode()
      • setSynchroCode

        public void setSynchroCode​(String synchroCode)
      • getAuthors

        public String getAuthors()
      • setAuthors

        public void setAuthors​(String authors)
      • getLatestEditor

        public String getLatestEditor()
      • setLatestEditor

        public void setLatestEditor​(String latestEditor)
      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • getLatestValid

        public Date getLatestValid()
      • setLatestValid

        public void setLatestValid​(Date latestValid)
      • getLatestUnvalid

        public Date getLatestUnvalid()
      • setLatestUnvalid

        public void setLatestUnvalid​(Date latestUnvalid)
      • check

        public boolean check​(String defaulSynchroCode)
      • check

        public boolean check​(String defaulSynchroCode,
                             boolean forceLoadServerInfo)
      • getError

        public String getError()
      • setError

        public void setError​(String error)
      • getErrorCount

        public int getErrorCount()
      • setErrorCount

        public void setErrorCount​(int errorCount)
      • getCreationDate

        public Date getCreationDate()
      • setCreationDate

        public void setCreationDate​(Date creationDate)
      • getValidCount

        public int getValidCount()
      • setValidCount

        public void setValidCount​(int validCount)
      • isValid

        public boolean isValid()
      • getPriority

        public int getPriority()
      • setPriority

        public void setPriority​(int priority)
      • getLatestChangeDisplay

        public String getLatestChangeDisplay()
      • setServerInfo

        public void setServerInfo​(Map<String,​Object> serverInfo)
      • isServerInfoLoaded

        public boolean isServerInfoLoaded()
      • getServerAddress

        public String getServerAddress()
      • getServerPort

        public String getServerPort()
      • getServerHostname

        public String getServerHostname()
      • getSystemUser

        public String getSystemUser()
      • getVersion

        public String getVersion()
      • getStoreHashCode

        public int getStoreHashCode()
      • getSiteCharge

        public int getSiteCharge()
      • getServerCharge

        public int getServerCharge()
      • getSiteChargeProportion

        public int getSiteChargeProportion()
      • getVisitProportion

        public int getVisitProportion()