org.shept.org.springframework.web.servlet.mvc.delegation.configuration
Class DataGridConfiguration

java.lang.Object
  extended by org.shept.org.springframework.web.servlet.mvc.delegation.configuration.SegmentConfiguration
      extended by org.shept.org.springframework.web.servlet.mvc.delegation.configuration.DataGridConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class DataGridConfiguration
extends SegmentConfiguration

Version:
$$Id: DataGridConfiguration.java 98 2011-01-08 12:05:32Z aha $$
Author:
Andi

Field Summary
protected  Integer newModelSize
           
protected  Integer pageSize
           
 
Fields inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.configuration.SegmentConfiguration
logger
 
Constructor Summary
DataGridConfiguration()
           
 
Method Summary
 Integer getNewModelSize()
           
 Integer getPageSize()
           
 void setNewModelSize(Integer newModelSize)
           
 void setPageSize(Integer pageSize)
           
 
Methods inherited from class org.shept.org.springframework.web.servlet.mvc.delegation.configuration.SegmentConfiguration
afterPropertiesSet, getBeanName, getChains, getComponentBindingInitializers, getComponentPostprocessors, getEntityClass, getFilterClass, getTransaction, getValidators, setBeanName, setChains, setComponentBindingInitializer, setComponentBindingInitializers, setComponentPostprocessor, setComponentPostprocessors, setEntityClass, setFilterClass, setTransaction, setValidator, setValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newModelSize

protected Integer newModelSize

pageSize

protected Integer pageSize
Constructor Detail

DataGridConfiguration

public DataGridConfiguration()
Method Detail

getNewModelSize

public Integer getNewModelSize()
Returns:
the newModelSize

setNewModelSize

public void setNewModelSize(Integer newModelSize)
Parameters:
newModelSize - the newModelSize to set

getPageSize

public Integer getPageSize()
Returns:
the pageSize

setPageSize

public void setPageSize(Integer pageSize)
Parameters:
pageSize - the pageSize to set


Copyright © 2011. All Rights Reserved.