java.io.Serializable
public class Channel
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
java.lang.String |
channel |
The name of the channel
|
int |
modified |
The modification status of this channel
|
java.lang.String |
owner |
The mud which controls the channel
|
static long |
serialVersionUID |
|
int |
type |
The type of the mud channel
|
public static final long serialVersionUID
public java.lang.String channel
public int modified
Persistent
public java.lang.String owner
public int type
public Channel()
public Channel(Channel other)
other
- the other channel