⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contentdecorator.java

📁 to disp contents of a db
💻 JAVA
字号:
/* * To change this template, choose Tools | Templates * and open the template in the editor. */package com.wwr.content;import java.util.ArrayList;import org.displaytag.decorator.TableDecorator;/** * * @author Administrator */public class ContentDecorator extends TableDecorator{ private String sub_type,	status,	insert_Date,	expiry_date,	execute_date,	description,	content_type; private int content_id;     private ArrayList ContenList;    public ArrayList getContenList() {        ServContentList scl=(ServContentList)getCurrentRowObject();        return null;            } /*public int getContent_id() {         ServContentList scl=(ServContentList)getCurrentRowObject();        return scl.getContent_id();    }    public String getContent_type() {        ServContentList scl=(ServContentList)getCurrentRowObject();        return scl.getContent_type();    }    public String getDescription() {        ServContentList scl=(ServContentList)getCurrentRowObject();        return scl.getDescription();    }    public String getExecute_date() {        ServContentList scl=(ServContentList)getCurrentRowObject();        return scl.getExecute_date();    }    public String getExpiry_date() {        ServContentList scl=(ServContentList)getCurrentRowObject();        return scl.getExpiry_date();    }    public String getInsert_Date() {        ServContentList scl=(ServContentList)getCurrentRowObject();        return scl.getInsert_Date();    }    public String getStatus() {        ServContentList scl=(ServContentList)getCurrentRowObject();        return scl.getStatus();    }    public String getSub_type() {        ServContentList scl=(ServContentList)getCurrentRowObject();        return scl.getSub_type();    }            */    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -