risiko.common.interfaces
Interface Land
- All Superinterfaces:
- java.rmi.Remote, java.io.Serializable
- All Known Implementing Classes:
- LandImpl
public interface Land
- extends java.rmi.Remote, java.io.Serializable
Interface zum Valueobject
- Version:
- 2009-07-01
- Author:
- dgrosche
setName
void setName(java.lang.String name)
throws java.rmi.RemoteException
- Parameters:
name
- the name to set
- Throws:
java.rmi.RemoteException
getName
java.lang.String getName()
throws java.rmi.RemoteException
- Returns:
- the name
- Throws:
java.rmi.RemoteException
setBesitzer
void setBesitzer(Spieler besitzer)
throws java.rmi.RemoteException
- Parameters:
besitzer
- the besitzer to set
- Throws:
java.rmi.RemoteException
getBesitzer
Spieler getBesitzer()
throws java.rmi.RemoteException
- Returns:
- the besitzer
- Throws:
java.rmi.RemoteException
setAnzEinheiten
void setAnzEinheiten(int anzEinheiten)
throws java.rmi.RemoteException
- Parameters:
anzEinheiten
- the anzEinheiten to set
- Throws:
java.rmi.RemoteException
getAnzEinheiten
int getAnzEinheiten()
throws java.rmi.RemoteException
- Returns:
- the anzEinheiten
- Throws:
java.rmi.RemoteException
setFarbe
void setFarbe(java.awt.Color farbe)
throws java.rmi.RemoteException
- Parameters:
farbe
- the farbe to set
- Throws:
java.rmi.RemoteException
getFarbe
java.awt.Color getFarbe()
throws java.rmi.RemoteException
- Returns:
- the farbe
- Throws:
java.rmi.RemoteException
setBeteiligt
void setBeteiligt(boolean beteiligt)
throws java.rmi.RemoteException
- Parameters:
beteiligt
- the beteiligt to set
- Throws:
java.rmi.RemoteException
isBeteiligt
boolean isBeteiligt()
throws java.rmi.RemoteException
- Returns:
- the beteiligt
- Throws:
java.rmi.RemoteException
getNummer
int getNummer()
throws java.rmi.RemoteException
- Returns:
- the nummer
- Throws:
java.rmi.RemoteException
getString
java.lang.String getString()
throws java.rmi.RemoteException
- Returns:
- Land als String
- Throws:
java.rmi.RemoteException
getInfos
java.lang.String getInfos()
throws java.rmi.RemoteException
- Returns:
- Alle Informationen des Landes (3zeilig)
- Throws:
java.rmi.RemoteException