net.vvakame.blaz.sorter
Class PropertyAscSorter

java.lang.Object
  extended by net.vvakame.blaz.sorter.AbstractPropertySorter
      extended by net.vvakame.blaz.sorter.PropertyAscSorter
All Implemented Interfaces:
Sorter

public class PropertyAscSorter
extends AbstractPropertySorter

EntityのPeropertyを元に昇順ソートするためのソータの抽象

Author:
vvakame

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.vvakame.blaz.Sorter
Sorter.Order
 
Constructor Summary
PropertyAscSorter(String name)
          the constructor.
 
Method Summary
 Sorter.Order getOrder()
           
 
Methods inherited from class net.vvakame.blaz.sorter.AbstractPropertySorter
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAscSorter

public PropertyAscSorter(String name)
the constructor.

Parameters:
name -
Method Detail

getOrder

public Sorter.Order getOrder()
Returns:
the order


Copyright © 2012. All Rights Reserved.