com.adobe.icc.dbforms.obj
Class ContentDataModule

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.ContentDataModule
All Implemented Interfaces:
ILocalizable, ILocalizationResourceContainer, java.io.Serializable

public class ContentDataModule
extends DataModule

See Also:
Serialized Form

Nested Class Summary
static class ContentDataModule.ContentType
           
 
Field Summary
static java.lang.String ASSOCIATION_CUTPOINT
          For internal use.
static java.lang.String CDM_CLASS
          For internal use.
static java.lang.String FIRST_LEVEL_CUTPOINT
          For internal use.
static java.lang.String HIERARCHY_CUTPOINT
          For internal use.
 
Fields inherited from class com.adobe.icc.dbforms.obj.DataModule
DM_CLASS
 
Fields inherited from class com.adobe.icc.dbforms.obj.Asset
ASSET_CLASS, FIRST_LEVEL_WITH_CAT_NAMES_CUTPOINT
 
Constructor Summary
ContentDataModule()
           
 
Method Summary
 java.lang.String getCaption()
          Get the caption of the Content.
 byte[] getContentBlob()
           
 ContentDataModule.ContentType getContentType()
           
 java.lang.String getFileName()
           
 MimeType getMimeType()
           
 java.lang.String getServerFilePath()
           
 void setCaption(java.lang.String caption)
          Sets the caption of the Content.
 void setContentBlob(byte[] contentBlob)
           
 void setContentType(ContentDataModule.ContentType contentType)
           
 void setFileName(java.lang.String fileName)
           
 void setMimeType(MimeType mimeType)
           
 void setServerFilePath(java.lang.String serverFilePath)
           
 
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, getCrxVersion, getDesc, getExtendedProperties, getId, getLastChangeBy, getLastPublishDate, getLastUpdateDate, getLcat, getLocalizationPrefix, getLocalizationResourceInfoList, getName, getState, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setCrxVersion, setDesc, setExtendedProperties, setId, setLastChangeBy, setLastPublishDate, setLastUpdateDate, setLcat, setLocalizationPrefix, setLocalizationResourceInfoList, setName, setState, setUcat, setUpdatedBy, setVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CDM_CLASS

public static final java.lang.String CDM_CLASS
For internal use.


ASSOCIATION_CUTPOINT

public static final java.lang.String ASSOCIATION_CUTPOINT
For internal use.


HIERARCHY_CUTPOINT

public static final java.lang.String HIERARCHY_CUTPOINT
For internal use.


FIRST_LEVEL_CUTPOINT

public static final java.lang.String FIRST_LEVEL_CUTPOINT
For internal use.

Constructor Detail

ContentDataModule

public ContentDataModule()
Method Detail

getContentType

public ContentDataModule.ContentType getContentType()

setContentType

public void setContentType(ContentDataModule.ContentType contentType)

getFileName

public java.lang.String getFileName()

setFileName

public void setFileName(java.lang.String fileName)

getMimeType

public MimeType getMimeType()

setMimeType

public void setMimeType(MimeType mimeType)

setCaption

public void setCaption(java.lang.String caption)
Sets the caption of the Content.

Parameters:
caption - The caption of the Content.

getCaption

public java.lang.String getCaption()
Get the caption of the Content.

Returns:
The caption of the Content.

getServerFilePath

public java.lang.String getServerFilePath()

setServerFilePath

public void setServerFilePath(java.lang.String serverFilePath)

getContentBlob

public byte[] getContentBlob()

setContentBlob

public void setContentBlob(byte[] contentBlob)


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