net.sourceforge.fixagora.basis.server.control.component
Class SecurityDictionaryEntry

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.component.SecurityDictionaryEntry

public class SecurityDictionaryEntry
extends java.lang.Object

The Class SecurityDictionaryEntry.


Constructor Summary
SecurityDictionaryEntry(java.lang.String securityID, java.lang.String securityIDSource)
          Instantiates a new security dictionary entry.
 
Method Summary
 java.lang.String getSecurityID()
          Gets the security id.
 java.lang.String getSecurityIDSource()
          Gets the security id source.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityDictionaryEntry

public SecurityDictionaryEntry(java.lang.String securityID,
                               java.lang.String securityIDSource)
Instantiates a new security dictionary entry.

Parameters:
securityID - the security id
securityIDSource - the security id source
Method Detail

getSecurityID

public java.lang.String getSecurityID()
Gets the security id.

Returns:
the security id

getSecurityIDSource

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

Returns:
the security id source