Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.container.shared.webcontent
Class PictureData

java.lang.Object
  extended by org.nuxeo.opensocial.container.shared.webcontent.abs.AbstractWebContentData
      extended by org.nuxeo.opensocial.container.shared.webcontent.PictureData
All Implemented Interfaces:
Serializable, Comparable<AbstractWebContentData>, WebContentData

public class PictureData
extends AbstractWebContentData

Author:
Stéphane Fourrier
See Also:
Serialized Form

Field Summary
static String TITLE_PREFERENCE
           
static String TYPE
           
 
Fields inherited from interface org.nuxeo.opensocial.container.shared.webcontent.WebContentData
WC_BORDER_COLOR, WC_HEADER_COLOR, WC_TITLE_COLOR, WC_TITLE_PREFERENCE
 
Constructor Summary
PictureData()
           
 
Method Summary
 String getAssociatedType()
           
 String getIcon()
           
 String getPictureLegend()
           
 String getPictureLink()
           
 String getPictureTitle()
           
 boolean hasFiles()
           
 boolean initPrefs(Map<String,String> params)
           
 void setPictureLegend(String pictureLegend)
           
 void setPictureLink(String pictureLink)
           
 void setPictureTitle(String pictureTitle)
           
 void updateFrom(WebContentData data)
           
 
Methods inherited from class org.nuxeo.opensocial.container.shared.webcontent.abs.AbstractWebContentData
addFile, addPreference, clearFiles, compareTo, getAdditionalPreferences, getFiles, getId, getName, getOwner, getPosition, getPreferences, getTitle, getUnitId, getViewer, isCollapsed, isInAPorlet, setId, setIsCollapsed, setIsInAPortlet, setName, setOwner, setPosition, setPreferences, setTitle, setUnitId, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE_PREFERENCE

public static final String TITLE_PREFERENCE
See Also:
Constant Field Values

TYPE

public static String TYPE
Constructor Detail

PictureData

public PictureData()
Method Detail

setPictureTitle

public void setPictureTitle(String pictureTitle)

getPictureTitle

public String getPictureTitle()

setPictureLegend

public void setPictureLegend(String pictureLegend)

getPictureLegend

public String getPictureLegend()

setPictureLink

public void setPictureLink(String pictureLink)

getPictureLink

public String getPictureLink()

initPrefs

public boolean initPrefs(Map<String,String> params)
Specified by:
initPrefs in interface WebContentData
Overrides:
initPrefs in class AbstractWebContentData

updateFrom

public void updateFrom(WebContentData data)

getAssociatedType

public String getAssociatedType()
Specified by:
getAssociatedType in interface WebContentData
Specified by:
getAssociatedType in class AbstractWebContentData

getIcon

public String getIcon()
Specified by:
getIcon in interface WebContentData
Specified by:
getIcon in class AbstractWebContentData

hasFiles

public boolean hasFiles()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.