public class PracticeSession extends Model
Constructor and Description |
---|
PracticeSession(long id,
int courseCode,
int groupCode,
Date start,
Date end,
String site,
String description)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getCourseCode() |
String |
getDescription() |
int |
getGroupCode() |
Object |
getProperty(int param) |
int |
getPropertyCount() |
void |
getPropertyInfo(int arg0,
Hashtable arg1,
PropertyInfo arg2) |
String |
getSessionEnd() |
Date |
getSessionEndDate() |
String |
getSessionStart() |
Date |
getSessionStartDate() |
String |
getSite() |
void |
setProperty(int arg0,
Object arg1) |
public PracticeSession(long id, int courseCode, int groupCode, Date start, Date end, String site, String description)
id
- Practice session code.courseCode
- Practice session code.groupCode
- Practice session code.start
- Practice session code.end
- Practice session code.site
- Practice session code.description
- Practice session code.public int getCourseCode()
public int getGroupCode()
public String getSessionStart()
public String getSessionEnd()
public Date getSessionStartDate()
public Date getSessionEndDate()
public String getSite()
public String getDescription()
public Object getProperty(int param)
public int getPropertyCount()
public void getPropertyInfo(int arg0, Hashtable arg1, PropertyInfo arg2)
public void setProperty(int arg0, Object arg1)