Class OrderByOption
java.lang.Object
org.bonitasoft.engine.persistence.OrderByOption
- All Implemented Interfaces:
Serializable
- Author:
- Charles Souillard
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOrderByOption(Class<? extends PersistentObject> clazz, String fieldName, OrderByType orderByType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<? extends PersistentObject>getClazz()inthashCode()toString()
-
Constructor Details
-
OrderByOption
public OrderByOption(Class<? extends PersistentObject> clazz, String fieldName, OrderByType orderByType)
-
-
Method Details