ValueBean.java
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:0k
源码类别:

Java编程

开发平台:

Java

  1. package bible.jsp;
  2. /**
  3.  * Title:        ValueBean
  4.  * Description:  JavaBean interface beans with only properties and accessor methods
  5.  * Copyright:    Copyright (c) 2001
  6.  * Company:      ZeeWare Inc.
  7.  * @author Gary Wells
  8.  * @version 1.0
  9.  */
  10. public interface ValueBean {
  11.   /**
  12.    * Sets the bean with static test data
  13.    */
  14.   public void setTestData();
  15. }