public abstract class AbstractParamBuilder extends BaseBeanNameAware implements ParamBuilder, org.springframework.beans.factory.InitializingBean
| Constructor and Description | 
|---|
| AbstractParamBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet()Check that the order property has been set, throw an exception otherwise. | 
| int | compareTo(ParamBuilder pb)Compare the current ParamBuilder instance with another instance
 to determine the order. | 
| protected void | extraAfterPropertiesSet()Allow subclasses to implement additional afterPropertiesSet() functionality. | 
| int | getOrder()Get the current order setting. | 
| void | setOrder(int order)Set the order property. | 
getBeanName, setBeanNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildParamspublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void setOrder(int order)
order - public int compareTo(ParamBuilder pb)
compareTo in interface Comparable<ParamBuilder>public final void afterPropertiesSet()
                              throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionprotected void extraAfterPropertiesSet()
Copyright © 2013. All rights reserved.