|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.core.intermud.packets.Channel
public class Channel
Copyright (c) 1996 George Reese This source code may not be modified, copied, redistributed, or used in any fashion without the express written consent of George Reese.
| Field Summary | |
|---|---|
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 |
| Constructor Summary | |
|---|---|
Channel()
Constructs a new mud channel object |
|
Channel(Channel other)
Constructs a copy of an existing channel |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
public java.lang.String channel
public int modified
Persistentpublic java.lang.String owner
public int type
| Constructor Detail |
|---|
public Channel()
public Channel(Channel other)
other - the other channel
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||