Package com.rometools.modules.slash
Class SlashImpl
- java.lang.Object
-
- com.rometools.modules.slash.SlashImpl
-
- All Implemented Interfaces:
Slash,CopyFrom,Module,Serializable,Cloneable
public class SlashImpl extends Object implements Slash
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlashImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidcopyFrom(CopyFrom object)booleanequals(Object obj)IntegergetComments()StringgetDepartment()Integer[]getHitParade()Class<Slash>getInterface()StringgetSection()StringgetUri()voidsetComments(Integer comments)voidsetDepartment(String department)voidsetHitParade(Integer[] hitParade)voidsetSection(String section)
-
-
-
Method Detail
-
getSection
public String getSection()
- Specified by:
getSectionin interfaceSlash
-
setSection
public void setSection(String section)
- Specified by:
setSectionin interfaceSlash
-
getDepartment
public String getDepartment()
- Specified by:
getDepartmentin interfaceSlash
-
setDepartment
public void setDepartment(String department)
- Specified by:
setDepartmentin interfaceSlash
-
getComments
public Integer getComments()
- Specified by:
getCommentsin interfaceSlash
-
setComments
public void setComments(Integer comments)
- Specified by:
setCommentsin interfaceSlash
-
getHitParade
public Integer[] getHitParade()
- Specified by:
getHitParadein interfaceSlash
-
setHitParade
public void setHitParade(Integer[] hitParade)
- Specified by:
setHitParadein interfaceSlash
-
clone
public Object clone()
-
getInterface
public Class<Slash> getInterface()
- Specified by:
getInterfacein interfaceCopyFrom
-
-