net.vvakame.blaz.sorter
Class AbstractPropertySorter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPropertySorter
public AbstractPropertySorter(String name)
- the constructor.
- Parameters:
name -
getName
public String getName()
- Specified by:
getName in interface Sorter
- Returns:
- the name
Copyright © 2012. All Rights Reserved.