cardmanager.impl.gui
Class CardInstanceViewForSelectComponent

java.lang.Object
  extended by cardmanager.impl.gui.CardInstanceViewForSelectComponent
All Implemented Interfaces:
FileBearer

public class CardInstanceViewForSelectComponent
extends java.lang.Object
implements FileBearer


Constructor Summary
CardInstanceViewForSelectComponent(CardDefinition get)
           
 
Method Summary
 CardDefinition getCard()
           
 java.io.File getFile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardInstanceViewForSelectComponent

public CardInstanceViewForSelectComponent(CardDefinition get)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getCard

public CardDefinition getCard()

getFile

public java.io.File getFile()
Specified by:
getFile in interface FileBearer