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

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

public class DaoPCardClaim
extends DAO
implements org.eclipse.higgins.icard.provider.cardspace.db.IDaoPCardClaim


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
DaoPCardClaim(DaoPCard card)
           
DaoPCardClaim(DaoPCard card, ResultSet rs, Connection con)
           
 
Method Summary
 int getCardID()
           
 String getType()
           
 int getTypeID()
           
 String getValue()
           
 void setType(String type)
           
 void setValue(String value)
           
 
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

DaoPCardClaim

public DaoPCardClaim(DaoPCard card)

DaoPCardClaim

public DaoPCardClaim(DaoPCard card,
                     ResultSet rs,
                     Connection con)
              throws SQLException,
                     org.eclipse.higgins.icard.CardException
Method Detail

getCardID

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

getType

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

getTypeID

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

getValue

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

setType

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

setValue

public void setValue(String value)
              throws org.eclipse.higgins.icard.CardException
Specified by:
setValue in interface org.eclipse.higgins.icard.provider.cardspace.db.IDaoPCardClaim
Throws:
org.eclipse.higgins.icard.CardException