public class PracticeSession extends Model
Modifier and Type | Field and Description |
---|---|
private int |
courseCode
Course code of the course that owns the practice session.
|
private String |
description
Practice session description.
|
private int |
groupCode
Group code of the group that owns the practice session.
|
private Date |
sessionEnd
Practice session end date and time.
|
private Date |
sessionStart
Practice session start date and time.
|
private String |
site
Practice session site.
|
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,
org.ksoap2.serialization.PropertyInfo arg2) |
String |
getSessionEnd() |
Date |
getSessionEndDate() |
String |
getSessionStart() |
Date |
getSessionStartDate() |
String |
getSite() |
void |
setProperty(int arg0,
Object arg1) |
private final int courseCode
private final int groupCode
private final Date sessionStart
private final Date sessionEnd
private final String site
private final String description
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, org.ksoap2.serialization.PropertyInfo arg2)
public void setProperty(int arg0, Object arg1)