net.vvakame.blaz.sorter
Class AbstractPropertySorter

java.lang.Object
  extended by net.vvakame.blaz.sorter.AbstractPropertySorter
All Implemented Interfaces:
Sorter
Direct Known Subclasses:
PropertyAscSorter, PropertyDescSorter

public abstract class AbstractPropertySorter
extends Object
implements Sorter

EntityのPropertyを元にソートするためのソータの抽象

Author:
vvakame

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

Constructor Detail

AbstractPropertySorter

public AbstractPropertySorter(String name)
the constructor.

Parameters:
name -
Method Detail

getName

public String getName()
Specified by:
getName in interface Sorter
Returns:
the name


Copyright © 2012. All Rights Reserved.