public class StudentRepresentation
extends java.lang.Object
Constructor and Description |
---|
StudentRepresentation(Student student)
Instantiates a new student representation.
|
StudentRepresentation(Student student,
java.lang.String studentID,
java.util.logging.Logger log)
Instantiates a new student representation.
|
Modifier and Type | Method and Description |
---|---|
IItem |
asItem()
As item.
|
java.lang.String |
getClassName()
Gets the class name.
|
StudentGallery |
getGallery()
Gets the gallery.
|
java.lang.String |
getName()
Gets the name.
|
Student |
getStudent()
Gets the student.
|
com.jme3.math.ColorRGBA |
getStudentColour()
Gets the student colour.
|
java.lang.String |
getStudentId()
Gets the student id.
|
void |
setStudentColour(com.jme3.math.ColorRGBA studentColour)
Sets the student colour.
|
public StudentRepresentation(Student student)
student
- the studentpublic StudentRepresentation(Student student, java.lang.String studentID, java.util.logging.Logger log)
student
- the studentstudentID
- the student idlog
- the logpublic IItem asItem()
public java.lang.String getClassName()
public StudentGallery getGallery()
public java.lang.String getName()
public Student getStudent()
public com.jme3.math.ColorRGBA getStudentColour()
public java.lang.String getStudentId()
public void setStudentColour(com.jme3.math.ColorRGBA studentColour)
studentColour
- the new student colour