net.datacrow.core.objects.helpers
Class AudioCD

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

public class AudioCD
extends DcMediaObject

See Also:
Serialized Form

Field Summary
static int _F_ARTISTS
           
static int _G_GENRES
           
static int _H_PICTUREFRONT
           
static int _I_PICTUREBACK
           
static int _J_PICTURECD
           
static int _L_STATE
           
static int _M_WEBPAGE
           
static int _N_EAN
           
 
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
AudioCD()
           
 
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_ARTISTS

public static final int _F_ARTISTS
See Also:
Constant Field Values

_G_GENRES

public static final int _G_GENRES
See Also:
Constant Field Values

_H_PICTUREFRONT

public static final int _H_PICTUREFRONT
See Also:
Constant Field Values

_I_PICTUREBACK

public static final int _I_PICTUREBACK
See Also:
Constant Field Values

_J_PICTURECD

public static final int _J_PICTURECD
See Also:
Constant Field Values

_L_STATE

public static final int _L_STATE
See Also:
Constant Field Values

_M_WEBPAGE

public static final int _M_WEBPAGE
See Also:
Constant Field Values

_N_EAN

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

AudioCD

public AudioCD()