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.50
Author:
Robert-Jan van der Waals

Field Summary
static int _A_TITLE
           
static int _B_DESCRIPTION
           
static int _C_WEBPAGE
           
static int _D_GENRE
           
static int _E_ACTORS
           
static int _F_DIRECTOR
           
static int _G_COUNTRY
           
static int _H_YEAR
           
static int _I_PLAYLENGTH
           
static int _J_FILENAME
           
static int _K_VIDEOCODEC
           
static int _L_AUDIOCODEC
           
static int _M_WIDTH
           
static int _N_HEIGHT
           
static int _O_FPS
           
static int _P_FRAMES
           
static int _Q_AUDIOBITRATE
           
static int _R_AUDIOSAMPLINGRATE
           
static int _S_AUDIOCHANNEL
           
static int _T_VIDEOBITRATE
           
static int _U_PICTUREFRONT
           
static int _V_PICTUREBACK
           
static int _W_PICTURECD
           
static int _X_LOCATION
           
 
Fields inherited from class net.sf.dc.core.objects.DCObject
_ID, alwaysGenerateID, bValidation, module, sSelectTableDef, sTableName, uiRowNumber, values, vChildren, wf
 
Constructor Summary
Movie()
           
 
Method Summary
 javax.swing.ImageIcon getIcon()
          Returns the icon for this object
protected  void initializeSettings()
          Initialize all user settings on this data crow object
protected  void setModuleIndex()
          Sets the module index / sets the ownership of this data crow object
protected  void setSelectTableDef()
           
protected  void setTableName()
          Sets the database table name for this object
 java.lang.String toString()
          Create a UI representation for this object
 
Methods inherited from class net.sf.dc.core.objects.DCObject
addChild, addRequestor, checkIntegrity, clearValues, delete, getChangedFieldNames, getChangedFieldValues, getChildren, getCreateStatements, getDatabaseFieldName, getDatabaseFieldNames, getDisplayString, getField, getFieldIndices, getFields, getFieldType, getFieldTypes, getHiddenFields, getID, getLabel, getLabels, getMaxFieldLength, getMaxFieldLengths, getModule, getNotSearchableFields, getParentReferenceFieldIndex, getReadOnlyFields, getRequestors, getRequiredFields, getSelectTableDef, getSilence, getTableName, getUIRowID, getUnfilledRequiredFields, getValue, getValues, getVisibleFields, getVisibleValues, isBatch, isChanged, isChanged, isEndOfBatch, isHidden, isRequired, isSearchable, isUnique, load, removeChildren, removeRequestors, saveNew, saveUpdate, setAlwaysGenerateID, setBatch, setChanged, setEndOfBatch, setSilence, setUIRowNumber, 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_DESCRIPTION

public static final int _B_DESCRIPTION
See Also:
Constant Field Values

_C_WEBPAGE

public static final int _C_WEBPAGE
See Also:
Constant Field Values

_D_GENRE

public static final int _D_GENRE
See Also:
Constant Field Values

_E_ACTORS

public static final int _E_ACTORS
See Also:
Constant Field Values

_F_DIRECTOR

public static final int _F_DIRECTOR
See Also:
Constant Field Values

_G_COUNTRY

public static final int _G_COUNTRY
See Also:
Constant Field Values

_H_YEAR

public static final int _H_YEAR
See Also:
Constant Field Values

_I_PLAYLENGTH

public static final int _I_PLAYLENGTH
See Also:
Constant Field Values

_J_FILENAME

public static final int _J_FILENAME
See Also:
Constant Field Values

_K_VIDEOCODEC

public static final int _K_VIDEOCODEC
See Also:
Constant Field Values

_L_AUDIOCODEC

public static final int _L_AUDIOCODEC
See Also:
Constant Field Values

_M_WIDTH

public static final int _M_WIDTH
See Also:
Constant Field Values

_N_HEIGHT

public static final int _N_HEIGHT
See Also:
Constant Field Values

_O_FPS

public static final int _O_FPS
See Also:
Constant Field Values

_P_FRAMES

public static final int _P_FRAMES
See Also:
Constant Field Values

_Q_AUDIOBITRATE

public static final int _Q_AUDIOBITRATE
See Also:
Constant Field Values

_R_AUDIOSAMPLINGRATE

public static final int _R_AUDIOSAMPLINGRATE
See Also:
Constant Field Values

_S_AUDIOCHANNEL

public static final int _S_AUDIOCHANNEL
See Also:
Constant Field Values

_T_VIDEOBITRATE

public static final int _T_VIDEOBITRATE
See Also:
Constant Field Values

_U_PICTUREFRONT

public static final int _U_PICTUREFRONT
See Also:
Constant Field Values

_V_PICTUREBACK

public static final int _V_PICTUREBACK
See Also:
Constant Field Values

_W_PICTURECD

public static final int _W_PICTURECD
See Also:
Constant Field Values

_X_LOCATION

public static final int _X_LOCATION
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

setTableName

protected void setTableName()
Sets the database table name for this object

Specified by:
setTableName in class DCObject

setSelectTableDef

protected void setSelectTableDef()
Specified by:
setSelectTableDef in class DCObject

getIcon

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

Specified by:
getIcon in class DCObject

initializeSettings

protected void initializeSettings()
Initialize all user settings on this data crow object

Specified by:
initializeSettings in class DCObject

toString

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