|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.tl1.security.TL1OperationSecurity
This class stores the TL1Operations related informations.
| Constructor Summary | |
TL1OperationSecurity()
|
|
| Method Summary | |
java.util.Hashtable |
getFapList()
Returns the Hashtable of field access privilege. |
java.lang.String |
getOperId()
This method gets the name of the operation. |
java.util.Vector |
getRciList()
Returns the vector of record control identifiers. |
java.lang.String |
getState()
Returns the current state of the Operation. |
void |
setFapList(java.util.Hashtable table)
Sets Field access privilege of the corresponding field. |
void |
setOperId(java.lang.String id)
Sets the name of the operation. |
void |
setRciList(java.util.Vector list)
Sets the record control identifiers. |
void |
setState(java.lang.String status)
Set the status of this operation. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public TL1OperationSecurity()
| Method Detail |
public java.lang.String getOperId()
public void setOperId(java.lang.String id)
id - - Operation namepublic java.lang.String getState()
public void setState(java.lang.String status)
status - - Inservice (or) OutOfServicepublic java.util.Vector getRciList()
public void setRciList(java.util.Vector list)
list - - Record Control Identifiers to setpublic java.util.Hashtable getFapList()
public void setFapList(java.util.Hashtable table)
table - - FAP for the corresponding field
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||