public class Course extends Model
Constructor and Description |
---|
Course(long id,
int userRole,
String shortName,
String fullName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFullName()
Gets short course name
|
Object |
getProperty(int param) |
int |
getPropertyCount() |
void |
getPropertyInfo(int param,
Hashtable arg1,
PropertyInfo propertyInfo) |
String |
getShortName()
Gets short course name
|
int |
getUserRole()
Gets user role inside the course
|
int |
hashCode() |
void |
setFullName(String fullName)
Sets short course name
|
void |
setProperty(int param,
Object obj) |
void |
setShortName(String shortName)
Sets short course name
|
String |
toString() |
public int getUserRole()
public String getShortName()
public void setShortName(String shortName)
shortName
- short course namepublic String getFullName()
public void setFullName(String fullName)
public Object getProperty(int param)
public int getPropertyCount()
public void getPropertyInfo(int param, Hashtable arg1, PropertyInfo propertyInfo)
public void setProperty(int param, Object obj)