|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectarchive.utility.Day
public class Day
Classe che tiene conto del numero di settimana in corso Permette di confrontare numeri di settimana
| Constructor Summary | |
|---|---|
Day()
|
|
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Integer week)
Implementa il metodo dell'interfaccia Comparable |
int |
getCurrentWeek()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Day()
| Method Detail |
|---|
public int compareTo(java.lang.Integer week)
Comparable
compareTo in interface java.lang.Comparable<java.lang.Integer>week - numero settimana da confrontare
public int getCurrentWeek()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||