org.cb.jset
Class JSetCard

java.lang.Object
  extended byorg.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

Constructor Summary
JSetCard(CardProperties properties)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 CardProperties getProperties()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JSetCard

public JSetCard(CardProperties properties)
Method Detail

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.