org.walluck.oscar.channel
Class Channel
java.lang.Object
org.walluck.oscar.channel.Channel
- Direct Known Subclasses:
- AOLIM, Rendezvous
public abstract class Channel
- extends Object
Represents an ICBM channel.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- David Walluck
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 |
Channel
public Channel()
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.