com.sun.syndication.feed.module.slash
Class SlashImpl
java.lang.Object
com.sun.syndication.feed.module.slash.SlashImpl
- All Implemented Interfaces:
- com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, Slash, java.io.Serializable, java.lang.Cloneable
public class SlashImpl
- extends java.lang.Object
- implements Slash
- Version:
- $Revision: 1.2 $
- Author:
- Robert "kebernet" Cooper
- See Also:
- Serialized Form
Fields inherited from interface com.sun.syndication.feed.module.slash.Slash |
URI |
Constructor Summary |
SlashImpl()
Creates a new instance of SlashImpl |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlashImpl
public SlashImpl()
- Creates a new instance of SlashImpl
getSection
public java.lang.String getSection()
- Specified by:
getSection
in interface Slash
setSection
public void setSection(java.lang.String section)
- Specified by:
setSection
in interface Slash
getDepartment
public java.lang.String getDepartment()
- Specified by:
getDepartment
in interface Slash
setDepartment
public void setDepartment(java.lang.String department)
- Specified by:
setDepartment
in interface Slash
getComments
public java.lang.Integer getComments()
- Specified by:
getComments
in interface Slash
setComments
public void setComments(java.lang.Integer comments)
- Specified by:
setComments
in interface Slash
getHitParade
public java.lang.Integer[] getHitParade()
- Specified by:
getHitParade
in interface Slash
setHitParade
public void setHitParade(java.lang.Integer[] hitParade)
- Specified by:
setHitParade
in interface Slash
copyFrom
public void copyFrom(java.lang.Object object)
- Specified by:
copyFrom
in interface com.sun.syndication.feed.CopyFrom
clone
public java.lang.Object clone()
- Specified by:
clone
in interface com.sun.syndication.feed.module.Module
- Overrides:
clone
in class java.lang.Object
getUri
public java.lang.String getUri()
- Specified by:
getUri
in interface com.sun.syndication.feed.module.Module
getInterface
public java.lang.Class getInterface()
- Specified by:
getInterface
in interface com.sun.syndication.feed.CopyFrom
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2006-2009. All Rights Reserved.