public class DAMImage extends DataModule
DataModule
.LDMAssignment
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected String |
id |
ASSOCIATION_CUTPOINT, DM_CLASS, FIRST_LEVEL_CUTPOINT, HIERARCHY_CUTPOINT
activeEndDate, activeStartDate, comment, crxVersion, extendedProperties, folderId, lastPublishedBy, lastVersionDate, lcat, 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, setVariableList
getActiveEndDate, getActiveStartDate, getComment, getCrxVersion, getDisplayField, getExtendedProperties, getFolderId, getLastPublishedBy, getLastVersionDate, getLcat, getLocalizationPrefix, getLocalizationResourceInfoList, getUcat, getUpdatedBy, getVersion, setActiveEndDate, setActiveStartDate, setComment, setCrxVersion, setExtendedProperties, setFolderId, setLastPublishedBy, setLastVersionDate, setLcat, setLocalizationPrefix, setLocalizationResourceInfoList, setTitle, setUcat, setUpdatedBy, setVersion
protected String id
public void setId(String id)
public String getId()
public String getName()
Asset
getName
in interface ILocalizationResourceContainer
getName
in class Asset
public void setName(String name)
Asset
public 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()
Asset
getLastUpdateDate
in class Asset
public void setLastUpdateDate(Date lastModified)
Asset
setLastUpdateDate
in class Asset
lastModified
- the lastModified to setpublic void setImageBlob(byte[] imageBlob)
imageBlob
- The image content (byte array) of the Image.public byte[] getImageBlob()
public int getState()
Asset
public void setState(int state)
Asset
public Date getLastPublishDate()
Asset
getLastPublishDate
in class Asset
public void setLastPublishDate(Date lastPublishDate)
Asset
setLastPublishDate
in class Asset
lastPublishDate
- the lastPublishDate to set.public String getLastReplicationAction()
getLastReplicationAction
in class Asset
public void setLastReplicationAction(String lastReplicationAction)
setLastReplicationAction
in class Asset
public 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()
Asset
public void setDesc(String desc)
Asset
public String getLastChangeBy()
Asset
getLastChangeBy
in class Asset
public void setLastChangeBy(String lastChangeBy)
Asset
setLastChangeBy
in class Asset
lastChangeBy
- The user who last changed the Asset.Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.