Eynews 简单新闻管理系 统 简单新闻管理系 统简单新闻管理系 统
源代码在线查看: template_addtemplate.java
package com.v246;
public class Template_addTemplate
{
protected String modifyId;//修改模板的时候用到的变量,用于接收所修改模板的id
protected String action;
protected String templateType;
protected String templateName;
protected String content;
protected String isDefault;
public void setModifyId(String modifyId)
{
this.modifyId=modifyId;
}
public String getModifyId()
{
return this.modifyId;
}
public void setAction(String action)
{
this.action=action;
}
public String getAction()
{
return this.action;
}
public void setTemplateType(String templateType)
{
this.templateType=templateType;
}
public String getTemplateType()
{
return templateType;
}
public void setTemplateName(String templateName)
{
this.templateName=templateName;
}
public String getTemplateName()
{
return templateName;
}
public void setContent(String content)
{
this.content=content;
}
public String getContent()
{
return content;
}
public void setIsDefault(String isDefault)
{
this.isDefault=isDefault;
}
public String getIsDefault()
{
return isDefault;
}
}
|
相关资源 |
|
-
简单新闻管理系统一个采用Access数据库的新闻管理系统
-
主要功能: ·新闻采用在线编辑器,可以象使用word一样编辑新闻 ·可web上传图片,新闻内其它网站图片自动下载 ·无限级目录分类 ·可设头条新闻和图片新闻 ·新闻点评功能
-
简单的VB信息管理系统 SQL数据库 简单的查询,删除,添加功能 并能生成报表
-
简单计算器(带密码“111111”) 进行简单的数字计算 包括“+” “-” “*” “/” “乘方”
-
简单的链表数据结构算法。简单的链表数据结构算法程序
-
条件语句if,then,else的简单优先法,输出三地址码,显示简单优先矩阵.
-
简单封装数据库表的类的一个简单的例子:
http://www.delphifans.com/SoftView/SoftView_1476.html
-
这是用JAVA编写的简单的登陆程序,希望大家喜欢,特简单
|