com.arunta.base.settings
Class ChannelSettings
java.lang.Object
com.arunta.base.settings.ChannelSettings
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AnalogChannelSettings
public class ChannelSettings
- extends java.lang.Object
- implements java.io.Serializable
Total Recall VR system Channel Settings.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
protected int id
type
protected ChannelType type
description
protected java.lang.String description
ChannelSettings
public ChannelSettings(int id,
ChannelType type,
java.lang.String description)
- Creates settings for a channel.
- Parameters:
id
- The recorder channel ID that should be assigned to the channel.type
- The type of the channel.description
- Textual description of the channel.
ChannelSettings
public ChannelSettings()
ChannelSettings
public ChannelSettings(ChannelSettings other)
getId
public int getId()
setId
public void setId(int id)
getType
public ChannelType getType()
setType
public void setType(ChannelType type)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toStringL
public java.lang.String toStringL()
writeObject
protected void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
protected void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.