org.rometools.feed.module.slash
Interface Slash
- All Superinterfaces:
- Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable
- All Known Implementing Classes:
- SlashImpl
public interface Slash
- extends com.sun.syndication.feed.module.Module, Serializable
This interface represents the Slash RSS extension.
- Version:
- $Revision: 1.2 $
- Author:
- Robert "kebernet" Cooper
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone, getUri |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
copyFrom, getInterface |
URI
static final String URI
- See Also:
- Constant Field Values
getSection
String getSection()
setSection
void setSection(String section)
getDepartment
String getDepartment()
setDepartment
void setDepartment(String department)
getComments
Integer getComments()
setComments
void setComments(Integer comments)
getHitParade
Integer[] getHitParade()
setHitParade
void setHitParade(Integer[] hitParade)
Copyright © 2013 ROME Project. All Rights Reserved.