|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.tl1.security.Tl1ResourceSecurityEntry
public class Tl1ResourceSecurityEntry
Contains the data handling under tl1ResourceSecurityEntry group
| Field Summary | |
|---|---|
protected java.lang.String |
rapList
|
protected java.lang.String |
resource
|
protected java.lang.Integer |
resourceRowstatus
|
| Constructor Summary | |
|---|---|
Tl1ResourceSecurityEntry()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getRapList()
Handles the JMX Get Request for rapList |
java.lang.String |
getResource()
Handles the JMX Get Request for resource |
java.lang.Integer |
getResourceRowstatus()
Handles the JMX Get Request for resourceRowstatus |
void |
setRapList(java.lang.String value)
Handles the JMX Set Request for rapList |
void |
setResource(java.lang.String value)
Handles the JMX Set Request for resource |
void |
setResourceRowstatus(java.lang.Integer value)
Handles the JMX Set Request for resourceRowstatus |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String resource
protected java.lang.String rapList
protected java.lang.Integer resourceRowstatus
| Constructor Detail |
|---|
public Tl1ResourceSecurityEntry()
| Method Detail |
|---|
public java.lang.String getResource()
throws AgentException
AgentException
public void setResource(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.String getRapList()
throws AgentException
AgentException
public void setRapList(java.lang.String value)
throws AgentException
String -
AgentException - on error
public java.lang.Integer getResourceRowstatus()
throws AgentException
AgentException
public void setResourceRowstatus(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 | ||||||||