public class ChannelSettings
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected int |
id |
protected ChannelType |
type |
Constructor and Description |
---|
ChannelSettings() |
ChannelSettings(ChannelSettings other) |
ChannelSettings(int id,
ChannelType type,
java.lang.String description)
Creates settings for a channel.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
int |
getId() |
ChannelType |
getType() |
protected void |
readObject(java.io.ObjectInputStream in) |
void |
setDescription(java.lang.String description) |
void |
setId(int id) |
void |
setType(ChannelType type) |
java.lang.String |
toString() |
java.lang.String |
toStringL() |
protected void |
writeObject(java.io.ObjectOutputStream out) |
protected int id
protected ChannelType type
protected java.lang.String description
public ChannelSettings(int id, ChannelType type, java.lang.String description)
id
- The recorder channel ID that should be assigned to the channel.type
- The type of the channel.description
- Textual description of the channel.public ChannelSettings()
public ChannelSettings(ChannelSettings other)
public int getId()
public void setId(int id)
public ChannelType getType()
public void setType(ChannelType type)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringL()
protected void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
protected void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.