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

Field Summary
static String URI
           
 
Method Summary
 Integer getComments()
           
 String getDepartment()
           
 Integer[] getHitParade()
           
 String getSection()
           
 void setComments(Integer comments)
           
 void setDepartment(String department)
           
 void setHitParade(Integer[] hitParade)
           
 void setSection(String section)
           
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone, getUri
 
Methods inherited from interface com.sun.syndication.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)


Copyright © 2013 ROME Project. All Rights Reserved.