public class RemoteBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
PRIORITY_HIGH |
static int |
PRIORITY_LOW |
static int |
PRIORITY_MIDDLE |
Constructor and Description |
---|
RemoteBean() |
public static final int PRIORITY_LOW
public static final int PRIORITY_MIDDLE
public static final int PRIORITY_HIGH
public String getId()
public void setId(String id)
public String getUrl()
public void setUrl(String url)
public String getSynchroCode()
public void setSynchroCode(String synchroCode)
public String getAuthors()
public void setAuthors(String authors)
public String getLatestEditor()
public void setLatestEditor(String latestEditor)
public String getText()
public void setText(String text)
public Date getLatestValid()
public void setLatestValid(Date latestValid)
public Date getLatestUnvalid()
public void setLatestUnvalid(Date latestUnvalid)
public boolean check(String defaulSynchroCode)
public boolean check(String defaulSynchroCode, boolean forceLoadServerInfo)
public String getError()
public void setError(String error)
public int getErrorCount()
public void setErrorCount(int errorCount)
public Date getCreationDate()
public void setCreationDate(Date creationDate)
public int getValidCount()
public void setValidCount(int validCount)
public boolean isValid()
public int getPriority()
public void setPriority(int priority)
public String getLatestChangeDisplay()
public boolean isServerInfoLoaded()
public String getServerAddress()
public String getServerPort()
public String getServerHostname()
public String getSystemUser()
public String getVersion()
public int getStoreHashCode()
public int getSiteCharge()
public int getServerCharge()
public int getSiteChargeProportion()
Copyright © 2012-2018. All Rights Reserved.