Example #1
0
		public Student(int age, NeoDatis.Odb.Test.VO.School.Course course, System.DateTime
			 date, string id, string name)
		{
			this.age = age;
			this.course = course;
			firstDate = date;
			this.id = id;
			this.name = name;
			listHistory = new System.Collections.ArrayList();
		}
Example #2
0
 public Student(int age, NeoDatis.Odb.Test.VO.School.Course course, System.DateTime
                date, string id, string name)
 {
     this.age    = age;
     this.course = course;
     firstDate   = date;
     this.id     = id;
     this.name   = name;
     listHistory = new System.Collections.ArrayList();
 }
Example #3
0
		public virtual void SetCourse(NeoDatis.Odb.Test.VO.School.Course course)
		{
			this.course = course;
		}
Example #4
0
 public virtual void SetCourse(NeoDatis.Odb.Test.VO.School.Course course)
 {
     this.course = course;
 }