com.adobe.solutions.sne.selection.common
Class DisplayableAsset

java.lang.Object
  extended by com.adobe.solutions.sne.selection.common.DisplayableAsset
All Implemented Interfaces:
IDisplayableAsset, Serializable
Direct Known Subclasses:
SelectionStageVO, SelectionTemplateVO

public class DisplayableAsset
extends Object
implements IDisplayableAsset

See Also:
Serialized Form

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

DisplayableAsset

public DisplayableAsset()
Method Detail

getId

public String getId()
Description copied from interface: IDisplayableAsset
id

Specified by:
getId in interface IDisplayableAsset

setId

public void setId(String id)
Specified by:
setId in interface IDisplayableAsset

getName

public String getName()
Description copied from interface: IDisplayableAsset
name

Specified by:
getName in interface IDisplayableAsset

setName

public void setName(String name)
Specified by:
setName in interface IDisplayableAsset

getDescription

public String getDescription()
Description copied from interface: IDisplayableAsset
Description

Specified by:
getDescription in interface IDisplayableAsset

setDescription

public void setDescription(String desc)
Specified by:
setDescription in interface IDisplayableAsset

getImageUrl

public String getImageUrl()
Description copied from interface: IDisplayableAsset
Image id

Specified by:
getImageUrl in interface IDisplayableAsset

setImageUrl

public void setImageUrl(String imageID)
Specified by:
setImageUrl in interface IDisplayableAsset

getComment

public String getComment()
Description copied from interface: IDisplayableAsset
Comment

Specified by:
getComment in interface IDisplayableAsset

setComment

public void setComment(String comment)
Specified by:
setComment in interface IDisplayableAsset

getExtendedProperties

public Map getExtendedProperties()
Description copied from interface: IDisplayableAsset
This contains a map of attributes which are not defined directly in displayable asset.

Specified by:
getExtendedProperties in interface IDisplayableAsset

setExtendedProperties

public void setExtendedProperties(Map extendedProperties)
Specified by:
setExtendedProperties in interface IDisplayableAsset


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