📄 basepagertag.java
字号:
this.lastSource = lastSource;
}
/**
* Gets the max page number.
*
* @return Returns the maxPageNumber.
*/
public int getMaxPageNumber() {
return maxPageNumber;
}
/**
* Sets the max page number.
*
* @param maxPageNumber The maxPageNumber to set.
*/
public void setMaxPageNumber(int maxPageNumber) {
this.maxPageNumber = maxPageNumber;
}
/**
* Gets the name.
*
* @return Returns the name.
*/
public String getName() {
return name;
}
/**
* Sets the name.
*
* @param name The name to set.
*/
public void setName(String name) {
this.name = name;
}
/**
* Gets the next img.
*
* @return Returns the nextImg.
*/
public String getNextImg() {
return nextImg;
}
/**
* Sets the next img.
*
* @param nextImg The nextImg to set.
*/
public void setNextImg(String nextImg) {
this.nextImg = nextImg;
}
/**
* Gets the next source.
*
* @return Returns the nextSource.
*/
public String getNextSource() {
return nextSource;
}
/**
* Sets the next source.
*
* @param nextSource The nextSource to set.
*/
public void setNextSource(String nextSource) {
this.nextSource = nextSource;
}
/**
* Gets the page no property.
*
* @return Returns the pageNoProperty.
*/
public String getPageNoProperty() {
return pageNoProperty;
}
/**
* Sets the page no property.
*
* @param pageNoProperty The pageNoProperty to set.
*/
public void setPageNoProperty(String pageNoProperty) {
this.pageNoProperty = pageNoProperty;
}
/**
* Gets the fetch size title.
*
* @return Returns the fetchSizeTitle.
*/
public String getFetchSizeTitle() {
return fetchSizeTitle;
}
/**
* Sets the fetch size title.
*
* @param fetchSizeTitle The fetchSizeTitle to set.
*/
public void setFetchSizeTitle(String fetchSizeTitle) {
this.fetchSizeTitle = fetchSizeTitle;
}
/**
* Gets the page type.
*
* @return Returns the pageType.
*/
public String getPageType() {
return pageType;
}
/**
* Sets the page type.
*
* @param pageType The pageType to set.
*/
public void setPageType(String pageType) {
this.pageType = pageType;
}
/**
* Gets the pre img.
*
* @return Returns the preImg.
*/
public String getPreImg() {
return preImg;
}
/**
* Sets the pre img.
*
* @param preImg The preImg to set.
*/
public void setPreImg(String preImg) {
this.preImg = preImg;
}
/**
* Gets the pre source.
*
* @return Returns the preSource.
*/
public String getPreSource() {
return preSource;
}
/**
* Sets the pre source.
*
* @param preSource The preSource to set.
*/
public void setPreSource(String preSource) {
this.preSource = preSource;
}
/**
* Gets the scope.
*
* @return Returns the scope.
*/
public String getScope() {
return scope;
}
/**
* Sets the scope.
*
* @param scope The scope to set.
*/
public void setScope(String scope) {
this.scope = scope;
}
/**
* Gets the separator.
*
* @return Returns the separator.
*/
public String getSeparator() {
return separator;
}
/**
* Sets the separator.
*
* @param separator The separator to set.
*/
public void setSeparator(String separator) {
this.separator = separator;
}
/**
* Checks if is show page number.
*
* @return Returns the showPageNumber.
*/
public boolean isShowPageNumber() {
return showPageNumber;
}
/**
* Sets the show page number.
*
* @param showPageNumber The showPageNumber to set.
*/
public void setShowPageNumber(boolean showPageNumber) {
this.showPageNumber = showPageNumber;
}
/**
* Gets the btn style class.
*
* @return Returns the btnStyleClass.
*/
public String getBtnStyleClass() {
return btnStyleClass;
}
/**
* Sets the btn style class.
*
* @param btnStyleClass The btnStyleClass to set.
*/
public void setBtnStyleClass(String btnStyleClass) {
this.btnStyleClass = btnStyleClass;
}
/**
* Gets the input style class.
*
* @return Returns the inputStyleClass.
*/
public String getInputStyleClass() {
return inputStyleClass;
}
/**
* Sets the input style class.
*
* @param inputStyleClass The inputStyleClass to set.
*/
public void setInputStyleClass(String inputStyleClass) {
this.inputStyleClass = inputStyleClass;
}
/**
* Gets the table style class.
*
* @return Returns the tableStyleClass.
*/
public String getTableStyleClass() {
return tableStyleClass;
}
/**
* Sets the table style class.
*
* @param tableStyleClass The tableStyleClass to set.
*/
public void setTableStyleClass(String tableStyleClass) {
this.tableStyleClass = tableStyleClass;
}
/**
* Gets the td style.
*
* @return Returns the tdStyle.
*/
public String getTdStyle() {
return tdStyle;
}
/**
* Sets the td style.
*
* @param tdStyle The tdStyle to set.
*/
public void setTdStyle(String tdStyle) {
this.tdStyle = tdStyle;
}
/**
* Gets the td style class.
*
* @return Returns the tdStyleClass.
*/
public String getTdStyleClass() {
return tdStyleClass;
}
/**
* Sets the td style class.
*
* @param tdStyleClass The tdStyleClass to set.
*/
public void setTdStyleClass(String tdStyleClass) {
this.tdStyleClass = tdStyleClass;
}
/**
* Gets the table style.
*
* @return Returns the tableStyle.
*/
public String getTableStyle() {
return tableStyle;
}
/**
* Sets the table style.
*
* @param tableStyle The tableStyle to set.
*/
public void setTableStyle(String tableStyle) {
this.tableStyle = tableStyle;
}
/**
* Gets the total object count property.
*
* @return Returns the totalObjectCountProperty.
*/
public String getTotalObjectCountProperty() {
return totalObjectCountProperty;
}
/**
* Sets the total object count property.
*
* @param totalObjectCountProperty The totalObjectCountProperty to set.
*/
public void setTotalObjectCountProperty(String totalObjectCountProperty) {
this.totalObjectCountProperty = totalObjectCountProperty;
}
/**
* Gets the total object title.
*
* @return Returns the totalObjectTitle.
*/
public String getTotalObjectTitle() {
return totalObjectTitle;
}
/**
* Sets the total object title.
*
* @param totalObjectTitle The totalObjectTitle to set.
*/
public void setTotalObjectTitle(String totalObjectTitle) {
this.totalObjectTitle = totalObjectTitle;
}
/**
* Gets the total page count property.
*
* @return Returns the totalPageCountProperty.
*/
public String getTotalPageCountProperty() {
return totalPageCountProperty;
}
/**
* Sets the total page count property.
*
* @param totalPageCountProperty The totalPageCountProperty to set.
*/
public void setTotalPageCountProperty(String totalPageCountProperty) {
this.totalPageCountProperty = totalPageCountProperty;
}
/**
* Gets the url.
*
* @return Returns the url.
*/
public String getUrl() {
return url;
}
/**
* Sets the url.
*
* @param url The url to set.
*/
public void setUrl(String url) {
this.url = url;
}
/**
* Checks if is use resource.
*
* @return Returns the useResource.
*/
public boolean isUseResource() {
return useResource;
}
/**
* Sets the use resource.
*
* @param useResource The useResource to set.
*/
public void setUseResource(boolean useResource) {
this.useResource = useResource;
}
/**
* Gets the fetch size.
*
* @return Returns the fetchSize.
*/
public int getFetchSize() {
return fetchSize;
}
/**
* Sets the fetch size.
*
* @param fetchSize The fetchSize to set.
*/
public void setFetchSize(int fetchSize) {
this.fetchSize = fetchSize;
}
/**
* Gets the page no.
*
* @return Returns the pageNo.
*/
public int getPageNo() {
return pageNo;
}
/**
* Sets the page no.
*
* @param pageNo The pageNo to set.
*/
public void setPageNo(int pageNo) {
this.pageNo = pageNo;
}
/**
* Gets the total object count.
*
* @return Returns the totalObjectCount.
*/
public int getTotalObjectCount() {
return totalObjectCount;
}
/**
* Sets the total object count.
*
* @param totalObjectCount The totalObjectCount to set.
*/
public void setTotalObjectCount(int totalObjectCount) {
this.totalObjectCount = totalObjectCount;
}
/**
* Gets the total page count.
*
* @return Returns the totalPageCount.
*/
public int getTotalPageCount() {
return totalPageCount;
}
/**
* Sets the total page count.
*
* @param totalPageCount The totalPageCount to set.
*/
public void setTotalPageCount(int totalPageCount) {
this.totalPageCount = totalPageCount;
}
/**
* Gets the writer.
*
* @return Returns the writer.
*/
public JspResponseWriter getWriter() {
return writer;
}
/**
* Sets the writer.
*
* @param writer The writer to set.
*/
public void setWriter(JspResponseWriter writer) {
this.writer = writer;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -