net.sf.dc.core.modules
Class DcMediaModule

java.lang.Object
  extended bynet.sf.dc.core.modules.DCModule
      extended bynet.sf.dc.core.modules.DcMediaModule
Direct Known Subclasses:
AudioCDModule, AudioTrackModule, BookModule, GenericModule, MovieModule, MusicFileModule, SoftwareModule

public abstract class DcMediaModule
extends DCModule


Field Summary
 
Fields inherited from class net.sf.dc.core.modules.DCModule
childModule, fields, insertPanel, quickView, searchForm, searchPanel, tableJoin, tableName, tableShortName
 
Constructor Summary
DcMediaModule(int index, boolean topModule, java.lang.String name, java.lang.String tableName, java.lang.String tableShortName, java.lang.String tableJoin, boolean allowImdbUpdate, boolean allowAmazonUpdate, boolean allowFreeDbUpdate)
           
 
Method Summary
protected  void initializeFields()
           
 
Methods inherited from class net.sf.dc.core.modules.DCModule
getCDImportProcess, getChildModule, getDCObject, getDefaultData, getField, getFieldCount, getFieldDefinitionsSettingsKey, getFieldIndices, getFields, getIcon, getIconSmall, getIndex, getInsertPanel, getMenuBar, getName, getObjectName, getPanels, getQuickView, getReportFieldDefinitions, getSearchForm, getSearchPanel, getSystemField, getTableJoin, getTableName, getTableShortName, getToolsMenu, initializeUI, isAmazonUpdateAllowed, isFreedBUpdateAllowed, isImdbUpdateAllowed, isTopModule, setChildModule, startImport, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DcMediaModule

public DcMediaModule(int index,
                     boolean topModule,
                     java.lang.String name,
                     java.lang.String tableName,
                     java.lang.String tableShortName,
                     java.lang.String tableJoin,
                     boolean allowImdbUpdate,
                     boolean allowAmazonUpdate,
                     boolean allowFreeDbUpdate)
Method Detail

initializeFields

protected void initializeFields()
Overrides:
initializeFields in class DCModule