DownLoad.java~6~
上传用户:zghglow
上传日期:2022-08-09
资源大小:27227k
文件大小:2k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

JavaScript

  1. package com.chinacannel.entity;
  2. import java.io.*;
  3. import java.util.*;
  4. import org.apache.commons.lang.builder.*;
  5. public class DownLoad implements Serializable {
  6.     private Long dow_ID;
  7.     private String dow_Title;
  8.     private Image fileUp;
  9.     private Date dow_Time;
  10.     private String dow_Summary;
  11.     private Image imageUp;
  12.     private Long dow_Order;
  13.     private String dow_Language;
  14.     private Long dow_Type;
  15.     private String dow_BackName;
  16.     private String dow_FileSize
  17.     public boolean equals(Object other) {
  18.         if (!(other instanceof Admin))
  19.             return false;
  20.         DownLoad castOther = (DownLoad) other;
  21.         return new EqualsBuilder()
  22.                 .append(this.getDow_ID(), castOther.getDow_ID())
  23.                 .isEquals();
  24.     }
  25.     public int hashCode() {
  26.         return new HashCodeBuilder()
  27.                 .append(getDow_ID())
  28.                 .toHashCode();
  29.     }
  30.     public Long getDow_ID() {
  31.         return dow_ID;
  32.     }
  33.     public String getDow_Title() {
  34.         return dow_Title;
  35.     }
  36.     public Date getDow_Time() {
  37.         return dow_Time;
  38.     }
  39.     public String getDow_Summary() {
  40.         return dow_Summary;
  41.     }
  42.     public Image getFileUp() {
  43.         return fileUp;
  44.     }
  45.     public Image getImageUp() {
  46.         return imageUp;
  47.     }
  48.     public Long getDow_Order() {
  49.         return dow_Order;
  50.     }
  51.     public String getDow_Language() {
  52.         return dow_Language;
  53.     }
  54.     public Long getDow_Type() {
  55.         return dow_Type;
  56.     }
  57.     public void setDow_ID(Long dow_ID) {
  58.         this.dow_ID = dow_ID;
  59.     }
  60.     public void setDow_Title(String dow_Title) {
  61.         this.dow_Title = dow_Title;
  62.     }
  63.     public void setDow_Time(Date dow_Time) {
  64.         this.dow_Time = dow_Time;
  65.     }
  66.     public void setDow_Summary(String dow_Summary) {
  67.         this.dow_Summary = dow_Summary;
  68.     }
  69.     public void setFileUp(Image fileUp) {
  70.         this.fileUp = fileUp;
  71.     }
  72.     public void setImageUp(Image imageUp) {
  73.         this.imageUp = imageUp;
  74.     }
  75.     public void setDow_Order(Long dow_Order) {
  76.         this.dow_Order = dow_Order;
  77.     }
  78.     public void setDow_Language(String dow_Language) {
  79.         this.dow_Language = dow_Language;
  80.     }
  81.     public void setDow_Type(Long dow_Type) {
  82.         this.dow_Type = dow_Type;
  83.     }
  84. }