📄 pagerinterface.java
字号:
package com.jewel.tag.pagination;
/**
* <p>Title: www.entel.com.cn</p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: entel</p>
* @author chendesheng
* @version 1.0
*/
public interface PagerInterface {
public String offset = null;
public String length = null;
public String getLength() ;
public String getOffset();
public void setLength(String lengthValue);
public void setOffset(String offsetValue);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -