org.eclipse.higgins.icard.provider.cardspace.db.mysql
Class DaoPCardClaim
java.lang.Object
org.eclipse.higgins.icard.provider.cardspace.db.mysql.DAO
org.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
| 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 |
| Methods inherited from interface org.eclipse.higgins.icard.provider.cardspace.db.IDAO |
addListener, getID, getState, removeListener, setDeleteState, store |
DaoPCardClaim
public DaoPCardClaim(DaoPCard card)
DaoPCardClaim
public DaoPCardClaim(DaoPCard card,
ResultSet rs,
Connection con)
throws SQLException,
org.eclipse.higgins.icard.CardException
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