Package com.rometools.modules.slash
Interface Slash
-
- All Superinterfaces:
Cloneable,CopyFrom,Module,Serializable
- All Known Implementing Classes:
SlashImpl
public interface Slash extends Module, Serializable
This interface represents the Slash RSS extension.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetComments()StringgetDepartment()Integer[]getHitParade()StringgetSection()voidsetComments(Integer comments)voidsetDepartment(String department)voidsetHitParade(Integer[] hitParade)voidsetSection(String section)-
Methods inherited from interface com.rometools.rome.feed.CopyFrom
copyFrom, getInterface
-
-
-
-
Field Detail
-
URI
static final String URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
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)
-
-