net.sourceforge.simplegamenet.framework.transport
Class GameIdentification
java.lang.Object
net.sourceforge.simplegamenet.framework.transport.GameIdentification
- All Implemented Interfaces:
- Serializable
- public class GameIdentification
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GameIdentification
public GameIdentification(String name,
net.sourceforge.simplegamenet.specs.to.Version version,
String author)
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.