/**
 * Copyright (c) 2003-2004 System Integrator Corporation.
 *                 All Rights Reserved.
 */
package jp.co.sint.beans.mobile.imode;

import jp.co.sint.beans.front.UIDeliveryList;
import jp.co.sint.config.SIConfig;

/**
 * @version $Id: UIIUserEdit.java,v 1.0 2004/01/06 Exp $
 * @author  asakura
 * <br>Description:
 * <p>History</p>
 * <p>Author&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Date&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reason</p>
 *  ============&nbsp;&nbsp;&nbsp;==========&nbsp;&nbsp;===========================<br>
 * asakura        2004/02/24 10:24:58 Original
 */
public class UIIDeliveryList extends UIDeliveryList {

  public String getPageSizeSel(){
    return String.valueOf(SIConfig.SIPAGE_SIZE_MOBILE);
  }
}
