net.sourceforge.agora.simulator.model
Class Security

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

public class Security
extends java.lang.Object

The Class Security.


Constructor Summary
Security()
           
 
Method Summary
 java.lang.String getAdditionalTreeText()
          Gets the additional tree text.
 java.util.Date getMaturity()
          Gets the maturity.
 java.lang.String getName()
          Gets the name.
 SecurityDetails getSecurityDetails()
          Gets the security details.
 java.lang.String getSecurityID()
          Gets the security id.
 void setMaturity(java.util.Date maturity)
          Sets the maturity.
 void setName(java.lang.String name)
          Sets the name.
 void setSecurityDetails(SecurityDetails securityDetails)
          Sets the security details.
 void setSecurityID(java.lang.String securityID)
          Sets the security id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Security

public Security()
Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the new name

getAdditionalTreeText

public java.lang.String getAdditionalTreeText()
Gets the additional tree text.

Returns:
the additional tree text

getMaturity

public java.util.Date getMaturity()
Gets the maturity.

Returns:
the maturity

setMaturity

public void setMaturity(java.util.Date maturity)
Sets the maturity.

Parameters:
maturity - the new maturity

getSecurityDetails

public SecurityDetails getSecurityDetails()
Gets the security details.

Returns:
the security details

setSecurityDetails

public void setSecurityDetails(SecurityDetails securityDetails)
Sets the security details.

Parameters:
securityDetails - the new security details

getSecurityID

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

Returns:
the security id

setSecurityID

public void setSecurityID(java.lang.String securityID)
Sets the security id.

Parameters:
securityID - the new security id