|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.persistence.AssignedInitiatorSecurity
@Entity public class AssignedInitiatorSecurity
The Class AssignedInitiatorSecurity.
Constructor Summary | |
---|---|
AssignedInitiatorSecurity()
|
Method Summary | |
---|---|
int |
compareTo(AssignedInitiatorSecurity assignedInitiatorSecurity)
|
Counterparty |
getCounterparty()
Gets the counterparty. |
AbstractInitiator |
getFixInitiator()
Gets the fix initiator. |
long |
getId()
Gets the id. |
FSecurity |
getSecurity()
Gets the security. |
void |
makeEager()
Make eager. |
void |
setCounterparty(Counterparty counterparty)
Sets the counterparty. |
void |
setFixInitiator(AbstractInitiator fixInitiator)
Sets the fix initiator. |
void |
setId(long id)
Sets the id. |
void |
setSecurity(FSecurity security)
Sets the security. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssignedInitiatorSecurity()
Method Detail |
---|
public long getId()
public void setId(long id)
id
- the new idpublic AbstractInitiator getFixInitiator()
public void setFixInitiator(AbstractInitiator fixInitiator)
fixInitiator
- the new fix initiatorpublic FSecurity getSecurity()
public void setSecurity(FSecurity security)
security
- the new securitypublic Counterparty getCounterparty()
public void setCounterparty(Counterparty counterparty)
counterparty
- the new counterpartypublic void makeEager()
public int compareTo(AssignedInitiatorSecurity assignedInitiatorSecurity)
compareTo
in interface java.lang.Comparable<AssignedInitiatorSecurity>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |