public interface Ordered extends org.springframework.core.Ordered
Ordered
interface to add setter for the order propertyModifier and Type | Field and Description |
---|---|
static int |
INITIAL_ORDER_VALUE |
Modifier and Type | Method and Description |
---|---|
void |
setOrder(int order)
Setter for the order value
|
static final int INITIAL_ORDER_VALUE
void setOrder(int order)
order
- org.springframework.core.Ordered.getOrder()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.