org.eclipse.higgins.icard.provider.cardspace.db
Interface IDaoInformationCardExtension
- All Superinterfaces:
- IDAO
- public interface IDaoInformationCardExtension
- extends IDAO
Represents IInformationCardExtension data
getCardID
public int getCardID()
- Id of owner card
- Returns:
getElement
public String getElement()
- Returns:
- Card extension XML element
setElement
public void setElement(String element)
throws org.eclipse.higgins.icard.CardException
- Parameters:
element - Card extension XML element
- Throws:
org.eclipse.higgins.icard.CardException
isEnabled
public boolean isEnabled()
- Returns:
- Whether this extension should be processed
setEnabled
public void setEnabled(boolean enabled)
throws org.eclipse.higgins.icard.CardException
- Enable/disable this extension for processing
- Parameters:
enabled -
- Throws:
org.eclipse.higgins.icard.CardException