Uses of Class
net.sourceforge.fixagora.sellside.shared.persistence.SellSideQuotePage.SortBy

Packages that use SellSideQuotePage.SortBy
net.sourceforge.fixagora.sellside.shared.persistence   
 

Uses of SellSideQuotePage.SortBy in net.sourceforge.fixagora.sellside.shared.persistence
 

Methods in net.sourceforge.fixagora.sellside.shared.persistence that return SellSideQuotePage.SortBy
 SellSideQuotePage.SortBy SellSideQuotePage.getSortBy()
          Gets the sort by.
static SellSideQuotePage.SortBy SellSideQuotePage.SortBy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SellSideQuotePage.SortBy[] SellSideQuotePage.SortBy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.fixagora.sellside.shared.persistence with parameters of type SellSideQuotePage.SortBy
 void SellSideQuotePage.setSortBy(SellSideQuotePage.SortBy sortBy)
          Sets the sort by.