public class ChannelUserSettings extends Object
Constructor and Description |
---|
ChannelUserSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getChannelName() |
int |
getDaylightSavingTimeCorrection() |
int |
getEndTimeLimit()
Gets the end time limit in minutes of day.
|
String |
getIconFileName() |
static ChannelUserSettings |
getSettings(Channel ch) |
int |
getStartTimeLimit()
Gets the start time limit in minutes of day.
|
String |
getWebPage() |
boolean |
isTimeLimited()
Gets if the start and end time limit should be used.
|
void |
setChannelName(String channelName) |
void |
setDaylightSavingTimeCorrection(int correction) |
void |
setEndTimeLimit(int endTimeLimit)
Sets the end time limit to the new value.
|
void |
setIconFileName(String iconFileName) |
void |
setStartTimeLimit(int startTimeLimit)
Sets the start time limit to the new value.
|
void |
setWebPage(String webpage) |
boolean |
useUserIconFile() |
void |
useUserIconFile(boolean b) |
public static ChannelUserSettings getSettings(Channel ch)
public void setDaylightSavingTimeCorrection(int correction)
public void setChannelName(String channelName)
public void setIconFileName(String iconFileName)
public void useUserIconFile(boolean b)
public int getDaylightSavingTimeCorrection()
public String getChannelName()
public String getIconFileName()
public boolean useUserIconFile()
public String getWebPage()
public void setWebPage(String webpage)
public int getStartTimeLimit()
public void setStartTimeLimit(int startTimeLimit)
startTimeLimit
- The new value for start time
limit in minutes of day.public int getEndTimeLimit()
public void setEndTimeLimit(int endTimeLimit)
endTimeLimit
- The new value for end time
limit in minutes of day.public boolean isTimeLimited()
True
if the time limit is used,
false
otherwise.TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)