|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Messaggio
Implementa un messaggio del sistema di news. Un messaggio è costituito da un'intestazione e un corpo.
Field Summary | |
MsgBody |
body
Corpo del messaggio. |
MsgHeader |
header
Intestazione del messaggio. |
Constructor Summary | |
Messaggio(MsgHeader header,
MsgBody body)
Crea un'istanza di messaggio data l'intestazione e il corpo. |
Method Summary | |
java.lang.String |
toString()
Ridefinisce l'omonimo metodo della classe java.lang.Object per rappresentare come stringa un Messaggio. |
Methods inherited from class java.lang.Object |
|
Field Detail |
public MsgHeader header
public MsgBody body
Constructor Detail |
public Messaggio(MsgHeader header, MsgBody body)
header
- intestazione del messaggio.body
- corpo del messaggio.Method Detail |
public java.lang.String toString()
header
body
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |