|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.agora.simulator.model.Security
public class Security
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 |
---|
public Security()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new namepublic java.lang.String getAdditionalTreeText()
public java.util.Date getMaturity()
public void setMaturity(java.util.Date maturity)
maturity
- the new maturitypublic SecurityDetails getSecurityDetails()
public void setSecurityDetails(SecurityDetails securityDetails)
securityDetails
- the new security detailspublic java.lang.String getSecurityID()
public void setSecurityID(java.lang.String securityID)
securityID
- the new security id
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |