com.adobe.icc.dbforms.obj
Class ImageModule

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.Asset
      extended by com.adobe.icc.dbforms.obj.DataModule
          extended by com.adobe.icc.dbforms.obj.ImageModule
All Implemented Interfaces:
Serializable

public class ImageModule
extends DataModule

POJO representation of an Image module.
Extends basic attributes from Asset, and contains the image content, mime type, file name, etc.

See Also:
Serialized Form

Field Summary
static String ASSOCIATION_CUTPOINT
           
static String FIRST_LEVEL_CUTPOINT
           
static String HIERARCHY_CUTPOINT
           
static String IM_CLASS
           
 
Fields inherited from class com.adobe.icc.dbforms.obj.DataModule
DM_CLASS
 
Fields inherited from class com.adobe.icc.dbforms.obj.Asset
ASSET_CLASS
 
Constructor Summary
ImageModule()
           
 
Method Summary
 String getCaption()
          Get the caption of the Image.
 String getFileName()
          Get the file name of the Image.
 byte[] getImageBlob()
          Get the image content (byte array) of the Image.
 MimeType getMimeType()
          Get the MimeType of the Image.
 String getServerFilePath()
          For internal use.
 void setCaption(String caption)
          Sets the caption of the Image.
 void setFileName(String fileName)
          Sets the file name of the Image.
 void setImageBlob(byte[] imageBlob)
          Sets the image content (byte array) of the Image.
 void setMimeType(MimeType mimeType)
          Sets the MimeType of the Image.
 void setServerFilePath(String filePath)
          For internal use.
 
Methods inherited from class com.adobe.icc.dbforms.obj.DataModule
addVariable, getDataDictionaryRef, getDataDictionaryRefs, getVariableList, removeVariable, setDataDictionaryRef, setDataDictionaryRefs, setVariableList
 
Methods inherited from class com.adobe.icc.dbforms.obj.Asset
getActiveEndDate, getActiveStartDate, getComment, getDesc, getExtendedProperties, getId, getLastChangeBy, getLastPublishDate, getLastUpdateDate, getLcat, getName, getState, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setDesc, setExtendedProperties, setId, setLastChangeBy, setLastPublishDate, setLastUpdateDate, setLcat, setName, setState, setUcat, setUpdatedBy, setVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IM_CLASS

public static final String IM_CLASS

ASSOCIATION_CUTPOINT

public static final String ASSOCIATION_CUTPOINT

HIERARCHY_CUTPOINT

public static final String HIERARCHY_CUTPOINT

FIRST_LEVEL_CUTPOINT

public static final String FIRST_LEVEL_CUTPOINT
Constructor Detail

ImageModule

public ImageModule()
Method Detail

setFileName

public void setFileName(String fileName)
Sets the file name of the Image.

Parameters:
fileName - The file name of the Image.

getFileName

public String getFileName()
Get the file name of the Image.

Returns:
The file name of the Image.

setImageBlob

public void setImageBlob(byte[] imageBlob)
Sets the image content (byte array) of the Image.

Parameters:
imageBlob - The image content (byte array) of the Image.

getImageBlob

public byte[] getImageBlob()
Get the image content (byte array) of the Image.

Returns:
The image content (byte array) of the Image.

getMimeType

public MimeType getMimeType()
Get the MimeType of the Image.

Returns:
The MimeType of the Image.

setMimeType

public void setMimeType(MimeType mimeType)
Sets the MimeType of the Image.

Parameters:
mimeType - The MimeType of the Image.

setCaption

public void setCaption(String caption)
Sets the caption of the Image.

Parameters:
caption - The caption of the Image.

getCaption

public String getCaption()
Get the caption of the Image.

Returns:
The caption of the Image.

setServerFilePath

public void setServerFilePath(String filePath)
For internal use.


getServerFilePath

public String getServerFilePath()
For internal use.



[an error occurred while processing this directive] [an error occurred while processing this directive]