Config

public class Config

Fields

DATE_TIME_PICKER_FORMAT

public static final String DATE_TIME_PICKER_FORMAT

Constructors

Config

public Config()

Config

public Config(boolean schedulerEnabled, String timePeriod, String timePeriodMultiplier, String startDate, String xmlUrl)

Methods

equals

public boolean equals(Object o)

getCommunicationProtocol

public CommunicationProtocol getCommunicationProtocol()

getLastModified

public String getLastModified()

getPeriodDays

public int getPeriodDays()

getPeriodHours

public int getPeriodHours()

getPeriodMinutes

public int getPeriodMinutes()

getStartDate

public String getStartDate()

getTimePeriod

public String getTimePeriod()

getTimePeriodMultiplier

public String getTimePeriodMultiplier()

getXmlUrl

public String getXmlUrl()

hashCode

public int hashCode()

isSchedulerEnabled

public boolean isSchedulerEnabled()

setCommunicationProtocol

public void setCommunicationProtocol(CommunicationProtocol communicationProtocol)

setLastModified

public void setLastModified(String lastModified)

setSchedulerEnabled

public void setSchedulerEnabled(boolean schedulerEnabled)

setStartDate

public void setStartDate(String startDate)

setTimePeriod

public void setTimePeriod(String timePeriod)

setTimePeriodMultiplier

public void setTimePeriodMultiplier(String timePeriodMultiplier)

setXmlUrl

public void setXmlUrl(String xmlUrl)