org.eclipse.higgins.icard.provider.cardspace.db.mysql
Class SupportedClaimType

java.lang.Object
  extended byorg.eclipse.higgins.icard.provider.cardspace.db.mysql.DAO
      extended byorg.eclipse.higgins.icard.provider.cardspace.db.mysql.SupportedClaimType
All Implemented Interfaces:
org.eclipse.higgins.icard.provider.cardspace.db.IDAO, org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType

public class SupportedClaimType
extends DAO
implements org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType


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
 
Constructor Summary
SupportedClaimType(DaoMCard card)
           
SupportedClaimType(DaoMCard card, ResultSet rs, Connection con)
           
 
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 class org.eclipse.higgins.icard.provider.cardspace.db.mysql.DAO
addListener, getConnectionFactory, getID, getState, isChanged, removeListener, setDeleteState, store
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.icard.provider.cardspace.db.IDAO
addListener, getID, getState, removeListener, setDeleteState, store
 

Constructor Detail

SupportedClaimType

public SupportedClaimType(DaoMCard card)

SupportedClaimType

public SupportedClaimType(DaoMCard card,
                          ResultSet rs,
                          Connection con)
                   throws SQLException
Method Detail

getCardID

public int getCardID()
Specified by:
getCardID in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType

getTypeID

public int getTypeID()
Specified by:
getTypeID in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType

getDescription

public String getDescription()
Specified by:
getDescription in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType

getType

public String getType()
Specified by:
getType in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType

getTypeLocalName

public String getTypeLocalName()
Specified by:
getTypeLocalName in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType

setDescription

public void setDescription(String description)
                    throws org.eclipse.higgins.icard.CardException
Specified by:
setDescription in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType
Throws:
org.eclipse.higgins.icard.CardException

setDisplayName

public void setDisplayName(String displayName)
                    throws org.eclipse.higgins.icard.CardException
Specified by:
setDisplayName in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType
Throws:
org.eclipse.higgins.icard.CardException

setType

public void setType(String type)
             throws org.eclipse.higgins.icard.CardException
Specified by:
setType in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType
Throws:
org.eclipse.higgins.icard.CardException

setTypeLocalName

public void setTypeLocalName(String typeLocalName)
                      throws org.eclipse.higgins.icard.CardException
Specified by:
setTypeLocalName in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoSupportedClaimType
Throws:
org.eclipse.higgins.icard.CardException