org.cb.jset
Class JSetCard
java.lang.Object
org.cb.jset.JSetCard
- All Implemented Interfaces:
- Card, java.io.Serializable
- public class JSetCard
- extends java.lang.Object
- implements Card, java.io.Serializable
An implementation of a Card for the game.
Instances are immutable as they simply wraps a CardProperties
instance.
- Version:
- $Id: JSetCard.java 129 2004-04-15 05:00:43Z jerome $
- Author:
- jerome@coffeebreaks.org - last modified by $Author: jerome $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JSetCard
public JSetCard(CardProperties properties)
getProperties
public CardProperties getProperties()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()
Copyright © 2004 CoffeeBreaks. All Rights Reserved.