net.datacrow.core.objects.helpers
Class MusicTrack

java.lang.Object
  extended by net.datacrow.core.objects.DcObject
      extended by net.datacrow.core.objects.DcMediaObject
          extended by net.datacrow.core.objects.helpers.MusicTrack
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DcObject>

public class MusicTrack
extends DcMediaObject

See Also:
Serialized Form

Field Summary
static int _F_TRACKNUMBER
           
static int _G_ARTIST
           
static int _H_GENRES
           
static int _J_PLAYLENGTH
           
static int _K_QUALITY
           
static int _L_ENCODING
           
static int _M_LYRIC
           
static int _O_STATE
           
static int _P_ALBUM
           
 
Fields inherited from class net.datacrow.core.objects.DcMediaObject
_A_TITLE, _B_DESCRIPTION, _C_YEAR, _D_LANGUAGE, _E_RATING, _F_COUNTRY, _U1_USER_LONGTEXT, _U2_USER_SHORTTEXT1, _U3_USER_SHORTTEXT2, _U4_USER_NUMERIC1, _U5_USER_NUMERIC2
 
Fields inherited from class net.datacrow.core.objects.DcObject
_ID, _SYS_AVAILABLE, _SYS_CONTAINER, _SYS_CREATED, _SYS_DISPLAYVALUE, _SYS_EXTERNAL_REFERENCES, _SYS_FILEHASH, _SYS_FILEHASHTYPE, _SYS_FILENAME, _SYS_FILESIZE, _SYS_LENDBY, _SYS_LOANDAYSTILLOVERDUE, _SYS_LOANDUEDATE, _SYS_LOANDURATION, _SYS_MODIFIED, _SYS_MODULE, _SYS_SERVICE, _SYS_SERVICEURL, _VALUE, children
 
Constructor Summary
MusicTrack()
           
 
Method Summary
 java.lang.String getFilename()
          Retrieves the filename value.
 java.lang.String toString()
           
 
Methods inherited from class net.datacrow.core.objects.DcMediaObject
getDefaultSortFieldIdx, getSystemDisplayFieldIdx
 
Methods inherited from class net.datacrow.core.objects.DcObject
addChild, addExternalReference, addRequest, applyEnhancers, applyTemplate, applyTemplate, beforeDelete, beforeSave, checkIntegrity, clearValues, clone, compareTo, copy, copyImage, createIcon, delete, destroy, equals, executeRequests, finalize, flushImages, getChildren, getCurrentChildren, getDatabaseFieldCount, getDatabaseFieldName, getDisplayFieldIdx, getDisplayString, getExternalReference, getField, getFieldIndices, getFields, getFieldType, getFileField, getIcon, getID, getLabel, getMaxFieldLength, getModule, getName, getNormalizedString, getNotSearchableFields, getParentID, getParentReferenceFieldIndex, getRequests, getTableName, getTableShortName, getValue, getValueDef, getValues, hashCode, hasPrimaryKey, initializeImages, initializeReferences, initializeReferences, isChanged, isChanged, isDestroyed, isEnabled, isFilled, isLastInLine, isLoaded, isNew, isRequired, isSearchable, isUnique, isUpdateGUI, load, loadChildren, markAsChanged, markAsUnchanged, merge, release, reload, removeChildren, removeRequests, saveNew, saveUpdate, saveUpdate, setChanged, setChildren, setIDs, setLastInLine, setLoanInformation, setLoanInformation, setNew, setUpdateGUI, setValidate, setValue, setValueForColumn, setValueForName, setValueLowLevel, validateRequiredFields
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_F_TRACKNUMBER

public static final int _F_TRACKNUMBER
See Also:
Constant Field Values

_G_ARTIST

public static final int _G_ARTIST
See Also:
Constant Field Values

_H_GENRES

public static final int _H_GENRES
See Also:
Constant Field Values

_J_PLAYLENGTH

public static final int _J_PLAYLENGTH
See Also:
Constant Field Values

_K_QUALITY

public static final int _K_QUALITY
See Also:
Constant Field Values

_L_ENCODING

public static final int _L_ENCODING
See Also:
Constant Field Values

_M_LYRIC

public static final int _M_LYRIC
See Also:
Constant Field Values

_O_STATE

public static final int _O_STATE
See Also:
Constant Field Values

_P_ALBUM

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

MusicTrack

public MusicTrack()
Method Detail

getFilename

public java.lang.String getFilename()
Description copied from class: DcObject
Retrieves the filename value. This will only generate a result if the object has a file field.

Overrides:
getFilename in class DcObject
Returns:
The file name or null.

toString

public java.lang.String toString()
Overrides:
toString in class DcMediaObject