com.sun.syndication.feed.module.slash
Class SlashImpl

java.lang.Object
  extended by 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

Field Summary
 
Fields inherited from interface com.sun.syndication.feed.module.slash.Slash
URI
 
Constructor Summary
SlashImpl()
          Creates a new instance of SlashImpl
 
Method Summary
 java.lang.Object clone()
           
 void copyFrom(java.lang.Object object)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getComments()
           
 java.lang.String getDepartment()
           
 java.lang.Integer[] getHitParade()
           
 java.lang.Class getInterface()
           
 java.lang.String getSection()
           
 java.lang.String getUri()
           
 void setComments(java.lang.Integer comments)
           
 void setDepartment(java.lang.String department)
           
 void setHitParade(java.lang.Integer[] hitParade)
           
 void setSection(java.lang.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 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.