net.datacrow.core.objects.helpers
Class Image

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

public class Image
extends DcMediaObject

See Also:
Serialized Form

Field Summary
static int _F_WIDTH
           
static int _G_HEIGHT
           
static int _I_IMAGE
           
static int _J_STATE
           
static int _K_CATEGORY
           
static int _L_STORAGEMEDIUM
           
static int _N_DATE
           
static int _O_COMPRESSION
           
static int _P_PLACE
           
static int _Q_CAMERA
           
 
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_LOANDUEDATE, _SYS_LOANDURATION, _SYS_LOANENDDATE, _SYS_LOANSTARTDATE, _SYS_LOANSTATUS, _SYS_LOANSTATUSDAYS, _SYS_MODIFIED, _SYS_MODULE, _SYS_SERVICE, _SYS_SERVICEURL, _VALUE, children
 
Constructor Summary
Image()
           
 
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_WIDTH

public static final int _F_WIDTH
See Also:
Constant Field Values

_G_HEIGHT

public static final int _G_HEIGHT
See Also:
Constant Field Values

_I_IMAGE

public static final int _I_IMAGE
See Also:
Constant Field Values

_J_STATE

public static final int _J_STATE
See Also:
Constant Field Values

_K_CATEGORY

public static final int _K_CATEGORY
See Also:
Constant Field Values

_L_STORAGEMEDIUM

public static final int _L_STORAGEMEDIUM
See Also:
Constant Field Values

_N_DATE

public static final int _N_DATE
See Also:
Constant Field Values

_O_COMPRESSION

public static final int _O_COMPRESSION
See Also:
Constant Field Values

_P_PLACE

public static final int _P_PLACE
See Also:
Constant Field Values

_Q_CAMERA

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

Image

public Image()