rjw.dc.core.objects.mp3
Class Mp3

java.lang.Object
  |
  +--rjw.dc.core.objects.DataCrowObject
        |
        +--rjw.dc.core.objects.mp3.Mp3

public class Mp3
extends DataCrowObject

Representation of an MP3 file. Allows saving, updating and querying of MP3 records

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

Field Summary
static int _A_FILENAME
          MP3 filename
static int _B_TITLE
          Song title
static int _C_ARTIST
          Artist name
static int _D_ALBUM
          Album name
static int _E_YEAR
          Year of creation
static int _F_GENRE
          Genre name
static int _G_LENGTH
          Play length
static int _H_QUALITY
          Sound quality
static int _I_LOCATION
          Location name (for grouping data)
 
Fields inherited from class rjw.dc.core.objects.DataCrowObject
_ID
 
Constructor Summary
Mp3()
          Initializes the MP3 object
 
Method Summary
 void setValues(java.lang.Object[] row)
          Applies values to this MP3 record.
 
Methods inherited from class rjw.dc.core.objects.DataCrowObject
checkIntegrity, clearValues, delete, getFieldIndices, getFieldName, getFieldNames, getFieldType, getFieldTypes, getHiddenFields, getLabel, getLabels, getMaxFieldLength, getMaxFieldLengths, getModuleName, getRequiredFields, getSilence, getTableName, getUnfilledRequiredFields, getValue, getValues, getVisibleFields, getVisibleValues, isAmazonUpdateAllowed, isHidden, isImdbUpdateAllowed, isRequired, isUnique, load, saveNew, saveUpdate, setAlwaysGenerateID, setSilence, setUIRowNumber, setValidation, setValue, toQueryCondition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_A_FILENAME

public static final int _A_FILENAME
MP3 filename

See Also:
Constant Field Values

_B_TITLE

public static final int _B_TITLE
Song title

See Also:
Constant Field Values

_C_ARTIST

public static final int _C_ARTIST
Artist name

See Also:
Constant Field Values

_D_ALBUM

public static final int _D_ALBUM
Album name

See Also:
Constant Field Values

_E_YEAR

public static final int _E_YEAR
Year of creation

See Also:
Constant Field Values

_F_GENRE

public static final int _F_GENRE
Genre name

See Also:
Constant Field Values

_G_LENGTH

public static final int _G_LENGTH
Play length

See Also:
Constant Field Values

_H_QUALITY

public static final int _H_QUALITY
Sound quality

See Also:
Constant Field Values

_I_LOCATION

public static final int _I_LOCATION
Location name (for grouping data)

See Also:
Constant Field Values
Constructor Detail

Mp3

public Mp3()
Initializes the MP3 object

Method Detail

setValues

public void setValues(java.lang.Object[] row)
Applies values to this MP3 record. The first in the row is the ID

Specified by:
setValues in class DataCrowObject
Parameters:
row - representation of an database row. First in row is the ID