📄 videoinfo.java
字号:
/*
* WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized
* by MyEclipse Hibernate tool integration.
*
* Created Thu Jan 05 19:39:55 CST 2006 by MyEclipse Hibernate Tool.
*/
package com.singnet.video;
import java.io.*;
/**
* A class that represents a row in the video table.
* You can customize the behavior of this class by editing the class, {@link Video()}.
* WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration.
*/
public class VideoInfo implements Serializable {
/** The composite primary key value. */
private java.lang.String id;
/** The value of the simple videotypeid property. */
private java.lang.String videotypeid;
/** The value of the simple videoclassid property. */
private java.lang.String videoclassid;
/** The value of the simple videocountryid property. */
private java.lang.String videoareaid;
/** The value of the simple name property. */
private java.lang.String name;
/** The value of the simple intro property. */
private java.lang.String intro;
/** The value of the simple smallpic property. */
private java.lang.String smallpic;
/** The value of the simple bigpic property. */
private java.lang.String bigpic;
/** The value of the simple path property. */
private java.lang.String filepath;
/** The value of the simple addtime property. */
private String addtime;
/** The value of the simple ip property. */
private java.lang.String ip;
/** The value of the simple uid property. */
private java.lang.String uid;
/** The value of the simple ifview property. */
private java.lang.String ifview;
/** The value of the simple ifdown property. */
private java.lang.String ifdown;
/** The value of the simple ifshow property. */
private java.lang.String ifshow;
/** The value of the simple moneyView property. */
private java.lang.String moneyview;
/** The value of the simple moneyDown property. */
private java.lang.String moneydown;
private java.lang.String hits;
private java.lang.String views;
private java.lang.String downs;
private String typename;
private String classname;
private String areaname;
private String size;
private String minute;
/**
* Simple constructor of AbstractVideo instances.
*/
public VideoInfo() {
}
/**
* Constructor of AbstractVideo instances given a simple primary key.
* @param id
*/
public VideoInfo(java.lang.String id) {
this.setId(id);
}
/**
* Return the simple primary key value that identifies this object.
* @return java.lang.String
*/
public java.lang.String getId() {
return id;
}
/**
* Set the simple primary key value that identifies this object.
* @param id
*/
public void setId(java.lang.String id) {
this.id = id;
}
/**
* Return the value of the Videotypeid column.
* @return java.lang.String
*/
public java.lang.String getVideotypeid() {
return this.videotypeid;
}
/**
* Set the value of the Videotypeid column.
* @param videotypeid
*/
public void setVideotypeid(java.lang.String videotypeid) {
this.videotypeid = videotypeid;
}
/**
* Return the value of the Videoclassid column.
* @return java.lang.String
*/
public java.lang.String getVideoclassid() {
return this.videoclassid;
}
/**
* Set the value of the Videoclassid column.
* @param videoclassid
*/
public void setVideoclassid(java.lang.String videoclassid) {
this.videoclassid = videoclassid;
}
/**
* Return the value of the name column.
* @return java.lang.String
*/
public java.lang.String getName() {
return this.name;
}
/**
* Set the value of the name column.
* @param name
*/
public void setName(java.lang.String name) {
this.name = name;
}
/**
* Return the value of the intro column.
* @return java.lang.String
*/
public java.lang.String getIntro() {
return this.intro;
}
/**
* Set the value of the intro column.
* @param intro
*/
public void setIntro(java.lang.String intro) {
this.intro = intro;
}
/**
* Return the value of the smallpic column.
* @return java.lang.String
*/
public java.lang.String getSmallpic() {
return this.smallpic;
}
/**
* Set the value of the smallpic column.
* @param smallpic
*/
public void setSmallpic(java.lang.String smallpic) {
this.smallpic = smallpic;
}
/**
* Return the value of the bigpic column.
* @return java.lang.String
*/
public java.lang.String getBigpic() {
return this.bigpic;
}
/**
* Set the value of the bigpic column.
* @param bigpic
*/
public void setBigpic(java.lang.String bigpic) {
this.bigpic = bigpic;
}
/**
* Return the value of the ip column.
* @return java.lang.String
*/
public java.lang.String getIp() {
return this.ip;
}
/**
* Set the value of the ip column.
* @param ip
*/
public void setIp(java.lang.String ip) {
this.ip = ip;
}
/**
* Return the value of the uid column.
* @return java.lang.String
*/
public java.lang.String getUid() {
return this.uid;
}
/**
* Set the value of the uid column.
* @param uid
*/
public void setUid(java.lang.String uid) {
this.uid = uid;
}
/**
* Return the value of the ifview column.
* @return java.lang.String
*/
public java.lang.String getIfview() {
return this.ifview;
}
/**
* Set the value of the ifview column.
* @param ifview
*/
public void setIfview(java.lang.String ifview) {
this.ifview = ifview;
}
/**
* Return the value of the ifdown column.
* @return java.lang.String
*/
public java.lang.String getIfdown() {
return this.ifdown;
}
/**
* Set the value of the ifdown column.
* @param ifdown
*/
public void setIfdown(java.lang.String ifdown) {
this.ifdown = ifdown;
}
/**
* Return the value of the ifshow column.
* @return java.lang.String
*/
public java.lang.String getIfshow() {
return this.ifshow;
}
/**
* Set the value of the ifshow column.
* @param ifshow
*/
public void setIfshow(java.lang.String ifshow) {
this.ifshow = ifshow;
}
public java.lang.String getVideoareaid() {
return videoareaid;
}
public void setVideoareaid(java.lang.String videoareaid) {
this.videoareaid = videoareaid;
}
public java.lang.String getFilepath() {
return filepath;
}
public void setFilepath(java.lang.String filepath) {
this.filepath = filepath;
}
public java.lang.String getDowns() {
return downs;
}
public void setDowns(java.lang.String downs) {
this.downs = downs;
}
public java.lang.String getHits() {
return hits;
}
public void setHits(java.lang.String hits) {
this.hits = hits;
}
public java.lang.String getViews() {
return views;
}
public void setViews(java.lang.String views) {
this.views = views;
}
public void setAddtime(String addtime) {
this.addtime = addtime;
}
public String getAddtime() {
return addtime;
}
public String getAreaname() {
return areaname;
}
public void setAreaname(String areaname) {
this.areaname = areaname;
}
public String getClassname() {
return classname;
}
public void setClassname(String classname) {
this.classname = classname;
}
public String getTypename() {
return typename;
}
public void setTypename(String typename) {
this.typename = typename;
}
public java.lang.String getMoneydown() {
return moneydown;
}
public void setMoneydown(java.lang.String moneydown) {
this.moneydown = moneydown;
}
public java.lang.String getMoneyview() {
return moneyview;
}
public void setMoneyview(java.lang.String moneyview) {
this.moneyview = moneyview;
}
public String getMinute() {
return minute;
}
public void setMinute(String minute) {
this.minute = minute;
}
public String getSize() {
return size;
}
public void setSize(String size) {
this.size = size;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -