public class CustomConfiguration extends Object
Constructor and Description |
---|
CustomConfiguration(int refreshTime,
String vreLabel,
boolean showTimelineSource) |
Modifier and Type | Method and Description |
---|---|
int |
getRefreshTime() |
String |
getVreLabel() |
boolean |
isShowTimelineSource() |
void |
setRefreshTime(int refreshTime) |
void |
setShowTimelineSource(boolean showTimelineSource) |
void |
setVreLabel(String vreLabel) |
String |
toString() |
public CustomConfiguration(int refreshTime, String vreLabel, boolean showTimelineSource)
public int getRefreshTime()
public void setRefreshTime(int refreshTime)
public String getVreLabel()
public void setVreLabel(String vreLabel)
public boolean isShowTimelineSource()
public void setShowTimelineSource(boolean showTimelineSource)
Copyright © 2014. All Rights Reserved.