net.sourceforge.fixagora.sellside.shared.persistence
Class SellSideQuotePage

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

@Entity
public class SellSideQuotePage
extends AbstractBusinessObject

The Class SellSideQuotePage.

See Also:
Serialized Form

Nested Class Summary
static class SellSideQuotePage.SortBy
          The Enum SortBy.
 
Constructor Summary
SellSideQuotePage()
           
 
Method Summary
 java.util.List<AssignedSellSideBookSecurity> getAssignedSellSideBookSecurities()
          Gets the assigned sell 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.
 SellSideQuotePage.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 setAssignedSellSideBookSecurities(java.util.List<AssignedSellSideBookSecurity> assignedSellSideBookSecurities)
          Sets the assigned sell side book securities.
 void setDescription(java.lang.String description)
          Sets the description.
 void setDisplayStyle(java.lang.Integer displayStyle)
          Sets the display style.
 void setSortBy(SellSideQuotePage.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

SellSideQuotePage

public SellSideQuotePage()
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

getAssignedSellSideBookSecurities

public java.util.List<AssignedSellSideBookSecurity> getAssignedSellSideBookSecurities()
Gets the assigned sell side book securities.

Returns:
the assigned sell side book securities

setAssignedSellSideBookSecurities

public void setAssignedSellSideBookSecurities(java.util.List<AssignedSellSideBookSecurity> assignedSellSideBookSecurities)
Sets the assigned sell side book securities.

Parameters:
assignedSellSideBookSecurities - the new assigned sell side book securities

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

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 SellSideQuotePage.SortBy getSortBy()
Gets the sort by.

Returns:
the sort by

setSortBy

public void setSortBy(SellSideQuotePage.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