base
Class StationInfo

java.lang.Object
  extended by base.StationInfo

public class StationInfo
extends Object

This is a storage class for a TV station as scanned by the appropriate station scanning information. One object of this type stores the data for exactly one TV station


Field Summary
 String channel
           
 JComponent custom
          the name of the TV station and the name for the channel that has to be switched to recevie this station
 JComponent custom2
          the name of the TV station and the name for the channel that has to be switched to recevie this station
 String name
           
 
Constructor Summary
StationInfo()
          The default constructor
StationInfo(String name, String channel)
          Constructor for a storage object of type StationInfo
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

channel

public String channel

custom

public JComponent custom
the name of the TV station and the name for the channel that has to be switched to recevie this station


custom2

public JComponent custom2
the name of the TV station and the name for the channel that has to be switched to recevie this station

Constructor Detail

StationInfo

public StationInfo()
The default constructor


StationInfo

public StationInfo(String name,
                   String channel)
Constructor for a storage object of type StationInfo

Parameters:
name - a human-readable name for the TV station
channel - a channel identifier as it is used by the TV-card to turn on the correct station