public class ReplicationServer
extends java.lang.Object
Constructor and Description |
---|
ReplicationServer()
Constructor of ReplicationServer
|
Modifier and Type | Method and Description |
---|---|
boolean |
getDataReplication()
Get datareplication xml or not option
|
boolean |
getHub()
Get hub option
|
java.util.Date |
getLastCheckedDate()
Get last checked date
|
boolean |
getReplication()
Get replication xml or not option
|
java.lang.String |
getServerName()
Get server name
|
void |
setDataReplication(boolean myDataReplication)
Set data replication option
|
void |
setHub(boolean myHub)
Set hub option
|
void |
setLastCheckedDate(java.util.Date myLastCheckedDate)
Set a string as last checked date
|
void |
setReplication(boolean myReplication)
Set replication option
|
void |
setServerName(java.lang.String myServerName)
Set a sting as server name
|
public java.lang.String getServerName()
public void setServerName(java.lang.String myServerName)
myServerName,
- the string will set to object's serverNamepublic java.util.Date getLastCheckedDate()
public void setLastCheckedDate(java.util.Date myLastCheckedDate)
public boolean getReplication()
public void setReplication(boolean myReplication)
myReplication,
- the option will set to object's replicationpublic boolean getDataReplication()
public void setDataReplication(boolean myDataReplication)
myDataReplication,
- the option will set to object's datareplicationpublic boolean getHub()
public void setHub(boolean myHub)
myHub,
- the option will set to object's hub optionCopyright © 2020 Regents of the University of California. All Rights Reserved.