⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 node.java

📁 用户可以添加商品
💻 JAVA
字号:
package product.form;
import java.util.Date;
import org.apache.struts.action.ActionForm;

public class Node extends ActionForm{
	private int id;
	private String name;
	private int parent;
 	private String size;
 	private String unit;
 	private String content;
 	private String product_factory;
 	private String product_supply;
 	private String color;
 	private float  price_in;
 	private float  price_agent;
 	private float  price_sale;
 	private float  price_detail;
 	private String specification;
 	private String note;
 	private Date createDay;
 	private int layer;
 	private int nextId;
 	private String temp;
 	private String temp1;
 	private String temp2;
 	private int flag;
 	
 	public void setFlag(int f){
 		this.flag=f;
 	}
 	public int getFlag(){
 		return this.flag;
 	}
 	public void setTemp(String temp)
 	 {
 	 	this.temp=temp;
 	 	}
 	 	
 	 public String getTemp()
 	 {
 	 	return this.temp;
 	 	}
 	 	
 	 	public void setTemp1(String temp1)
 	 {
 	 	this.temp1=temp1;
 	 	}
 	 	
 	 public String getTemp1()
 	 {
 	 	return this.temp1;
 	 	}
 	 	public void setTemp2(String temp2)
 	 {
 	 	this.temp2=temp2;
 	 	}
 	 	
 	 public String getTemp2()
 	 {
 	 	return this.temp2;
 	 	}
 	 	
 	public void setId(int i){
 		this.id = i;
 	}
 	public int getId(){
 		return this.id;
 	}
 	
 	public void setNextId(int n){
 		this.nextId = n;
 	}
 	public int getNextId(){
 		return this.nextId;
 	}
 	
 	public void setName(String s){
 		this.name = s;
 	}
 	public String getName(){
 		return this.name;
 	}
 	
 	public void setParent(int i){
 		this.parent = i;
 	}
 	public int getParent(){
 		return this.parent;
 	}
 	
 	public void setSize(String size){
 		this.size = size;
 	}
 	public String getSize(){
 		return this.size;
 	}
 	
 	public void setUnit(String unit){
 		this.unit = unit;
 	}
 	public String getUnit(){
 		return this.unit;
 	}
 	
 	public void setContent(String content){
 		this.content = content;
 	}
 	public String getContent(){
 		return this.content;
 	}
 	
 	public void setProduct_factory(String product_factory){
 		this.product_factory = product_factory;
 	}
 	public String getProduct_factory(){
 		return this.product_factory;
 	}
 	
 	public void setProduct_supply(String product_supply){
 		this.product_supply = product_supply;
 	}
 	public String getProduct_supply(){
 		return this.product_supply;
 	}
 	
    public void setColor(String color){
 		this.color = color;
 	}
 	public String getColor(){
 		return this.color;
 	}
 	
 	public void setPrice_in(float price_in){
 		this.price_in = price_in;
 	}
 	public float getPrice_in(){
 		return this.price_in;
 	}
 	public void setPrice_agent(float price_agent){
 		this.price_agent = price_agent;
 	}
 	public float getPrice_agent(){
 		return this.price_agent;
 	}
 	public void setPrice_sale(float price_sale){
 		this.price_sale = price_sale;
 	}
 	public float getPrice_sale(){
 		return this.price_sale;
 	}
 	
 	public void setPrice_detail(float price_detail){
 		this.price_detail = price_detail;
 	}
 	public float getPrice_detail(){
 		return this.price_detail;
 	}
 	
 	public void setSpecification(String specification){
 		this.specification = specification;
 	}
 	public String getSpecification(){
 		return this.specification;
 	}
 	public void setNote(String s){
 		this.note = s;
 	}
 	public String getNote(){
 		return this.note;
 	}
 	
 	public void setCreateDay(Date d){
 		this.createDay = d;
 	}
 	public Date getCreateDay(){
 		return this.createDay;
 	}
 	 
 	public void setLayer(int l){
 		this.layer = l;
 	}
 	public int getLayer(){
 		return this.layer;
 	}	
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -