public class EspChannel
extends java.lang.Object
implements java.io.Serializable
Lab,
Serialized Form| Constructor and Description |
|---|
EspChannel()
Instantiates a new esp channel.
|
EspChannel(int channelNumber)
Instantiates a new esp channel.
|
EspChannel(int channelNumber,
java.lang.String description)
Instantiates a new esp channel.
|
EspChannel(int channelNumber,
java.lang.String description,
java.lang.String identifier)
Instantiates a new esp channel.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelNumber()
Gets the channel number.
|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getIdentifier()
Gets the identifier.
|
void |
setChannelNumber(int channelNumber)
Sets the channel number.
|
void |
setDescription(java.lang.String description)
Sets the description.
|
void |
setIdentifier(java.lang.String identifier)
Sets the identifier.
|
java.lang.String |
toString() |
public EspChannel()
public EspChannel(int channelNumber)
channelNumber - the channel numberpublic EspChannel(int channelNumber,
java.lang.String description)
channelNumber - the channel numberdescription - the descriptionpublic EspChannel(int channelNumber,
java.lang.String description,
java.lang.String identifier)
channelNumber - the channel numberdescription - the descriptionidentifier - the identifierpublic int getChannelNumber()
public void setChannelNumber(int channelNumber)
channelNumber - the new channel numberpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the new descriptionpublic java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier - the new identifierpublic java.lang.String toString()
toString in class java.lang.Object