com.silverpeas.gallery.web
Class StreamingEntity

java.lang.Object
  extended by com.silverpeas.gallery.web.AbstractMediaEntity<StreamingEntity>
      extended by com.silverpeas.gallery.web.StreamingEntity
All Implemented Interfaces:
com.silverpeas.web.Exposable, Serializable

public class StreamingEntity
extends AbstractMediaEntity<StreamingEntity>

Author:
Yohann Chastagnier
See Also:
Serialized Form

Constructor Summary
protected StreamingEntity()
           
 
Method Summary
static StreamingEntity createFrom(Streaming streaming)
          Creates a new streaming entity from the specified streaming.
 StreamingProvider getProvider()
           
 void setProvider(StreamingProvider provider)
           
 
Methods inherited from class com.silverpeas.gallery.web.AbstractMediaEntity
equals, getAuthor, getDescription, getHeight, getId, getParentURI, getThumbUrl, getTitle, getType, getURI, getUrl, getWidth, hashCode, setAuthor, setDescription, setId, setTitle, setType, withHeight, withOriginalUrl, withParentURI, withThumbUrl, withURI, withWidth
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamingEntity

protected StreamingEntity()
Method Detail

createFrom

public static StreamingEntity createFrom(Streaming streaming)
Creates a new streaming entity from the specified streaming.

Parameters:
streaming -
Returns:
the entity representing the specified streaming.

getProvider

public StreamingProvider getProvider()

setProvider

public void setProvider(StreamingProvider provider)


Copyright © 2016 Silverpeas. All Rights Reserved.