rjw.dc.core.objects.movie
Class Movie
java.lang.Object
|
+--rjw.dc.core.objects.DataCrowObject
|
+--rjw.dc.core.objects.movie.Movie
- public class Movie
- extends DataCrowObject
- Since:
- 1.3
- Version:
- DC0.50
- Author:
- Robert-Jan van der Waals
Constructor Summary |
Movie()
Initializes the Movie object |
Method Summary |
void |
setValues(java.lang.Object[] row)
Applies values to this Movie record. |
Methods inherited from class rjw.dc.core.objects.DataCrowObject |
checkIntegrity, clearValues, delete, getFieldIndices, getFieldName, getFieldNames, getFieldType, getFieldTypes, getHiddenFields, getLabel, getLabels, getMaxFieldLength, getMaxFieldLengths, getModuleName, getRequiredFields, getSilence, getTableName, getUnfilledRequiredFields, getValue, getValues, getVisibleFields, getVisibleValues, isAmazonUpdateAllowed, isHidden, isImdbUpdateAllowed, isRequired, isUnique, load, saveNew, saveUpdate, setAlwaysGenerateID, setSilence, setUIRowNumber, setValidation, setValue, toQueryCondition |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_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_LOCATION
public static final int _U_LOCATION
- See Also:
- Constant Field Values
Movie
public Movie()
- Initializes the Movie object
setValues
public void setValues(java.lang.Object[] row)
- Applies values to this Movie record. The first in the row is the ID
- Specified by:
setValues
in class DataCrowObject
- Parameters:
row
- representation of an database row. First in row is the ID