public class Course extends Model
Modifier and Type | Field and Description |
---|---|
private String |
fullName |
private static org.ksoap2.serialization.PropertyInfo |
PI_fullName |
private static org.ksoap2.serialization.PropertyInfo |
PI_id |
private static org.ksoap2.serialization.PropertyInfo[] |
PI_PROP_ARRAY |
private static org.ksoap2.serialization.PropertyInfo |
PI_shortName |
private static org.ksoap2.serialization.PropertyInfo |
PI_userRole |
private String |
shortName |
private int |
userRole
Course name
|
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,
org.ksoap2.serialization.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() |
private int userRole
private String shortName
private String fullName
private static final org.ksoap2.serialization.PropertyInfo PI_id
private static final org.ksoap2.serialization.PropertyInfo PI_userRole
private static final org.ksoap2.serialization.PropertyInfo PI_shortName
private static final org.ksoap2.serialization.PropertyInfo PI_fullName
private static final org.ksoap2.serialization.PropertyInfo[] PI_PROP_ARRAY
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, org.ksoap2.serialization.PropertyInfo propertyInfo)
public void setProperty(int param, Object obj)