Aggiunto esercizio su stab-skeleton. Creato esercizio quindi con dns resolver, client -> stub -> skeleton -> server
This commit is contained in:
16
stub_skeleton/Impiegato.java
Normal file
16
stub_skeleton/Impiegato.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package stub_skeleton;
|
||||
|
||||
/**
|
||||
* Created with xgiovio.macbookair.
|
||||
* User: xgiovio
|
||||
* Date: 26/10/14
|
||||
* Time: 15:15
|
||||
*/
|
||||
public interface Impiegato {
|
||||
|
||||
String getNome();
|
||||
String getCognome();
|
||||
double getStipendio();
|
||||
double aumentaStipendio(double in_aumento);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user