net.datacrow.core.objects.helpers
Class AudioTrack

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

public class AudioTrack
extends DcMediaObject

See Also:
Serialized Form

Field Summary
static int _F_TRACKNUMBER
           
static int _G_LYRICS
           
static int _H_PLAYLENGTH
           
static int _I_ALBUM
           
static int _J_GENRES
           
static int _K_ARTIST
           
 
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
AudioTrack()
           
 
Method Summary
 
Methods inherited from class net.datacrow.core.objects.DcMediaObject
getDefaultSortFieldIdx, getSystemDisplayFieldIdx, toString
 
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, getFilename, 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, 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_LYRICS

public static final int _G_LYRICS
See Also:
Constant Field Values

_H_PLAYLENGTH

public static final int _H_PLAYLENGTH
See Also:
Constant Field Values

_I_ALBUM

public static final int _I_ALBUM
See Also:
Constant Field Values

_J_GENRES

public static final int _J_GENRES
See Also:
Constant Field Values

_K_ARTIST

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

AudioTrack

public AudioTrack()