Package org.javlo.module.remote
Class RemoteBean
- java.lang.Object
-
- org.javlo.module.remote.RemoteBean
-
- All Implemented Interfaces:
Serializable
public class RemoteBean extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
PRIORITY_HIGH
static int
PRIORITY_LOW
static int
PRIORITY_MIDDLE
-
Constructor Summary
Constructors Constructor Description RemoteBean()
-
Method Summary
-
-
-
Field Detail
-
PRIORITY_LOW
public static final int PRIORITY_LOW
- See Also:
- Constant Field Values
-
PRIORITY_MIDDLE
public static final int PRIORITY_MIDDLE
- See Also:
- Constant Field Values
-
PRIORITY_HIGH
public static final int PRIORITY_HIGH
- See Also:
- Constant Field Values
-
-
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()
-
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()
-
-