|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bits.common.TrainingProgram
public class TrainingProgram
| Field Summary | |
|---|---|
int[] |
gamesLevelByFunc
an array that contains the level for games in each functionality |
java.util.UUID |
id
Training Program's Unique Identifier |
int |
sessionsPlayed
contains the number of already played session in the trainingProgram |
int |
totalSessions
amount of sessions in the training Program |
| Constructor Summary | |
|---|---|
TrainingProgram()
Constructs a new and initialized Training program |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.UUID id
public int[] gamesLevelByFunc
public int sessionsPlayed
public int totalSessions
| Constructor Detail |
|---|
public TrainingProgram()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||