|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.solutions.sne.selection.common.DisplayableAsset
public class DisplayableAsset
| Constructor Summary | |
|---|---|
DisplayableAsset()
|
|
| Method Summary | |
|---|---|
String |
getComment()
Comment |
String |
getDescription()
Description |
Map |
getExtendedProperties()
This contains a map of attributes which are not defined directly in displayable asset. |
String |
getId()
id |
String |
getImageUrl()
Image id |
String |
getName()
name |
void |
setComment(String comment)
|
void |
setDescription(String desc)
|
void |
setExtendedProperties(Map extendedProperties)
|
void |
setId(String id)
|
void |
setImageUrl(String imageID)
|
void |
setName(String name)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DisplayableAsset()
| Method Detail |
|---|
public String getId()
IDisplayableAsset
getId in interface IDisplayableAssetpublic void setId(String id)
setId in interface IDisplayableAssetpublic String getName()
IDisplayableAsset
getName in interface IDisplayableAssetpublic void setName(String name)
setName in interface IDisplayableAssetpublic String getDescription()
IDisplayableAsset
getDescription in interface IDisplayableAssetpublic void setDescription(String desc)
setDescription in interface IDisplayableAssetpublic String getImageUrl()
IDisplayableAsset
getImageUrl in interface IDisplayableAssetpublic void setImageUrl(String imageID)
setImageUrl in interface IDisplayableAssetpublic String getComment()
IDisplayableAsset
getComment in interface IDisplayableAssetpublic void setComment(String comment)
setComment in interface IDisplayableAssetpublic Map getExtendedProperties()
IDisplayableAsset
getExtendedProperties in interface IDisplayableAssetpublic void setExtendedProperties(Map extendedProperties)
setExtendedProperties in interface IDisplayableAsset
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||