码迷,mamicode.com
首页 > 其他好文 > 详细

cAIS45

时间:2017-10-12 15:00:08      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:his   def   default   style   weight   data   window   course   nta   


public Courses(int id, String name, Set<Student> students) {
		super();
		this.id = id;
		this.name = name;
		this.students = students;
	}

SDAVBFSD 
public Courses(int id, String name, Set<Student> students) {
		super();
		this.id = id;
		this.name = name;
		this.students = students;
	}

public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public Set<Student> getStudents() {
		return students;
	}
    public Courses(int id, String name, Set<Student> students) {
        super();
        this.id = id;
        this.name = name;
        this.students = students;
    }

cAIS45

标签:his   def   default   style   weight   data   window   course   nta   

原文地址:http://www.cnblogs.com/AnTank/p/7656041.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!