org.vectomatic.svg.edit.client
Class RSSReader.RSSEntry

java.lang.Object
  extended by org.vectomatic.svg.edit.client.RSSReader.RSSEntry
All Implemented Interfaces:
com.extjs.gxt.ui.client.data.BeanModelTag
Enclosing class:
RSSReader

public static class RSSReader.RSSEntry
extends java.lang.Object
implements com.extjs.gxt.ui.client.data.BeanModelTag

Bean to represent a single entry in the OpenClipArt 'new svg' RSS feed.

Author:
laaglu

Constructor Summary
RSSReader.RSSEntry()
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPngPath()
           
 java.lang.String getSvgPath()
           
 void setPngPath(java.lang.String pngPath)
           
 void setSvgPath(java.lang.String svgPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSSReader.RSSEntry

public RSSReader.RSSEntry()
Method Detail

setPngPath

public void setPngPath(java.lang.String pngPath)

getPngPath

public java.lang.String getPngPath()

setSvgPath

public void setSvgPath(java.lang.String svgPath)

getName

public java.lang.String getName()

getSvgPath

public java.lang.String getSvgPath()


Copyright © 2010. All Rights Reserved.