org.eclipse.higgins.icard.provider.cardspace.db
Interface IDaoPCardClaim
- All Superinterfaces:
- IDAO
- public interface IDaoPCardClaim
- extends IDAO
Database access object which represents claims of cardspace-compatible
personal 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
getValue
public String getValue()
- Returns:
setValue
public void setValue(String value)
throws org.eclipse.higgins.icard.CardException
- Parameters:
value -
- Throws:
org.eclipse.higgins.icard.CardException