Class CustomConfiguration
- java.lang.Object
-
- org.gcube.portlets.user.newsfeed.server.CustomConfiguration
-
public class CustomConfiguration extends Object
custom class to read propety file once- Author:
- massi
-
-
Constructor Summary
Constructors Constructor Description CustomConfiguration(int refreshTime, String vreLabel, boolean showTimelineSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRefreshTime()StringgetVreLabel()booleanisShowTimelineSource()voidsetRefreshTime(int refreshTime)voidsetShowTimelineSource(boolean showTimelineSource)voidsetVreLabel(String vreLabel)StringtoString()
-
-
-
Constructor Detail
-
CustomConfiguration
public CustomConfiguration(int refreshTime, String vreLabel, boolean showTimelineSource)
-
-
Method Detail
-
getRefreshTime
public int getRefreshTime()
-
setRefreshTime
public void setRefreshTime(int refreshTime)
-
getVreLabel
public String getVreLabel()
-
setVreLabel
public void setVreLabel(String vreLabel)
-
isShowTimelineSource
public boolean isShowTimelineSource()
-
setShowTimelineSource
public void setShowTimelineSource(boolean showTimelineSource)
-
-