net.sf.dc.core.objects
Class DcMediaObject

java.lang.Object
  extended bynet.sf.dc.core.objects.DcObject
      extended bynet.sf.dc.core.objects.DcMediaObject
Direct Known Subclasses:
AudioCD, AudioTrack, Book, GenericObject, Movie, MusicFile, Software

public abstract class DcMediaObject
extends DcObject


Field Summary
static int _A_TITLE
           
static int _B_DESCRIPTION
           
static int _C_YEAR
           
static int _D_LOCATION
           
static int _E_RATING
           
static int _U1_USER_LONGTEXT
           
static int _U2_USER_SHORTTEXT1
           
static int _U3_USER_SHORTTEXT2
           
static int _U4_USER_NUMERIC1
           
static int _U5_USER_NUMERIC2
           
 
Fields inherited from class net.sf.dc.core.objects.DcObject
_ID, _SYS_MODULE, alChildren, alwaysGenerateID, bValidation, module, uiRowNumber, values
 
Constructor Summary
DcMediaObject()
           
 
Methods inherited from class net.sf.dc.core.objects.DcObject
addChild, addChildren, addRequest, applySettings, checkIntegrity, clearValues, delete, finalize, getChangedFields, getChildren, getDatabaseFieldName, getDisabledFields, getDisplayString, getField, getFieldIndices, getFields, getFieldType, getFilename, getHiddenFields, getIcon, getID, getLabel, getMaxFieldLength, getModule, getNotSearchableFields, getParentReferenceFieldIndex, getRequests, getRow, getSilence, getTableJoin, getTableName, getTableShortName, getValue, getValueDef, getVisibleFields, isBatch, isChanged, isChanged, isEnabled, isEndOfBatch, isRequired, isSearchable, isUnique, load, markAsUnchanged, reload, removeChildren, removeRequestors, saveNew, saveUpdate, setBatch, setChanged, setChildren, setEndOfBatch, setIDs, setModuleIndex, setRow, setSilence, setValidation, setValue, setValueForColumn
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_A_TITLE

public static final int _A_TITLE
See Also:
Constant Field Values

_B_DESCRIPTION

public static final int _B_DESCRIPTION
See Also:
Constant Field Values

_C_YEAR

public static final int _C_YEAR
See Also:
Constant Field Values

_D_LOCATION

public static final int _D_LOCATION
See Also:
Constant Field Values

_E_RATING

public static final int _E_RATING
See Also:
Constant Field Values

_U1_USER_LONGTEXT

public static final int _U1_USER_LONGTEXT
See Also:
Constant Field Values

_U2_USER_SHORTTEXT1

public static final int _U2_USER_SHORTTEXT1
See Also:
Constant Field Values

_U3_USER_SHORTTEXT2

public static final int _U3_USER_SHORTTEXT2
See Also:
Constant Field Values

_U4_USER_NUMERIC1

public static final int _U4_USER_NUMERIC1
See Also:
Constant Field Values

_U5_USER_NUMERIC2

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

DcMediaObject

public DcMediaObject()