|
||||||||||
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.buyside.shared.persistence.BuySideBook
@Entity public class BuySideBook
The Class BuySideBook.
Nested Class Summary | |
---|---|
static class |
BuySideBook.CalcMethod
The Enum CalcMethod. |
Field Summary |
---|
Fields inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent |
---|
dataDictionary |
Constructor Summary | |
---|---|
BuySideBook()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAbsolutChange()
Gets the absolut change. |
java.util.List<AssignedBuySideBookSecurity> |
getAssignedBuySideBookSecurities()
Gets the assigned buy side book securities. |
java.util.List<AssignedBuySideInitiator> |
getAssignedBuySideFIXInitiators()
Gets the assigned buy side fix initiators. |
java.util.List<AssignedBuySideTradeCaptureTarget> |
getAssignedTradeCaptureTargets()
Gets the assigned trade capture targets. |
BankCalendar |
getBankCalendar()
Gets the bank calendar. |
java.lang.String |
getBusinessObjectName()
Gets the business object name. |
BuySideBook.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.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 |
setAssignedBuySideBookSecurities(java.util.List<AssignedBuySideBookSecurity> assignedBuySideBookSecurities)
Sets the assigned buy side book securities. |
void |
setAssignedBuySideFIXInitiators(java.util.List<AssignedBuySideInitiator> assignedBuySideFIXInitiators)
Sets the assigned buy side fix initiators. |
void |
setAssignedTradeCaptureTargets(java.util.List<AssignedBuySideTradeCaptureTarget> assignedTradeCaptureTargets)
Sets the assigned trade capture targets. |
void |
setBankCalendar(BankCalendar bankCalendar)
Sets the bank calendar. |
void |
setCalcMethod(BuySideBook.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 |
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 BuySideBook()
Method Detail |
---|
public java.lang.Boolean getAbsolutChange()
public void setAbsolutChange(java.lang.Boolean absolutChange)
absolutChange
- the new absolut changepublic java.lang.Boolean getFractionalDisplay()
public void setFractionalDisplay(java.lang.Boolean fractionalDisplay)
fractionalDisplay
- the new fractional displaypublic BuySideBook.CalcMethod getCalcMethod()
public void setCalcMethod(BuySideBook.CalcMethod calcMethod)
calcMethod
- the new calc methodpublic 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 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<AssignedBuySideBookSecurity> getAssignedBuySideBookSecurities()
public void setAssignedBuySideBookSecurities(java.util.List<AssignedBuySideBookSecurity> assignedBuySideBookSecurities)
assignedBuySideBookSecurities
- the new assigned buy side book securitiespublic java.util.List<AssignedBuySideInitiator> getAssignedBuySideFIXInitiators()
public void setAssignedBuySideFIXInitiators(java.util.List<AssignedBuySideInitiator> assignedBuySideFIXInitiators)
assignedBuySideFIXInitiators
- the new assigned buy side fix initiatorspublic 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 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
public java.util.List<AssignedBuySideTradeCaptureTarget> getAssignedTradeCaptureTargets()
public void setAssignedTradeCaptureTargets(java.util.List<AssignedBuySideTradeCaptureTarget> assignedTradeCaptureTargets)
assignedTradeCaptureTargets
- the new assigned trade capture targets
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |