com.diamondsystems.dali
Class Channel


java.lang.Object

  |

  +--com.diamondsystems.dali.Channel


public class Channel
extends java.lang.Object

Channel class is a class with Channel information


Field Summary
 int channel
           
 java.lang.String security
           
 java.lang.String type
           
 
Constructor Summary
Channel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel


public int channel

type


public java.lang.String type

security


public java.lang.String security
Constructor Detail

Channel


public Channel()