Uses of Class
net.sourceforge.agora.simulator.model.SecurityAttribute

Packages that use SecurityAttribute
net.sourceforge.agora.simulator.model   
 

Uses of SecurityAttribute in net.sourceforge.agora.simulator.model
 

Methods in net.sourceforge.agora.simulator.model that return types with arguments of type SecurityAttribute
 java.util.List<SecurityAttribute> SecurityDetails.getSecurityAttribute()
          Gets the security attribute.
 

Method parameters in net.sourceforge.agora.simulator.model with type arguments of type SecurityAttribute
 void SecurityDetails.setSecurityAttribute(java.util.List<SecurityAttribute> securityAttribute)
          Sets the security attribute.