AddFileBean.java
资源名称:wapjsp.rar [点击查看]
上传用户:xiao85513
上传日期:2010-01-11
资源大小:2160k
文件大小:1k
源码类别:
手机WAP编程
开发平台:
Java
- package beanclass;
- public class AddFileBean
- {
- String bigname;
- String smallname;
- String title;
- String author;
- String version;
- String content;
- String filepath;
- String images;
- int id;
- public void AddFileBean(){}
- public int getId()
- {
- return this.id;
- }
- public void setId(int newid)
- {
- this.id=newid;
- }
- public void setBigname(String newid)
- {
- this.bigname=newid;
- }
- public String getBigname()
- {
- return this.bigname;
- }
- public void setSmallname(String newnum)
- {
- this.smallname=newnum;
- }
- public String getSmallname()
- {
- return this.smallname;
- }
- public void setTitle(String newnum)
- {
- this.title=newnum;
- }
- public String getTitle()
- {
- return this.title;
- }
- public void setAuthor(String newnum)
- {
- this.author=newnum;
- }
- public String getAuthor()
- {
- return this.author;
- }
- public String getVersion()
- {
- return this.version;
- }
- public void setVersion(String newnum)
- {
- this.version=newnum;
- }
- public String getContent()
- {
- return this.content;
- }
- public void setContent(String newnum)
- {
- this.content=newnum;
- }
- public String getFilepath()
- {
- return this.filepath;
- }
- public void setFilepath(String newnum)
- {
- this.filepath=newnum;
- }
- public String getImages()
- {
- return this.images;
- }
- public void setImages(String newnum)
- {
- this.images=newnum;
- }
- }