net.sourceforge.agora.simulator.model
Class SecurityAltIDGroup

java.lang.Object
  extended by net.sourceforge.agora.simulator.model.SecurityAltIDGroup

public class SecurityAltIDGroup
extends java.lang.Object

The Class SecurityAltIDGroup.


Constructor Summary
SecurityAltIDGroup()
           
 
Method Summary
 SecurityDetails getSecurity()
          Gets the security.
 java.lang.String getSecurityAltID()
          Gets the security alt id.
 java.lang.String getSecurityAltIDSource()
          Gets the security alt id source.
 void setSecurity(SecurityDetails security)
          Sets the security.
 void setSecurityAltID(java.lang.String securityAltID)
          Sets the security alt id.
 void setSecurityAltIDSource(java.lang.String securityAltIDSource)
          Sets the security alt id source.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityAltIDGroup

public SecurityAltIDGroup()
Method Detail

getSecurity

public SecurityDetails getSecurity()
Gets the security.

Returns:
the security

setSecurity

public void setSecurity(SecurityDetails security)
Sets the security.

Parameters:
security - the new security

getSecurityAltID

public java.lang.String getSecurityAltID()
Gets the security alt id.

Returns:
the security alt id

setSecurityAltID

public void setSecurityAltID(java.lang.String securityAltID)
Sets the security alt id.

Parameters:
securityAltID - the new security alt id

getSecurityAltIDSource

public java.lang.String getSecurityAltIDSource()
Gets the security alt id source.

Returns:
the security alt id source

setSecurityAltIDSource

public void setSecurityAltIDSource(java.lang.String securityAltIDSource)
Sets the security alt id source.

Parameters:
securityAltIDSource - the new security alt id source