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)
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