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

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

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

Methods in net.sourceforge.agora.simulator.model that return SecurityComplexEvent
 SecurityComplexEvent ComplexEventDate.getSecurityComplexEvent()
          Gets the security complex event.
 

Methods in net.sourceforge.agora.simulator.model that return types with arguments of type SecurityComplexEvent
 java.util.List<SecurityComplexEvent> SecurityDetails.getSecurityComplexEvents()
          Gets the security complex events.
 

Methods in net.sourceforge.agora.simulator.model with parameters of type SecurityComplexEvent
 void ComplexEventDate.setSecurityComplexEvent(SecurityComplexEvent securityComplexEvent)
          Sets the security complex event.
 

Method parameters in net.sourceforge.agora.simulator.model with type arguments of type SecurityComplexEvent
 void SecurityDetails.setSecurityComplexEvents(java.util.List<SecurityComplexEvent> securityComplexEvents)
          Sets the security complex events.