org.cruxframework.crux.widgets.client.rss.feed
Class Entry

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.widgets.client.rss.feed.Entry

public class Entry
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected Entry()
           
 
Method Summary
 com.google.gwt.core.client.JsArrayString getCategories()
           
 String getContent()
           
 String getContentSnippet()
           
 String getLink()
           
 com.google.gwt.core.client.JsArray<MediaGroup> getMediaGroups()
           
 Date getPublishedDate()
           
 String getPublishedDateString()
           
 String getTitle()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entry

protected Entry()
Method Detail

getMediaGroups

public final com.google.gwt.core.client.JsArray<MediaGroup> getMediaGroups()

getTitle

public final String getTitle()

getLink

public final String getLink()

getContent

public final String getContent()

getContentSnippet

public final String getContentSnippet()

getPublishedDate

public final Date getPublishedDate()

getPublishedDateString

public final String getPublishedDateString()

getCategories

public final com.google.gwt.core.client.JsArrayString getCategories()


Copyright © 2014. All rights reserved.