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)


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 getDescription()
           
 String getDisplayName()
           
 String getType()
           
 int getTypeID()
           
 String getTypeLocalName()
           
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setType(String type)
           
 void setTypeLocalName(String typeLocalName)
           
 
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

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