org.eclipse.higgins.icard.provider.cardspace.db
Interface IDaoSupportedClaimType
- All Superinterfaces:
- IDAO
- public interface IDaoSupportedClaimType
- extends IDAO
Database access object which represents supported claim 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
getTypeLocalName
public String getTypeLocalName()
- Returns:
setTypeLocalName
public void setTypeLocalName(String typeLocalName)
throws org.eclipse.higgins.icard.CardException
- Parameters:
typeLocalName -
- Throws:
org.eclipse.higgins.icard.CardException
getDisplayName
public String getDisplayName()
- Returns:
setDisplayName
public void setDisplayName(String displayName)
throws org.eclipse.higgins.icard.CardException
- Parameters:
displayName -
- Throws:
org.eclipse.higgins.icard.CardException
getDescription
public String getDescription()
- Returns:
setDescription
public void setDescription(String description)
throws org.eclipse.higgins.icard.CardException
- Parameters:
description -
- Throws:
org.eclipse.higgins.icard.CardException