com.adventnet.agent.tl1.security
Class TL1OperationSecurity

java.lang.Object
  |
  +--com.adventnet.agent.tl1.security.TL1OperationSecurity

public class TL1OperationSecurity
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TL1OperationSecurity

public TL1OperationSecurity()
Method Detail

getOperId

public java.lang.String getOperId()
This method gets the name of the operation.
Returns:
Operation Name

setOperId

public void setOperId(java.lang.String id)
Sets the name of the operation.
Parameters:
id - - Operation name

getState

public java.lang.String getState()
Returns the current state of the Operation. if 1 it is in service or if 0 it is out of service.

setState

public void setState(java.lang.String status)
Set the status of this operation.
Parameters:
status - - Inservice (or) OutOfService

getRciList

public java.util.Vector getRciList()
Returns the vector of record control identifiers.

setRciList

public void setRciList(java.util.Vector list)
Sets the record control identifiers.
Parameters:
list - - Record Control Identifiers to set

getFapList

public java.util.Hashtable getFapList()
Returns the Hashtable of field access privilege.

setFapList

public void setFapList(java.util.Hashtable table)
Sets Field access privilege of the corresponding field.
Parameters:
table - - FAP for the corresponding field