com.deltalearn.rte.webservice.data
Interface ICourseInfo


public interface ICourseInfo

Basic information about a course.

Version:
0.1

Method Summary
 java.lang.String getId()
          Returns the id of this course.
 java.lang.String getName()
          Returns the name of this course.
 int getVersion()
          Returns the version of this course.
 

Method Detail

getId

java.lang.String getId()
Returns the id of this course.

Returns:
the id of this course.

getName

java.lang.String getName()
Returns the name of this course.

Returns:
the name of this course.

getVersion

int getVersion()
Returns the version of this course. Can be 12 or 2004.

Returns:
the name of this course. Can be 12 or 2004.