public class FMForm extends Object implements Serializable
DataModule
.LDMAssignment
,
Serialized FormConstructor and Description |
---|
FMForm()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDisplayField()
Get the Display Name of an asset if title is null then name will be displayed.
|
String |
getId()
Get the unique identifier for the Asset.
|
Date |
getLastPublishDate() |
String |
getLastReplicationAction() |
Date |
getLastUpdateDate() |
String |
getName() |
int |
getState() |
String[] |
getTags() |
String |
getTitle() |
byte[] |
getXdpBytes()
Get the image content (byte array) of the Image.
|
void |
setDescription(String description) |
void |
setId(String id)
Sets the unique identifier for the Asset.
|
void |
setLastPublishDate(Date lastPublishDate) |
void |
setLastReplicationAction(String lastReplicationAction) |
void |
setLastUpdateDate(Date lastModified) |
void |
setName(String name) |
void |
setTags(String[] tags) |
void |
setTitle(String title) |
void |
setXdpBytes(byte[] xdpBytes)
Sets the image content (byte array) of the Image.
|
protected String id
public void setId(String id)
id
- The unique identifier for the Asset.public String getId()
public String getName()
public void setName(String name)
name
- the name to setpublic String getTitle()
public void setTitle(String title)
title
- the title to setpublic Date getLastUpdateDate()
public void setLastUpdateDate(Date lastModified)
lastModified
- the lastModified to setpublic void setXdpBytes(byte[] xdpBytes)
xdpBytes
- The image content (byte array) of the Image.public byte[] getXdpBytes()
public String getDescription()
public void setDescription(String description)
public String[] getTags()
public void setTags(String[] tags)
tags
- the tags to setpublic Date getLastPublishDate()
public void setLastPublishDate(Date lastPublishDate)
lastPublishDate
- the lastPubloshDate to setpublic String getLastReplicationAction()
public void setLastReplicationAction(String lastReplicationAction)
lastReplicationAction
- the lastReplicationAction to setpublic int getState()
public String getDisplayField()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.