com.adventnet.adaptors.tl1
Class Tl1CommIfcEntry

java.lang.Object
  extended by com.adventnet.adaptors.tl1.Tl1CommIfcEntry

public class Tl1CommIfcEntry
extends java.lang.Object

Contains the data handling under tl1CommIfcEntry group


Field Summary
protected  java.lang.Integer tl1CommIfcIndex
           
protected  java.lang.String tl1CommIfcInfo
           
protected  java.lang.Integer tl1CommIfcType
           
 
Constructor Summary
Tl1CommIfcEntry()
           
 
Method Summary
 java.lang.Integer getTl1CommIfcIndex()
          Handles the JMX Get Request for tl1CommIfcIndex
 java.lang.String getTl1CommIfcInfo()
          Handles the JMX Get Request for tl1CommIfcInfo
 java.lang.Integer getTl1CommIfcType()
          Handles the JMX Get Request for tl1CommIfcType
 void setTl1CommIfcIndex(java.lang.Integer value)
          Handles the JMX Set Request for tl1CommIfcIndex
 void setTl1CommIfcInfo(java.lang.String value)
          Handles the JMX Set Request for tl1CommIfcInfo
 void setTl1CommIfcType(java.lang.Integer value)
          Handles the JMX Set Request for tl1CommIfcType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tl1CommIfcIndex

protected java.lang.Integer tl1CommIfcIndex

tl1CommIfcType

protected java.lang.Integer tl1CommIfcType

tl1CommIfcInfo

protected java.lang.String tl1CommIfcInfo
Constructor Detail

Tl1CommIfcEntry

public Tl1CommIfcEntry()
Method Detail

getTl1CommIfcIndex

public java.lang.Integer getTl1CommIfcIndex()
                                     throws AgentException
Handles the JMX Get Request for tl1CommIfcIndex

Throws:
AgentException

setTl1CommIfcIndex

public void setTl1CommIfcIndex(java.lang.Integer value)
                        throws AgentException
Handles the JMX Set Request for tl1CommIfcIndex

Parameters:
Integer -
Throws:
AgentException - on error

getTl1CommIfcType

public java.lang.Integer getTl1CommIfcType()
                                    throws AgentException
Handles the JMX Get Request for tl1CommIfcType

Throws:
AgentException

setTl1CommIfcType

public void setTl1CommIfcType(java.lang.Integer value)
                       throws AgentException
Handles the JMX Set Request for tl1CommIfcType

Parameters:
Integer -
Throws:
AgentException - on error

getTl1CommIfcInfo

public java.lang.String getTl1CommIfcInfo()
                                   throws AgentException
Handles the JMX Get Request for tl1CommIfcInfo

Throws:
AgentException

setTl1CommIfcInfo

public void setTl1CommIfcInfo(java.lang.String value)
                       throws AgentException
Handles the JMX Set Request for tl1CommIfcInfo

Parameters:
String -
Throws:
AgentException - on error