risiko.common.interfaces
Interface Mission

All Superinterfaces:
java.rmi.Remote, java.io.Serializable

public interface Mission
extends java.rmi.Remote, java.io.Serializable

Interface zum Valueobject

Version:
2009-07-01
Author:
dgrosche

Method Summary
 java.lang.String getMessage()
           
 boolean isErfuellt()
           
 void pruefErfuellt()
          Prüft ob Mission erfüllt wurde
 void setMessage(java.lang.String s)
           
 void setSpieler(Spieler p)
           
 

Method Detail

pruefErfuellt

void pruefErfuellt()
                   throws java.rmi.RemoteException
Prüft ob Mission erfüllt wurde

Throws:
java.rmi.RemoteException

setSpieler

void setSpieler(Spieler p)
                throws java.rmi.RemoteException
Parameters:
p - the spieler to set
Throws:
java.rmi.RemoteException

isErfuellt

boolean isErfuellt()
                   throws java.rmi.RemoteException
Returns:
the erfuellt
Throws:
java.rmi.RemoteException

setMessage

void setMessage(java.lang.String s)
                throws java.rmi.RemoteException
Parameters:
s - the message to set
Throws:
java.rmi.RemoteException

getMessage

java.lang.String getMessage()
                            throws java.rmi.RemoteException
Returns:
the message
Throws:
java.rmi.RemoteException