com.adventnet.adaptors.tl1.security
Class Tl1OperationSecurityEntry

java.lang.Object
  extended by com.adventnet.adaptors.tl1.security.Tl1OperationSecurityEntry

public class Tl1OperationSecurityEntry
extends java.lang.Object

Contains the data handling under tl1OperationSecurityEntry group


Field Summary
protected  java.lang.String aid
           
protected  java.lang.String fapList
           
protected  java.lang.Integer operationRowStatus
           
protected  java.lang.String rciList
           
protected  java.lang.String view
           
 
Constructor Summary
Tl1OperationSecurityEntry()
           
 
Method Summary
 java.lang.String getAid()
          Handles the JMX Get Request for aid
 java.lang.String getFapList()
          Handles the JMX Get Request for fapList
 java.lang.Integer getOperationRowStatus()
          Handles the JMX Get Request for operationRowStatus
 java.lang.String getRciList()
          Handles the JMX Get Request for rciList
 java.lang.String getView()
          Handles the JMX Get Request for view
 void setAid(java.lang.String value)
          Handles the JMX Set Request for aid
 void setFapList(java.lang.String value)
          Handles the JMX Set Request for fapList
 void setOperationRowStatus(java.lang.Integer value)
          Handles the JMX Set Request for operationRowStatus
 void setRciList(java.lang.String value)
          Handles the JMX Set Request for rciList
 void setView(java.lang.String value)
          Handles the JMX Set Request for view
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

protected java.lang.String view

aid

protected java.lang.String aid

rciList

protected java.lang.String rciList

fapList

protected java.lang.String fapList

operationRowStatus

protected java.lang.Integer operationRowStatus
Constructor Detail

Tl1OperationSecurityEntry

public Tl1OperationSecurityEntry()
Method Detail

getView

public java.lang.String getView()
                         throws AgentException
Handles the JMX Get Request for view

Throws:
AgentException

setView

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

Parameters:
String -
Throws:
AgentException - on error

getAid

public java.lang.String getAid()
                        throws AgentException
Handles the JMX Get Request for aid

Throws:
AgentException

setAid

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

Parameters:
String -
Throws:
AgentException - on error

getRciList

public java.lang.String getRciList()
                            throws AgentException
Handles the JMX Get Request for rciList

Throws:
AgentException

setRciList

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

Parameters:
String -
Throws:
AgentException - on error

getFapList

public java.lang.String getFapList()
                            throws AgentException
Handles the JMX Get Request for fapList

Throws:
AgentException

setFapList

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

Parameters:
String -
Throws:
AgentException - on error

getOperationRowStatus

public java.lang.Integer getOperationRowStatus()
                                        throws AgentException
Handles the JMX Get Request for operationRowStatus

Throws:
AgentException

setOperationRowStatus

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

Parameters:
Integer -
Throws:
AgentException - on error