public class DAMImage extends DataModule
DataModule.LDMAssignment,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
ASSOCIATION_CUTPOINT, DM_CLASS, FIRST_LEVEL_CUTPOINT, HIERARCHY_CUTPOINTactiveEndDate, activeStartDate, ASSET_CLASS, comment, crxVersion, extendedProperties, FIRST_LEVEL_WITH_CAT_NAMES_CUTPOINT, folderId, lastPublishedBy, lastVersionDate, lcat, PROPERTY_NAME_DESCRIPTION, PROPERTY_NAME_TITLE, PROPERTY_NAME_VERSION, READY_TO_PUBLISH_CUTPOINT, state, title, transientProperties, ucat, updatedBy, version| Constructor and Description |
|---|
DAMImage()
Default Constructor
|
DAMImage(String fileFormat,
String mimeType,
long size,
Date lastModified) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDcFormat() |
String[] |
getDcTitle() |
String |
getDesc()
Get the description for the Asset.
|
String |
getFileFormat() |
long |
getHeight() |
String |
getId()
Get the unique identifier for the Asset.
|
byte[] |
getImageBlob()
Get the image content (byte array) of the Image.
|
String |
getLastChangeBy()
Get the user who last changed the Asset.
|
Date |
getLastPublishDate()
Get the last publish date of this Asset.
|
String |
getLastReplicationAction() |
Date |
getLastUpdateDate()
Get the last update date of this Asset.
|
String |
getMimeType() |
String |
getName()
Get the name for the Asset.
|
long |
getSize() |
int |
getState()
Get the state for the Asset.
|
String[] |
getTags() |
String |
getTitle()
Get the title for the Asset.
|
long |
getWidth() |
int |
hashCode() |
void |
setDcFormat(String dcFormat) |
void |
setDcTitle(String[] dcTitle) |
void |
setDesc(String desc)
Sets the description for the Asset.
|
void |
setFileFormat(String fileFormat) |
void |
setHeight(long height) |
void |
setId(String id)
Sets the unique identifier for the Asset.
|
void |
setImageBlob(byte[] imageBlob)
Sets the image content (byte array) of the Image.
|
void |
setLastChangeBy(String lastChangeBy)
Sets the user who last changed the Asset.
|
void |
setLastPublishDate(Date lastPublishDate)
Sets the last publish date of this Asset.
|
void |
setLastReplicationAction(String lastReplicationAction) |
void |
setLastUpdateDate(Date lastModified)
Sets the last update date of this Asset.
|
void |
setMimeType(String mimeType) |
void |
setName(String name)
Sets the name for the Asset.
|
void |
setSize(long size) |
void |
setState(int state)
Sets the state for the Asset.
|
void |
setTags(String[] tags) |
void |
setWidth(long width) |
addVariable, getDataDictionaryRef, getDataDictionaryRefs, getSchemaRef, getSchemaRefType, getVariableList, removeVariable, setDataDictionaryRef, setDataDictionaryRefs, setSchemaRef, setVariableListgetActiveEndDate, getActiveStartDate, getComment, getCrxVersion, getDisplayField, getExtendedProperties, getFolderId, getLastPublishedBy, getLastVersionDate, getLcat, getLocalizationPrefix, getLocalizationResourceInfoList, getTransientProperties, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setCrxVersion, setExtendedProperties, setFolderId, setLastPublishedBy, setLastVersionDate, setLcat, setLocalizationPrefix, setLocalizationResourceInfoList, setTitle, setTransientProperties, setUcat, setUpdatedBy, setVersionprotected String id
public void setId(String id)
public String getId()
public String getName()
AssetgetName in interface ILocalizationResourceContainergetName in class Assetpublic void setName(String name)
Assetpublic String getFileFormat()
public void setFileFormat(String fileFormat)
fileFormat - the fileFormat to setpublic String getMimeType()
public void setMimeType(String mimeType)
mimeType - the mimeType to setpublic long getSize()
public void setSize(long size)
size - the size to setpublic long getWidth()
public void setWidth(long width)
width - the width to setpublic long getHeight()
public void setHeight(long height)
height - the height to setpublic Date getLastUpdateDate()
AssetgetLastUpdateDate in class Assetpublic void setLastUpdateDate(Date lastModified)
AssetsetLastUpdateDate in class AssetlastModified - the lastModified to setpublic void setImageBlob(byte[] imageBlob)
imageBlob - The image content (byte array) of the Image.public byte[] getImageBlob()
public int getState()
Assetpublic void setState(int state)
Assetpublic Date getLastPublishDate()
AssetgetLastPublishDate in class Assetpublic void setLastPublishDate(Date lastPublishDate)
AssetsetLastPublishDate in class AssetlastPublishDate - the lastPublishDate to set.public String getLastReplicationAction()
getLastReplicationAction in class Assetpublic void setLastReplicationAction(String lastReplicationAction)
setLastReplicationAction in class Assetpublic void setDcTitle(String[] dcTitle)
dcTitle - the dcTitle to setpublic String[] getDcTitle()
public void setDcFormat(String dcFormat)
dcFormat - the dcFormat to setpublic String getDcFormat()
public String getDesc()
Assetpublic void setDesc(String desc)
Assetpublic String getLastChangeBy()
AssetgetLastChangeBy in class Assetpublic void setLastChangeBy(String lastChangeBy)
AssetsetLastChangeBy in class AssetlastChangeBy - The user who last changed the Asset.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.