public class ChannelUserSettings
extends java.lang.Object
Constructor and Description |
---|
ChannelUserSettings() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getChannelName() |
int |
getEndTimeLimit()
Gets the end time limit in minutes of day.
|
java.lang.String |
getIconFileName() |
static ChannelUserSettings |
getSettings(Channel ch) |
java.lang.String |
getSortNumber()
Gets the sort number of this channel.
|
int |
getStartTimeLimit()
Gets the start time limit in minutes of day.
|
int |
getTimeZoneCorrectionMinutes() |
java.lang.String |
getWebPage() |
boolean |
isTimeLimited()
Gets if the start and end time limit should be used.
|
void |
setChannelName(java.lang.String channelName) |
void |
setEndTimeLimit(int endTimeLimit)
Sets the end time limit to the new value.
|
void |
setIconFileName(java.lang.String iconFileName) |
void |
setSortNumber(java.lang.String number)
Sets the sort number of this channel to the given value.
|
void |
setStartTimeLimit(int startTimeLimit)
Sets the start time limit to the new value.
|
void |
setTimeZoneCorrectionMinutes(int offset) |
void |
setWebPage(java.lang.String webpage) |
boolean |
useUserIconFile() |
void |
useUserIconFile(boolean b) |
public static ChannelUserSettings getSettings(Channel ch)
public void setTimeZoneCorrectionMinutes(int offset)
public void setChannelName(java.lang.String channelName)
public void setIconFileName(java.lang.String iconFileName)
public void useUserIconFile(boolean b)
public int getTimeZoneCorrectionMinutes()
public java.lang.String getChannelName()
public java.lang.String getIconFileName()
public boolean useUserIconFile()
public java.lang.String getWebPage()
public void setWebPage(java.lang.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.public java.lang.String getSortNumber()
public void setSortNumber(java.lang.String number)
number
- The sort number for this channel or null
if channel has no sort number.TV-Browser 3.4.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)