|
||||||||||
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.AbstractBusinessObject
net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
net.sourceforge.fixagora.sellside.shared.persistence.SellSideBook
@Entity public class SellSideBook
The Class SellSideBook.
Nested Class Summary | |
---|---|
static class |
SellSideBook.CalcMethod
The Enum CalcMethod. |
Field Summary |
---|
Fields inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent |
---|
dataDictionary |
Constructor Summary | |
---|---|
SellSideBook()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAbsolutChange()
Gets the absolut change. |
java.util.List<AssignedSellSideBookSecurity> |
getAssignedSellSideBookSecurities()
Gets the assigned sell side book securities. |
java.util.List<AssignedSellSideAcceptor> |
getAssignedSellSideFIXAcceptors()
Gets the assigned sell side fix acceptors. |
java.util.List<AssignedSellSideTradeCaptureTarget> |
getAssignedSellSideTradeCaptureTargets()
Gets the assigned sell side trade capture targets. |
BankCalendar |
getBankCalendar()
Gets the bank calendar. |
java.lang.String |
getBusinessObjectName()
Gets the business object name. |
SellSideBook.CalcMethod |
getCalcMethod()
Gets the calc method. |
java.lang.Class<? extends AbstractBusinessObject> |
getChildClass()
Gets the child class. |
java.lang.String |
getComponentClass()
Gets the component class. |
java.lang.Integer |
getDaycountConvention()
Gets the daycount convention. |
java.lang.String |
getDescription()
Gets the description. |
java.lang.Integer |
getDisplayStyle()
Gets the display style. |
java.lang.Boolean |
getFractionalDisplay()
Gets the fractional display. |
java.lang.String |
getIcon()
Gets the icon. |
java.util.List<AbstractBusinessComponent> |
getInputComponents()
Gets the input components. |
java.lang.Integer |
getKillFill()
Gets the kill fill. |
java.lang.String |
getLargeIcon()
Gets the large icon. |
java.util.List<AbstractBusinessComponent> |
getOutputComponents()
Gets the output components. |
java.util.List<SellSideBookMDInput> |
getSellSideBookMDInputs()
Gets the sell side book md inputs. |
java.lang.Integer |
getValuta()
Gets the valuta. |
boolean |
isSubfolderAllowed()
Checks if is subfolder allowed. |
void |
makeEager()
Make eager. |
void |
setAbsolutChange(java.lang.Boolean absolutChange)
Sets the absolut change. |
void |
setAssignedSellSideBookSecurities(java.util.List<AssignedSellSideBookSecurity> assignedSellSideBookSecurities)
Sets the assigned sell side book securities. |
void |
setAssignedSellSideFIXAcceptors(java.util.List<AssignedSellSideAcceptor> assignedSellSideFIXAcceptors)
Sets the assigned sell side fix acceptors. |
void |
setAssignedSellSideTradeCaptureTargets(java.util.List<AssignedSellSideTradeCaptureTarget> assignedSellSideTradeCaptureTargets)
Sets the assigned sell side trade capture targets. |
void |
setBankCalendar(BankCalendar bankCalendar)
Sets the bank calendar. |
void |
setCalcMethod(SellSideBook.CalcMethod calcMethod)
Sets the calc method. |
void |
setDaycountConvention(java.lang.Integer daycountConvention)
Sets the daycount convention. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setDisplayStyle(java.lang.Integer displayStyle)
Sets the display style. |
void |
setFractionalDisplay(java.lang.Boolean fractionalDisplay)
Sets the fractional display. |
void |
setKillFill(java.lang.Integer killFill)
Sets the kill fill. |
void |
setSellSideBookMDInputs(java.util.List<SellSideBookMDInput> sellSideBookMDInputs)
Sets the sell side book md inputs. |
void |
setValuta(java.lang.Integer valuta)
Sets the valuta. |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent |
---|
getDataDictionary, getStartLevel, isStartable, setDataDictionary, setTransientValues |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject |
---|
compareTo, equals, getAdditionalTreeText, getAdditionalTreeTextColor, getExecuteRoles, getId, getModificationDate, getModificationUser, getName, getParent, getPosition, getReadRoles, getWriteRoles, hashCode, isAffectedBy, isEditable, isMovable, setExecuteRoles, setId, setModificationDate, setModificationUser, setName, setParent, setReadRoles, setWriteRoles, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sourceforge.fixagora.basis.shared.model.persistence.BusinessObjectGroup |
---|
getName, setName |
Constructor Detail |
---|
public SellSideBook()
Method Detail |
---|
public SellSideBook.CalcMethod getCalcMethod()
public void setCalcMethod(SellSideBook.CalcMethod calcMethod)
calcMethod
- the new calc methodpublic java.lang.Boolean getFractionalDisplay()
public void setFractionalDisplay(java.lang.Boolean fractionalDisplay)
fractionalDisplay
- the new fractional displaypublic java.lang.Boolean getAbsolutChange()
public void setAbsolutChange(java.lang.Boolean absolutChange)
absolutChange
- the new absolut changepublic java.lang.Integer getDisplayStyle()
public void setDisplayStyle(java.lang.Integer displayStyle)
displayStyle
- the new display stylepublic java.lang.Integer getKillFill()
public void setKillFill(java.lang.Integer killFill)
killFill
- the new kill fillpublic BankCalendar getBankCalendar()
public void setBankCalendar(BankCalendar bankCalendar)
bankCalendar
- the new bank calendarpublic java.lang.Integer getValuta()
public void setValuta(java.lang.Integer valuta)
valuta
- the new valutapublic java.lang.Integer getDaycountConvention()
public void setDaycountConvention(java.lang.Integer daycountConvention)
daycountConvention
- the new daycount conventionpublic java.lang.String getDescription()
BusinessObjectGroup
getDescription
in interface BusinessObjectGroup
public void setDescription(java.lang.String description)
BusinessObjectGroup
setDescription
in interface BusinessObjectGroup
description
- the new descriptionpublic java.lang.String getIcon()
AbstractBusinessObject
getIcon
in class AbstractBusinessObject
public java.lang.String getLargeIcon()
AbstractBusinessObject
getLargeIcon
in class AbstractBusinessObject
public java.lang.String getBusinessObjectName()
AbstractBusinessObject
getBusinessObjectName
in class AbstractBusinessObject
public java.util.List<AssignedSellSideBookSecurity> getAssignedSellSideBookSecurities()
public void setAssignedSellSideBookSecurities(java.util.List<AssignedSellSideBookSecurity> assignedSellSideBookSecurities)
assignedSellSideBookSecurities
- the new assigned sell side book securitiespublic java.util.List<AssignedSellSideTradeCaptureTarget> getAssignedSellSideTradeCaptureTargets()
public void setAssignedSellSideTradeCaptureTargets(java.util.List<AssignedSellSideTradeCaptureTarget> assignedSellSideTradeCaptureTargets)
assignedSellSideTradeCaptureTargets
- the new assigned sell side trade capture targetspublic java.util.List<AssignedSellSideAcceptor> getAssignedSellSideFIXAcceptors()
public void setAssignedSellSideFIXAcceptors(java.util.List<AssignedSellSideAcceptor> assignedSellSideFIXAcceptors)
assignedSellSideFIXAcceptors
- the new assigned sell side fix acceptorspublic java.util.List<SellSideBookMDInput> getSellSideBookMDInputs()
public void setSellSideBookMDInputs(java.util.List<SellSideBookMDInput> sellSideBookMDInputs)
sellSideBookMDInputs
- the new sell side book md inputspublic void makeEager()
PersistenceInterface
makeEager
in interface PersistenceInterface
makeEager
in class AbstractBusinessObject
public java.lang.Class<? extends AbstractBusinessObject> getChildClass()
BusinessObjectGroup
getChildClass
in interface BusinessObjectGroup
public boolean isSubfolderAllowed()
BusinessObjectGroup
isSubfolderAllowed
in interface BusinessObjectGroup
public java.lang.String getComponentClass()
AbstractBusinessComponent
getComponentClass
in class AbstractBusinessComponent
public java.util.List<AbstractBusinessComponent> getOutputComponents()
AbstractBusinessComponent
getOutputComponents
in class AbstractBusinessComponent
public java.util.List<AbstractBusinessComponent> getInputComponents()
AbstractBusinessComponent
getInputComponents
in class AbstractBusinessComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |