JavaWeb同步学习笔记之九十三、JavaWeb_文件上传案例_构建FileUploadBean集合

JavaWeb_文件上传案例_构建FileUploadBean集合

文件上传案例_构建FileUploadBean集合

  • 1.FileUploadBean.java
/**  
 * All rights Reserved,Designed By XS
 * @Title: FileUploadBean.java
 * @Package com.xs.fileupload.app.beans
 * @Description: TODO
 * @author: XS
 * @date: 2019年3月21日 下午4:46:51
 * @version V1.0
 */
package com.xs.fileupload.app.beans;

import java.math.BigDecimal;

/**
 * @ClassName: FileUploadBean
 * @Description: TODO
 * @author: XS
 * @date: 2019年3月21日 下午4:46:51
 * @version V1.0
 */
public class FileUploadBean {
   

	private BigDecimal id;

	private String fileName;

	private String filePath;

	private String fileDesc;

	/**
	 * @return the id
	 */
	public BigDecimal getId() {
   
		return id;
	}

	/**
	 * @param id:
	 *            the id to set
	 */
	public void setId(BigDecimal id) {
   
		this.id = id;
	}

	/**
	 * @return the fileName
	 */
	public String getFileName() {
   
		return fileName;
	}

	/**
	 * @param fileName:
	 *            the fileName to set
	 */
	public void setFileName(String fileName) {
   
		this.fileName = fileName;
	}

	/**
	 * @return the fileDesc
	 */
	public String getFileDesc() {
   
		return fileDesc;
	}

	/**
	 * @param fileDesc:
	 *            the fileDesc to set
	 */
	public void setFileDesc(String fileDesc) {
   
		this.fileDesc = fileDesc;
	}

	/**
	 * @return the filePath
	 */
	public String getFilePath() {
   
		return filePath;
	}

	/**
	 * @param filePath:
	 *            the filePath to set
	 */
	public void setFilePath(String filePath) {
   
		this.filePath = filePath;
	}

	/**
	 * @Title: FileUploadBean
	 * @Description: TODO
	 * @param fileName
	 * @param fileDesc
	 * @param filePath
	 */
	public FileUploadBean(String fileName, String filePath, String fileDesc) {
   
		super();
		this.fileName = fileName;
		this
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值