|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.tl1.security.Tl1OperationSecurityEntry
public class Tl1OperationSecurityEntry
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 |
|---|
protected java.lang.String view
protected java.lang.String aid
protected java.lang.String rciList
protected java.lang.String fapList
protected java.lang.Integer operationRowStatus
| Constructor Detail |
|---|
public Tl1OperationSecurityEntry()
| Method Detail |
|---|
public java.lang.String getView()
throws AgentException
AgentException
public void setView(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.String getAid()
throws AgentException
AgentException
public void setAid(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.String getRciList()
throws AgentException
AgentException
public void setRciList(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.String getFapList()
throws AgentException
AgentException
public void setFapList(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.Integer getOperationRowStatus()
throws AgentException
AgentException
public void setOperationRowStatus(java.lang.Integer value)
throws AgentException
Integer -
AgentException - on error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||