fr.improve.xdi.mapping.eof
Class SortOrderingImpl

java.lang.Object
  extended byfr.improve.xdi.mapping.eof.SortOrderingImpl
All Implemented Interfaces:
java.io.Serializable, SortOrdering

public class SortOrderingImpl
extends java.lang.Object
implements SortOrdering

Author:
Sébastien Letélié
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface fr.improve.xdi.mapping.SortOrdering
ASC, DESC
 
Constructor Summary
SortOrderingImpl(java.lang.String in_key, int in_type)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.Object getOrder()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortOrderingImpl

public SortOrderingImpl(java.lang.String in_key,
                        int in_type)
Method Detail

getKey

public java.lang.String getKey()
Specified by:
getKey in interface SortOrdering

getType

public int getType()
Specified by:
getType in interface SortOrdering

getOrder

public java.lang.Object getOrder()
Specified by:
getOrder in interface SortOrdering


Copyright © 2004-2005 Improve. All Rights Reserved.