org.walluck.oscar.channel
Class Channel

java.lang.Object
  extended byorg.walluck.oscar.channel.Channel
Direct Known Subclasses:
AOLIM, Rendezvous

public abstract class Channel
extends java.lang.Object

Represents an ICBM channel.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
Channel()
           
 
Method Summary
 int getChannel()
          Get the value of channel.
 void setChannel(int channel)
          Set the value of channel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Channel

public Channel()
Method Detail

getChannel

public int getChannel()
Get the value of channel.

Returns:
value of channel.

setChannel

public void setChannel(int channel)
Set the value of channel.

Parameters:
channel - Value to assign to channel.