net.sourceforge.fixagora.basis.shared.model.persistence
Class SecurityAltIDGroup

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.SecurityAltIDGroup
All Implemented Interfaces:
java.io.Serializable

@Entity
public class SecurityAltIDGroup
extends java.lang.Object
implements java.io.Serializable

The Class SecurityAltIDGroup.

See Also:
Serialized Form

Constructor Summary
SecurityAltIDGroup()
           
 
Method Summary
 long getId()
          Gets the id.
 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 setId(long id)
          Sets the id.
 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

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

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