risiko.common.interfaces
Interface Kontinent

All Superinterfaces:
java.rmi.Remote, java.io.Serializable
All Known Implementing Classes:
KontinentImpl

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

Interface zum Valueobject

Version:
2009-07-01
Author:
dgrosche

Method Summary
 java.util.Vector<Land> getLaenderListe()
           
 java.lang.String getName()
           
 int getPunkt()
           
 boolean isErobert()
           
 void setErobert(boolean erobert)
           
 void setLaenderListe(java.util.Vector<Land> laenderListe)
           
 void setName(java.lang.String name)
           
 void setPunkt(int punkt)
           
 

Method Detail

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

setPunkt

void setPunkt(int punkt)
              throws java.rmi.RemoteException
Parameters:
punkt - the punkt to set
Throws:
java.rmi.RemoteException

getPunkt

int getPunkt()
             throws java.rmi.RemoteException
Returns:
the punkt
Throws:
java.rmi.RemoteException

setLaenderListe

void setLaenderListe(java.util.Vector<Land> laenderListe)
                     throws java.rmi.RemoteException
Parameters:
laenderListe - the laenderListe to set
Throws:
java.rmi.RemoteException

getLaenderListe

java.util.Vector<Land> getLaenderListe()
                                       throws java.rmi.RemoteException
Returns:
the laenderListe
Throws:
java.rmi.RemoteException

setErobert

void setErobert(boolean erobert)
                throws java.rmi.RemoteException
Parameters:
erobert - the erobert to set
Throws:
java.rmi.RemoteException

isErobert

boolean isErobert()
                  throws java.rmi.RemoteException
Returns:
the erobert
Throws:
java.rmi.RemoteException