net.sourceforge.simplegamenet.framework.transport
Class GameIdentification

java.lang.Object
  extended bynet.sourceforge.simplegamenet.framework.transport.GameIdentification
All Implemented Interfaces:
Serializable

public class GameIdentification
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GameIdentification(String name, net.sourceforge.simplegamenet.specs.to.Version version, String author)
           
 
Method Summary
 String getAuthor()
           
 String getName()
           
 net.sourceforge.simplegamenet.specs.to.Version getVersion()
           
 void setAuthor(String author)
           
 void setName(String name)
           
 void setVersion(net.sourceforge.simplegamenet.specs.to.Version version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameIdentification

public GameIdentification(String name,
                          net.sourceforge.simplegamenet.specs.to.Version version,
                          String author)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getVersion

public net.sourceforge.simplegamenet.specs.to.Version getVersion()

setVersion

public void setVersion(net.sourceforge.simplegamenet.specs.to.Version version)

getAuthor

public String getAuthor()

setAuthor

public void setAuthor(String author)


Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.