org.eclipse.higgins.icard.provider.cardspace.db
Interface IDaoSupportedTokenType

All Superinterfaces:
IDAO

public interface IDaoSupportedTokenType
extends IDAO

Database access object which represents supported token type of cardspace-compatible information card (see cardspace techref)


Field Summary
 
Fields inherited from interface org.eclipse.higgins.icard.provider.cardspace.db.IDAO
CHANGED_OBJ, DELETED_OBJ, NEW_OBJ, PRE_DELETED_NEW_OBJ, PRE_DELETED_STORED_OBJ, STORED_OBJ
 
Method Summary
 int getCardID()
           
 String getType()
           
 int getTypeID()
           
 void setType(String type)
           
 
Methods inherited from interface org.eclipse.higgins.icard.provider.cardspace.db.IDAO
addListener, getID, getState, removeListener, setDeleteState, store
 

Method Detail

getCardID

public int getCardID()
Returns:

getTypeID

public int getTypeID()
Returns:

getType

public String getType()
Returns:

setType

public void setType(String type)
             throws org.eclipse.higgins.icard.CardException
Parameters:
type -
Throws:
org.eclipse.higgins.icard.CardException