org.rometools.feed.module.slash
Class SlashImpl

java.lang.Object
  extended by org.rometools.feed.module.slash.SlashImpl
All Implemented Interfaces:
com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Serializable, Cloneable, Slash

public class SlashImpl
extends Object
implements Slash

Version:
$Revision: 1.2 $
Author:
Robert "kebernet" Cooper
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.rometools.feed.module.slash.Slash
URI
 
Constructor Summary
SlashImpl()
          Creates a new instance of SlashImpl
 
Method Summary
 Object clone()
           
 void copyFrom(com.sun.syndication.feed.CopyFrom object)
           
 boolean equals(Object obj)
           
 Integer getComments()
           
 String getDepartment()
           
 Integer[] getHitParade()
           
 Class getInterface()
           
 String getSection()
           
 String getUri()
           
 void setComments(Integer comments)
           
 void setDepartment(String department)
           
 void setHitParade(Integer[] hitParade)
           
 void setSection(String section)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlashImpl

public SlashImpl()
Creates a new instance of SlashImpl

Method Detail

getSection

public String getSection()
Specified by:
getSection in interface Slash

setSection

public void setSection(String section)
Specified by:
setSection in interface Slash

getDepartment

public String getDepartment()
Specified by:
getDepartment in interface Slash

setDepartment

public void setDepartment(String department)
Specified by:
setDepartment in interface Slash

getComments

public Integer getComments()
Specified by:
getComments in interface Slash

setComments

public void setComments(Integer comments)
Specified by:
setComments in interface Slash

getHitParade

public Integer[] getHitParade()
Specified by:
getHitParade in interface Slash

setHitParade

public void setHitParade(Integer[] hitParade)
Specified by:
setHitParade in interface Slash

copyFrom

public void copyFrom(com.sun.syndication.feed.CopyFrom object)
Specified by:
copyFrom in interface com.sun.syndication.feed.CopyFrom

clone

public Object clone()
Specified by:
clone in interface com.sun.syndication.feed.module.Module
Overrides:
clone in class Object

getUri

public String getUri()
Specified by:
getUri in interface com.sun.syndication.feed.module.Module

getInterface

public Class getInterface()
Specified by:
getInterface in interface com.sun.syndication.feed.CopyFrom

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013 ROME Project. All Rights Reserved.