?? contentdecorator.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 + -