net.sourceforge.fixagora.buyside.shared.persistence
Class BuySideQuotePage

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
      extended by net.sourceforge.fixagora.buyside.shared.persistence.BuySideQuotePage
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Object>, PersistenceInterface

@Entity
public class BuySideQuotePage
extends AbstractBusinessObject

The Class BuySideQuotePage.

See Also:
Serialized Form

Nested Class Summary
static class BuySideQuotePage.SortBy
          The Enum SortBy.
 
Constructor Summary
BuySideQuotePage()
           
 
Method Summary
 java.util.List<AssignedBuySideBookSecurity> getAssignedBuySideBookSecurities()
          Gets the assigned buy side book securities.
 java.lang.String getBusinessObjectName()
          Gets the business object name.
 java.lang.String getDescription()
          Gets the description.
 java.lang.Integer getDisplayStyle()
          Gets the display style.
 java.lang.String getIcon()
          Gets the icon.
 java.lang.String getLargeIcon()
          Gets the large icon.
 java.lang.Boolean getShowMarketDepth()
          Gets the show market depth.
 BuySideQuotePage.SortBy getSortBy()
          Gets the sort by.
 boolean isAffectedBy(AbstractBusinessObject abstractBusinessObject)
          Checks if is affected by.
 boolean isMovable()
          Checks if is movable.
 void makeEager()
          Make eager.
 void setAssignedBuySideBookSecurities(java.util.List<AssignedBuySideBookSecurity> assignedBuySideBookSecurities)
          Sets the assigned buy side book securities.
 void setDescription(java.lang.String description)
          Sets the description.
 void setDisplayStyle(java.lang.Integer displayStyle)
          Sets the display style.
 void setShowMarketDepth(java.lang.Boolean showMarketDepth)
          Sets the show market depth.
 void setSortBy(BuySideQuotePage.SortBy sortBy)
          Sets the sort by.
 
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, isEditable, setExecuteRoles, setId, setModificationDate, setModificationUser, setName, setParent, setReadRoles, setTransientValues, setWriteRoles, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuySideQuotePage

public BuySideQuotePage()
Method Detail

getIcon

public java.lang.String getIcon()
Description copied from class: AbstractBusinessObject
Gets the icon.

Overrides:
getIcon in class AbstractBusinessObject
Returns:
the icon

getLargeIcon

public java.lang.String getLargeIcon()
Description copied from class: AbstractBusinessObject
Gets the large icon.

Overrides:
getLargeIcon in class AbstractBusinessObject
Returns:
the large icon

getBusinessObjectName

public java.lang.String getBusinessObjectName()
Description copied from class: AbstractBusinessObject
Gets the business object name.

Specified by:
getBusinessObjectName in class AbstractBusinessObject
Returns:
the business object name

getDisplayStyle

public java.lang.Integer getDisplayStyle()
Gets the display style.

Returns:
the display style

setDisplayStyle

public void setDisplayStyle(java.lang.Integer displayStyle)
Sets the display style.

Parameters:
displayStyle - the new display style

getShowMarketDepth

public java.lang.Boolean getShowMarketDepth()
Gets the show market depth.

Returns:
the show market depth

setShowMarketDepth

public void setShowMarketDepth(java.lang.Boolean showMarketDepth)
Sets the show market depth.

Parameters:
showMarketDepth - the new show market depth

getAssignedBuySideBookSecurities

public java.util.List<AssignedBuySideBookSecurity> getAssignedBuySideBookSecurities()
Gets the assigned buy side book securities.

Returns:
the assigned buy side book securities

setAssignedBuySideBookSecurities

public void setAssignedBuySideBookSecurities(java.util.List<AssignedBuySideBookSecurity> assignedBuySideBookSecurities)
Sets the assigned buy side book securities.

Parameters:
assignedBuySideBookSecurities - the new assigned buy side book securities

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

getSortBy

public BuySideQuotePage.SortBy getSortBy()
Gets the sort by.

Returns:
the sort by

setSortBy

public void setSortBy(BuySideQuotePage.SortBy sortBy)
Sets the sort by.

Parameters:
sortBy - the new sort by

makeEager

public void makeEager()
Description copied from interface: PersistenceInterface
Make eager.

Specified by:
makeEager in interface PersistenceInterface
Overrides:
makeEager in class AbstractBusinessObject

isMovable

public boolean isMovable()
Description copied from class: AbstractBusinessObject
Checks if is movable.

Overrides:
isMovable in class AbstractBusinessObject
Returns:
true, if is movable

isAffectedBy

public boolean isAffectedBy(AbstractBusinessObject abstractBusinessObject)
Description copied from class: AbstractBusinessObject
Checks if is affected by.

Overrides:
isAffectedBy in class AbstractBusinessObject
Parameters:
abstractBusinessObject - the abstract business object
Returns:
true, if is affected by