|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.Asset
com.adobe.icc.dbforms.obj.DataModule
com.adobe.icc.dbforms.obj.ImageModule
public class ImageModule
POJO representation of an Image module.
Extends basic attributes from Asset, and contains the image content, mime type, file name, etc.
| 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 |
|---|
public static final String IM_CLASS
public static final String ASSOCIATION_CUTPOINT
public static final String HIERARCHY_CUTPOINT
public static final String FIRST_LEVEL_CUTPOINT
| Constructor Detail |
|---|
public ImageModule()
| Method Detail |
|---|
public void setFileName(String fileName)
fileName - The file name of the Image.public String getFileName()
public void setImageBlob(byte[] imageBlob)
imageBlob - The image content (byte array) of the Image.public byte[] getImageBlob()
public MimeType getMimeType()
MimeType of the Image.
MimeType of the Image.public void setMimeType(MimeType mimeType)
MimeType of the Image.
mimeType - The MimeType of the Image.public void setCaption(String caption)
caption - The caption of the Image.public String getCaption()
public void setServerFilePath(String filePath)
public String getServerFilePath()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||