?? basearticle.java
字號:
/**
* Return the value associated with the column: VISIT_TODAY
*/
public java.lang.Long getVisitToday () {
return visitToday;
}
/**
* Set the value related to the column: VISIT_TODAY
* @param visitToday the VISIT_TODAY value
*/
public void setVisitToday (java.lang.Long visitToday) {
this.visitToday = visitToday;
}
/**
* Return the value associated with the column: VISIT_WEEK
*/
public java.lang.Long getVisitWeek () {
return visitWeek;
}
/**
* Set the value related to the column: VISIT_WEEK
* @param visitWeek the VISIT_WEEK value
*/
public void setVisitWeek (java.lang.Long visitWeek) {
this.visitWeek = visitWeek;
}
/**
* Return the value associated with the column: VISIT_MONTH
*/
public java.lang.Long getVisitMonth () {
return visitMonth;
}
/**
* Set the value related to the column: VISIT_MONTH
* @param visitMonth the VISIT_MONTH value
*/
public void setVisitMonth (java.lang.Long visitMonth) {
this.visitMonth = visitMonth;
}
/**
* Return the value associated with the column: VISIT_QUARTER
*/
public java.lang.Long getVisitQuarter () {
return visitQuarter;
}
/**
* Set the value related to the column: VISIT_QUARTER
* @param visitQuarter the VISIT_QUARTER value
*/
public void setVisitQuarter (java.lang.Long visitQuarter) {
this.visitQuarter = visitQuarter;
}
/**
* Return the value associated with the column: VISIT_YEAR
*/
public java.lang.Long getVisitYear () {
return visitYear;
}
/**
* Set the value related to the column: VISIT_YEAR
* @param visitYear the VISIT_YEAR value
*/
public void setVisitYear (java.lang.Long visitYear) {
this.visitYear = visitYear;
}
/**
* Return the value associated with the column: STAT_DATE
*/
public java.util.Date getStatDate () {
return statDate;
}
/**
* Set the value related to the column: STAT_DATE
* @param statDate the STAT_DATE value
*/
public void setStatDate (java.util.Date statDate) {
this.statDate = statDate;
}
/**
* Return the value associated with the column: OUTER_URL
*/
public java.lang.String getOuterUrl () {
return outerUrl;
}
/**
* Set the value related to the column: OUTER_URL
* @param outerUrl the OUTER_URL value
*/
public void setOuterUrl (java.lang.String outerUrl) {
this.outerUrl = outerUrl;
}
/**
* Return the value associated with the column: CONTENT_RES_PATH
*/
public java.lang.String getContentResPath () {
return contentResPath;
}
/**
* Set the value related to the column: CONTENT_RES_PATH
* @param contentResPath the CONTENT_RES_PATH value
*/
public void setContentResPath (java.lang.String contentResPath) {
this.contentResPath = contentResPath;
}
/**
* Return the value associated with the column: PAGE_COUNT
*/
public java.lang.Integer getPageCount () {
return pageCount;
}
/**
* Set the value related to the column: PAGE_COUNT
* @param pageCount the PAGE_COUNT value
*/
public void setPageCount (java.lang.Integer pageCount) {
this.pageCount = pageCount;
}
/**
* Return the value associated with the column: TPL_CONTENT
*/
public java.lang.String getTplContent () {
return tplContent;
}
/**
* Set the value related to the column: TPL_CONTENT
* @param tplContent the TPL_CONTENT value
*/
public void setTplContent (java.lang.String tplContent) {
this.tplContent = tplContent;
}
/**
* Return the value associated with the column: CHECK_STEP
*/
public java.lang.Integer getCheckStep () {
return checkStep;
}
/**
* Set the value related to the column: CHECK_STEP
* @param checkStep the CHECK_STEP value
*/
public void setCheckStep (java.lang.Integer checkStep) {
this.checkStep = checkStep;
}
/**
* Return the value associated with the column: TOP_LEVEL
*/
public java.lang.Integer getTopLevel () {
return topLevel;
}
/**
* Set the value related to the column: TOP_LEVEL
* @param topLevel the TOP_LEVEL value
*/
public void setTopLevel (java.lang.Integer topLevel) {
this.topLevel = topLevel;
}
/**
* Return the value associated with the column: COMMENT_COUNT
*/
public java.lang.Integer getCommentCount () {
return commentCount;
}
/**
* Set the value related to the column: COMMENT_COUNT
* @param commentCount the COMMENT_COUNT value
*/
public void setCommentCount (java.lang.Integer commentCount) {
this.commentCount = commentCount;
}
/**
* Return the value associated with the column: CHECK_OPINION
*/
public java.lang.String getCheckOpinion () {
return checkOpinion;
}
/**
* Set the value related to the column: CHECK_OPINION
* @param checkOpinion the CHECK_OPINION value
*/
public void setCheckOpinion (java.lang.String checkOpinion) {
this.checkOpinion = checkOpinion;
}
/**
* Return the value associated with the column: RELATED_IDS
*/
public java.lang.String getRelatedIds () {
return relatedIds;
}
/**
* Set the value related to the column: RELATED_IDS
* @param relatedIds the RELATED_IDS value
*/
public void setRelatedIds (java.lang.String relatedIds) {
this.relatedIds = relatedIds;
}
/**
* Return the value associated with the column: HAS_TITLEIMG
*/
public java.lang.Boolean getHasTitleImg () {
return hasTitleImg;
}
/**
* Set the value related to the column: HAS_TITLEIMG
* @param hasTitleImg the HAS_TITLEIMG value
*/
public void setHasTitleImg (java.lang.Boolean hasTitleImg) {
this.hasTitleImg = hasTitleImg;
}
/**
* Return the value associated with the column: ALLOW_COMMENT
*/
public java.lang.Boolean getAllowComment () {
return allowComment;
}
/**
* Set the value related to the column: ALLOW_COMMENT
* @param allowComment the ALLOW_COMMENT value
*/
public void setAllowComment (java.lang.Boolean allowComment) {
this.allowComment = allowComment;
}
/**
* Return the value associated with the column: IS_BOLD
*/
public java.lang.Boolean getBold () {
return bold;
}
/**
* Set the value related to the column: IS_BOLD
* @param bold the IS_BOLD value
*/
public void setBold (java.lang.Boolean bold) {
this.bold = bold;
}
/**
* Return the value associated with the column: IS_DRAFT
*/
public java.lang.Boolean getDraft () {
return draft;
}
/**
* Set the value related to the column: IS_DRAFT
* @param draft the IS_DRAFT value
*/
public void setDraft (java.lang.Boolean draft) {
this.draft = draft;
}
/**
* Return the value associated with the column: IS_RECOMMEND
*/
public java.lang.Boolean getRecommend () {
return recommend;
}
/**
* Set the value related to the column: IS_RECOMMEND
* @param recommend the IS_RECOMMEND value
*/
public void setRecommend (java.lang.Boolean recommend) {
this.recommend = recommend;
}
/**
* Return the value associated with the column: IS_CHECK
*/
public java.lang.Boolean getCheck () {
return check;
}
/**
* Set the value related to the column: IS_CHECK
* @param check the IS_CHECK value
*/
public void setCheck (java.lang.Boolean check) {
this.check = check;
}
/**
* Return the value associated with the column: IS_DISABLED
*/
public java.lang.Boolean getDisabled () {
return disabled;
}
/**
* Set the value related to the column: IS_DISABLED
* @param disabled the IS_DISABLED value
*/
public void setDisabled (java.lang.Boolean disabled) {
this.disabled = disabled;
}
/**
* Return the value associated with the column: IS_REJECT
*/
public java.lang.Boolean getReject () {
return reject;
}
/**
* Set the value related to the column: IS_REJECT
* @param reject the IS_REJECT value
*/
public void setReject (java.lang.Boolean reject) {
this.reject = reject;
}
/**
* Return the value associated with the column: PARAM1
*/
public java.lang.String getParam1 () {
return param1;
}
/**
* Set the value related to the column: PARAM1
* @param param1 the PARAM1 value
*/
public void setParam1 (java.lang.String param1) {
this.param1 = param1;
}
/**
* Return the value associated with the column: PARAM2
*/
public java.lang.String getParam2 () {
return param2;
}
/**
* Set the value related to the column: PARAM2
* @param param2 the PARAM2 value
*/
public void setParam2 (java.lang.String param2) {
this.param2 = param2;
}
/**
* Return the value associated with the column: PARAM3
*/
public java.lang.String getParam3 () {
return param3;
}
/**
* Set the value related to the column: PARAM3
* @param param3 the PARAM3 value
*/
public void setParam3 (java.lang.String param3) {
this.param3 = param3;
}
/**
* Return the value associated with the column: DEF_STRING_1
*/
public java.lang.String getDefStr1 () {
return defStr1;
}
/**
* Set the value related to the column: DEF_STRING_1
* @param defStr1 the DEF_STRING_1 value
*/
public void setDefStr1 (java.lang.String defStr1) {
this.defStr1 = defStr1;
}
/**
* Return the value associated with the column: DEF_STRING_2
*/
public java.lang.String getDefStr2 () {
return defStr2;
}
/**
* Set the value related to the column: DEF_STRING_2
* @param defStr2 the DEF_STRING_2 value
*/
public void setDefStr2 (java.lang.String defStr2) {
this.defStr2 = defStr2;
}
/**
* Return the value associated with the column: DEF_STRING_3
*/
public java.lang.String getDefStr3 () {
return defStr3;
}
/**
* Set the value related to the column: DEF_STRING_3
* @param defStr3 the DEF_STRING_3 value
*/
public void setDefStr3 (java.lang.String defStr3) {
this.defStr3 = defStr3;
}
/**
* Return the value associated with the column: DEF_STRING_4
*/
public java.lang.String getDefStr4 () {
return defStr4;
}
/**
* Set the value related to the column: DEF_STRING_4
* @param defStr4 the DEF_STRING_4 value
*/
public void setDefStr4 (java.lang.String defStr4) {
this.defStr4 = defStr4;
}
/**
* Return the value associated with the column: DEF_STRING_5
*/
public java.lang.String getDefStr5 () {
return defStr5;
}
/**
* Set the value related to the column: DEF_STRING_5
* @param defStr5 the DEF_STRING_5 value
*/
public void setDefStr5 (java.lang.String defStr5) {
this.defStr5 = defStr5;
}
/**
* Return the value associated with the column: DEF_STRING_6
*/
public java.lang.String getDefStr6 () {
return defStr6;
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -