net.sf.dc.core.objects.movie
Class Movie

java.lang.Object
  extended bynet.sf.dc.core.objects.DcObject
      extended bynet.sf.dc.core.objects.movie.Movie

public class Movie
extends DcObject

Movie object

Since:
1.3
Version:
0.5
Author:
Robert Jan van der Waals

Field Summary
static int _0_SUBTITLELANGUAGE
           
static int _1_CERTIFICATION
           
static int _2_FILESIZE
           
static int _3_LOCATION
           
static int _4_RATING
           
static int _5_USER_LONGTEXT
           
static int _6_USER_SHORTTEXT1
           
static int _7_USER_SHORTTEXT2
           
static int _8_USER_NUMERIC1
           
static int _9_USER_NUMERIC2
           
static int _A_TITLE
           
static int _B_TITLE_LOCAL
           
static int _C_DESCRIPTION
           
static int _D_WEBPAGE
           
static int _E_GENRE
           
static int _F_ACTORS
           
static int _G_DIRECTOR
           
static int _H_COUNTRY
           
static int _I_YEAR
           
static int _J_PLAYLENGTH
           
static int _K_FILENAME
           
static int _L_VIDEOCODEC
           
static int _M_AUDIOCODEC
           
static int _N_WIDTH
           
static int _O_HEIGHT
           
static int _P_FPS
           
static int _Q_FRAMES
           
static int _R_AUDIOBITRATE
           
static int _S_AUDIOSAMPLINGRATE
           
static int _T_AUDIOCHANNEL
           
static int _U_VIDEOBITRATE
           
static int _V_PICTUREFRONT
           
static int _W_PICTUREBACK
           
static int _X_PICTURECD
           
static int _Y_LANGUAGE
           
static int _Z_AUDIOLANGUAGE
           
 
Fields inherited from class net.sf.dc.core.objects.DcObject
_ID, alChildren, alValues, alwaysGenerateID, bValidation, module, uiRowNumber, wf
 
Constructor Summary
Movie()
           
 
Method Summary
 java.lang.String getFilename()
          Returns the filename
 javax.swing.ImageIcon getIcon()
          Returns the icon for this object
protected  void setModuleIndex()
          Sets the module index / sets the ownership of this data crow object
 java.lang.String toString()
          Create a UI representation for this object
 
Methods inherited from class net.sf.dc.core.objects.DcObject
addChild, addChildren, addRequest, applySettings, checkIntegrity, clearValues, delete, getChangedFields, getChangedValues, getChildren, getCreateStatements, getDatabaseFieldName, getDatabaseFieldNames, getDisabledFields, getDisplayString, getField, getFieldIndices, getFields, getFieldType, getFieldTypes, getHiddenFields, getID, getLabel, getLabels, getMaxFieldLength, getMaxFieldLengths, getModule, getNotSearchableFields, getParentReferenceFieldIndex, getReadOnlyFields, getRequests, getRequiredFields, getRow, getSilence, getTableJoin, getTableName, getTableShortName, getUnfilledRequiredFields, getValue, getValues, getVisibleFields, getVisibleValues, isBatch, isChanged, isChanged, isEnabled, isEndOfBatch, isRequired, isSearchable, isUnique, load, removeChildren, removeRequestors, saveNew, saveUpdate, setAlwaysGenerateID, setBatch, setChanged, setChildren, setEndOfBatch, setIDs, setRow, setSilence, setValidation, setValue, setValues, toQueryCondition, undoChanges
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_A_TITLE

public static final int _A_TITLE
See Also:
Constant Field Values

_B_TITLE_LOCAL

public static final int _B_TITLE_LOCAL
See Also:
Constant Field Values

_C_DESCRIPTION

public static final int _C_DESCRIPTION
See Also:
Constant Field Values

_D_WEBPAGE

public static final int _D_WEBPAGE
See Also:
Constant Field Values

_E_GENRE

public static final int _E_GENRE
See Also:
Constant Field Values

_F_ACTORS

public static final int _F_ACTORS
See Also:
Constant Field Values

_G_DIRECTOR

public static final int _G_DIRECTOR
See Also:
Constant Field Values

_H_COUNTRY

public static final int _H_COUNTRY
See Also:
Constant Field Values

_I_YEAR

public static final int _I_YEAR
See Also:
Constant Field Values

_J_PLAYLENGTH

public static final int _J_PLAYLENGTH
See Also:
Constant Field Values

_K_FILENAME

public static final int _K_FILENAME
See Also:
Constant Field Values

_L_VIDEOCODEC

public static final int _L_VIDEOCODEC
See Also:
Constant Field Values

_M_AUDIOCODEC

public static final int _M_AUDIOCODEC
See Also:
Constant Field Values

_N_WIDTH

public static final int _N_WIDTH
See Also:
Constant Field Values

_O_HEIGHT

public static final int _O_HEIGHT
See Also:
Constant Field Values

_P_FPS

public static final int _P_FPS
See Also:
Constant Field Values

_Q_FRAMES

public static final int _Q_FRAMES
See Also:
Constant Field Values

_R_AUDIOBITRATE

public static final int _R_AUDIOBITRATE
See Also:
Constant Field Values

_S_AUDIOSAMPLINGRATE

public static final int _S_AUDIOSAMPLINGRATE
See Also:
Constant Field Values

_T_AUDIOCHANNEL

public static final int _T_AUDIOCHANNEL
See Also:
Constant Field Values

_U_VIDEOBITRATE

public static final int _U_VIDEOBITRATE
See Also:
Constant Field Values

_V_PICTUREFRONT

public static final int _V_PICTUREFRONT
See Also:
Constant Field Values

_W_PICTUREBACK

public static final int _W_PICTUREBACK
See Also:
Constant Field Values

_X_PICTURECD

public static final int _X_PICTURECD
See Also:
Constant Field Values

_Y_LANGUAGE

public static final int _Y_LANGUAGE
See Also:
Constant Field Values

_Z_AUDIOLANGUAGE

public static final int _Z_AUDIOLANGUAGE
See Also:
Constant Field Values

_0_SUBTITLELANGUAGE

public static final int _0_SUBTITLELANGUAGE
See Also:
Constant Field Values

_1_CERTIFICATION

public static final int _1_CERTIFICATION
See Also:
Constant Field Values

_2_FILESIZE

public static final int _2_FILESIZE
See Also:
Constant Field Values

_3_LOCATION

public static final int _3_LOCATION
See Also:
Constant Field Values

_4_RATING

public static final int _4_RATING
See Also:
Constant Field Values

_5_USER_LONGTEXT

public static final int _5_USER_LONGTEXT
See Also:
Constant Field Values

_6_USER_SHORTTEXT1

public static final int _6_USER_SHORTTEXT1
See Also:
Constant Field Values

_7_USER_SHORTTEXT2

public static final int _7_USER_SHORTTEXT2
See Also:
Constant Field Values

_8_USER_NUMERIC1

public static final int _8_USER_NUMERIC1
See Also:
Constant Field Values

_9_USER_NUMERIC2

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

Movie

public Movie()
Method Detail

setModuleIndex

protected void setModuleIndex()
Sets the module index / sets the ownership of this data crow object

Specified by:
setModuleIndex in class DcObject

getIcon

public javax.swing.ImageIcon getIcon()
Returns the icon for this object

Specified by:
getIcon in class DcObject

getFilename

public java.lang.String getFilename()
Description copied from class: DcObject
Returns the filename

Specified by:
getFilename in class DcObject

toString

public java.lang.String toString()
Create a UI representation for this object