net.sf.dc.core.objects.music
Class Music

java.lang.Object
  extended bynet.sf.dc.core.objects.DCObject
      extended bynet.sf.dc.core.objects.music.Music

public class Music
extends DCObject

Music object

Since:
1.3
Version:
DC0.50
Author:
Robert-Jan van der Waals

Field Summary
static int _A_FILENAME
           
static int _B_TITLE
           
static int _C_ARTIST
           
static int _D_ALBUM
           
static int _E_YEAR
           
static int _F_GENRE
           
static int _G_PLAYLENGTH
           
static int _H_QUALITY
           
static int _I_ENCODING
           
static int _J_LYRIC
           
static int _K_LOCATION
           
 
Fields inherited from class net.sf.dc.core.objects.DCObject
_ID, alwaysGenerateID, bValidation, module, sTableName, uiRowNumber, values, wf
 
Constructor Summary
Music()
           
 
Method Summary
 javax.swing.ImageIcon getIcon()
          Returns the icon for this object
protected  void initializeSettings()
          Initialize all user settings on this data crow object
protected  void setModuleIndex()
          Sets the module index / sets the ownership of this data crow object
protected  void setTableName()
          Sets the database table name for this object
 java.lang.String toString()
          Create a UI representation for this object
 
Methods inherited from class net.sf.dc.core.objects.DCObject
checkIntegrity, clearValues, delete, getChangedFieldNames, getChangedFieldValues, getCreateStatements, getDatabaseFieldName, getDatabaseFieldNames, getField, getFieldIndices, getFields, getFieldType, getFieldTypes, getHiddenFields, getID, getLabel, getLabels, getMaxFieldLength, getMaxFieldLengths, getModule, getNotSearchableFields, getReadOnlyFields, getRequiredFields, getSilence, getTableName, getUnfilledRequiredFields, getValue, getValues, getVisibleFields, getVisibleValues, isChanged, isChanged, isHidden, isRequired, isUnique, load, saveNew, saveUpdate, setAlwaysGenerateID, setChanged, setSilence, setUIRowNumber, setValidation, setValue, setValues, toQueryCondition, undoChanges
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_A_FILENAME

public static final int _A_FILENAME
See Also:
Constant Field Values

_B_TITLE

public static final int _B_TITLE
See Also:
Constant Field Values

_C_ARTIST

public static final int _C_ARTIST
See Also:
Constant Field Values

_D_ALBUM

public static final int _D_ALBUM
See Also:
Constant Field Values

_E_YEAR

public static final int _E_YEAR
See Also:
Constant Field Values

_F_GENRE

public static final int _F_GENRE
See Also:
Constant Field Values

_G_PLAYLENGTH

public static final int _G_PLAYLENGTH
See Also:
Constant Field Values

_H_QUALITY

public static final int _H_QUALITY
See Also:
Constant Field Values

_I_ENCODING

public static final int _I_ENCODING
See Also:
Constant Field Values

_J_LYRIC

public static final int _J_LYRIC
See Also:
Constant Field Values

_K_LOCATION

public static final int _K_LOCATION
See Also:
Constant Field Values
Constructor Detail

Music

public Music()
Method Detail

setModuleIndex

protected void setModuleIndex()
Sets the module index / sets the ownership of this data crow object

Specified by:
setModuleIndex in class DCObject

setTableName

protected void setTableName()
Sets the database table name for this object

Specified by:
setTableName in class DCObject

getIcon

public javax.swing.ImageIcon getIcon()
Returns the icon for this object

Specified by:
getIcon in class DCObject

initializeSettings

protected void initializeSettings()
Initialize all user settings on this data crow object

Specified by:
initializeSettings in class DCObject

toString

public java.lang.String toString()
Create a UI representation for this object