|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.agora.simulator.model.BlotterEntry
public class BlotterEntry
The Class BlotterEntry.
Nested Class Summary | |
---|---|
static class |
BlotterEntry.LevelIcon
The Enum LevelIcon. |
Constructor Summary | |
---|---|
BlotterEntry(java.lang.String counterparty,
BlotterText blotterText)
Instantiates a new blotter entry. |
|
BlotterEntry(java.lang.String counterparty,
BlotterText blotterText,
BlotterEntry.LevelIcon levelIcon)
Instantiates a new blotter entry. |
|
BlotterEntry(java.lang.String counterparty,
java.util.List<BlotterText> blotterTexts)
Instantiates a new blotter entry. |
|
BlotterEntry(java.lang.String counterparty,
java.util.List<BlotterText> blotterTexts,
BlotterEntry.LevelIcon levelIcon)
Instantiates a new blotter entry. |
|
BlotterEntry(java.lang.String counterparty,
java.lang.String text)
Instantiates a new blotter entry. |
|
BlotterEntry(java.lang.String counterparty,
java.lang.String text,
BlotterEntry.LevelIcon levelIcon)
Instantiates a new blotter entry. |
Method Summary | |
---|---|
java.util.List<BlotterText> |
getBlotterTexts()
Gets the blotter texts. |
java.lang.String |
getCounterparty()
Gets the counterparty. |
BlotterEntry.LevelIcon |
getLevelIcon()
Gets the level icon. |
int |
getOffset()
Gets the offset. |
void |
setOffset(int offset)
Sets the offset. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlotterEntry(java.lang.String counterparty, java.util.List<BlotterText> blotterTexts, BlotterEntry.LevelIcon levelIcon)
counterparty
- the counterpartyblotterTexts
- the blotter textslevelIcon
- the level iconpublic BlotterEntry(java.lang.String counterparty, BlotterText blotterText, BlotterEntry.LevelIcon levelIcon)
counterparty
- the counterpartyblotterText
- the blotter textlevelIcon
- the level iconpublic BlotterEntry(java.lang.String counterparty, java.lang.String text, BlotterEntry.LevelIcon levelIcon)
counterparty
- the counterpartytext
- the textlevelIcon
- the level iconpublic BlotterEntry(java.lang.String counterparty, BlotterText blotterText)
counterparty
- the counterpartyblotterText
- the blotter textpublic BlotterEntry(java.lang.String counterparty, java.lang.String text)
counterparty
- the counterpartytext
- the textpublic BlotterEntry(java.lang.String counterparty, java.util.List<BlotterText> blotterTexts)
counterparty
- the counterpartyblotterTexts
- the blotter textsMethod Detail |
---|
public java.lang.String getCounterparty()
public java.util.List<BlotterText> getBlotterTexts()
public BlotterEntry.LevelIcon getLevelIcon()
public int getOffset()
public void setOffset(int offset)
offset
- the new offset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |