risiko.common.interfaces
Interface Mission
- All Superinterfaces:
- java.rmi.Remote, java.io.Serializable
- All Known Implementing Classes:
- BefreiungsMissionImpl, KontinentMissionImpl, LaenderMissionImpl, MissionImpl
public interface Mission
- extends java.rmi.Remote, java.io.Serializable
Interface zum Valueobject
- Version:
- 2009-07-01
- Author:
- dgrosche
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