|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectde.unikassel.android.sdcframework.data.TimeProviderConfigurationEntries
public class TimeProviderConfigurationEntries
A time provider configuration entry hold the address of a single NTP time
provider.
Example:
<provider> ptbtime1.ptb.de <provider>
SDCConfiguration| Field Summary | |
|---|---|
private String |
errorStrategy
The description of the strategy in case of time provider syncronization errors. |
private List<String> |
providers
The provider for the file transfer |
| Constructor Summary | |
|---|---|
TimeProviderConfigurationEntries()
Constructor |
|
| Method Summary | |
|---|---|
String |
getErrorStrategy()
Getter for the error strategy |
List<String> |
getProviders()
Getter for the provider list |
void |
setErrorStrategy(String errorStrategy)
Setter for the error strategy |
void |
setProviders(List<String> providers)
Setter for the provider list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private List<String> providers
private String errorStrategy
| Constructor Detail |
|---|
public TimeProviderConfigurationEntries()
| Method Detail |
|---|
public List<String> getProviders()
public void setProviders(List<String> providers)
providers - the provider list to setpublic void setErrorStrategy(String errorStrategy)
errorStrategy - the errorStrategy to setpublic String getErrorStrategy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||