org.rometools.feed.module.slash
Class SlashImpl
java.lang.Object
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
Fields inherited from interface org.rometools.feed.module.slash.Slash |
URI |
Constructor Summary |
SlashImpl()
Creates a new instance of SlashImpl |
SlashImpl
public SlashImpl()
- Creates a new instance of SlashImpl
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.