Package com.rometools.modules.thr
Class ThreadingModuleImpl
- java.lang.Object
-
- com.rometools.rome.feed.module.ModuleImpl
-
- com.rometools.modules.thr.ThreadingModuleImpl
-
- All Implemented Interfaces:
ThreadingModule,CopyFrom,Module,Serializable,Cloneable
public class ThreadingModuleImpl extends ModuleImpl implements ThreadingModule
Currently no support for thr:count, thr:updated, thr:total link attributes.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.rometools.modules.thr.ThreadingModule
URI
-
-
Constructor Summary
Constructors Constructor Description ThreadingModuleImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()voidcopyFrom(CopyFrom copyFrom)booleanequals(Object obj)StringgetHref()Class<? extends CopyFrom>getInterface()StringgetRef()StringgetSource()StringgetType()inthashCode()voidsetHref(String href)voidsetRef(String ref)voidsetSource(String source)voidsetType(String type)StringtoString()-
Methods inherited from class com.rometools.rome.feed.module.ModuleImpl
getUri
-
-
-
-
Method Detail
-
getInterface
public Class<? extends CopyFrom> getInterface()
- Specified by:
getInterfacein interfaceCopyFrom
-
getRef
public String getRef()
- Specified by:
getRefin interfaceThreadingModule
-
setRef
public void setRef(String ref)
- Specified by:
setRefin interfaceThreadingModule
-
getType
public String getType()
- Specified by:
getTypein interfaceThreadingModule
-
setType
public void setType(String type)
- Specified by:
setTypein interfaceThreadingModule
-
getHref
public String getHref()
- Specified by:
getHrefin interfaceThreadingModule
-
setHref
public void setHref(String href)
- Specified by:
setHrefin interfaceThreadingModule
-
getSource
public String getSource()
- Specified by:
getSourcein interfaceThreadingModule
-
setSource
public void setSource(String source)
- Specified by:
setSourcein interfaceThreadingModule
-
clone
public Object clone()
- Specified by:
clonein interfaceModule- Overrides:
clonein classModuleImpl
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classModuleImpl
-
hashCode
public int hashCode()
- Overrides:
hashCodein classModuleImpl
-
toString
public String toString()
- Overrides:
toStringin classModuleImpl
-
-