org.exoplatform.calendar.service
Class FeedData

java.lang.Object
  extended by org.exoplatform.calendar.service.FeedData

public class FeedData
extends Object

Created by The eXo Platform SARL Author : Hung Nguyen Quang hung.nguyen@exoplatform.com Jul 11, 2007


Constructor Summary
FeedData()
           
 
Method Summary
 byte[] getContent()
           
 String getFeed()
           
 String getTitle()
           
 String getUrl()
           
 void setContent(InputStream input)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedData

public FeedData()
Method Detail

getFeed

public String getFeed()

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

setContent

public void setContent(InputStream input)
                throws Exception
Throws:
Exception

getContent

public byte[] getContent()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.