|
||||||||||
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.TraderPartyID
@Entity public class TraderPartyID
The Class TraderPartyID.
Constructor Summary | |
---|---|
TraderPartyID()
|
Method Summary | |
---|---|
int |
compareTo(TraderPartyID assignedInitiatorSecurity)
|
boolean |
equals(java.lang.Object obj)
|
AbstractBusinessComponent |
getAbstractBusinessComponent()
Gets the abstract business component. |
long |
getId()
Gets the id. |
java.lang.String |
getPartyID()
Gets the party id. |
java.lang.String |
getPartyIDSource()
Gets the party id source. |
java.lang.Integer |
getPartyRole()
Gets the party role. |
Trader |
getTrader()
Gets the trader. |
int |
hashCode()
|
void |
makeEager()
Make eager. |
void |
setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
Sets the abstract business component. |
void |
setId(long id)
Sets the id. |
void |
setPartyID(java.lang.String partyID)
Sets the party id. |
void |
setPartyIDSource(java.lang.String partyIDSource)
Sets the party id source. |
void |
setPartyRole(java.lang.Integer partyRole)
Sets the party role. |
void |
setTrader(Trader trader)
Sets the trader. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TraderPartyID()
Method Detail |
---|
public java.lang.String getPartyID()
public void setPartyID(java.lang.String partyID)
partyID
- the new party idpublic java.lang.String getPartyIDSource()
public void setPartyIDSource(java.lang.String partyIDSource)
partyIDSource
- the new party id sourcepublic long getId()
public Trader getTrader()
public void setTrader(Trader trader)
trader
- the new traderpublic void setId(long id)
id
- the new idpublic java.lang.Integer getPartyRole()
public void setPartyRole(java.lang.Integer partyRole)
partyRole
- the new party rolepublic AbstractBusinessComponent getAbstractBusinessComponent()
public void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
abstractBusinessComponent
- the new abstract business componentpublic void makeEager()
public int compareTo(TraderPartyID assignedInitiatorSecurity)
compareTo
in interface java.lang.Comparable<TraderPartyID>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |