|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.common.ObjectBean
com.sun.syndication.feed.module.Module
com.sun.syndication.feed.module.DCModule
Dublin Core Module, default implementation.
Field Summary |
Fields inherited from interface com.sun.syndication.feed.module.DCModuleI |
URI |
Constructor Summary | |
DCModule()
Default constructor. |
Method Summary | |
java.util.List |
getContributors()
Returns the DublinCore module contributors. |
java.lang.String |
getCoverage()
Returns the DublinCore module coverage. |
java.lang.String |
getCreator()
Returns the DublinCore module creator. |
java.util.Date |
getDate()
Returns the DublinCore module date. |
java.lang.String |
getDescription()
Returns the DublinCore module description. |
java.lang.String |
getFormat()
Returns the DublinCore module format. |
java.lang.String |
getIdentifier()
Returns the DublinCore module identifier. |
java.lang.String |
getLanguage()
Returns the DublinCore module language. |
java.lang.String |
getPublisher()
Returns the DublinCore module publisher. |
java.lang.String |
getRelation()
Returns the DublinCore module relation. |
java.lang.String |
getRights()
Returns the DublinCore module rights. |
java.lang.String |
getSource()
Returns the DublinCore module source. |
java.util.List |
getSubjects()
Returns the DublinCore module subjects. |
java.lang.String |
getTitle()
Returns the DublinCore module title. |
java.lang.String |
getType()
Returns the DublinCore module type. |
void |
setContributors(java.util.List contributors)
Sets the DublinCore module contributors. |
void |
setCoverage(java.lang.String coverage)
Sets the DublinCore module coverage. |
void |
setCreator(java.lang.String creator)
Sets the DublinCore module creator. |
void |
setDate(java.util.Date date)
Sets the DublinCore module date. |
void |
setDescription(java.lang.String description)
Sets the DublinCore module description. |
void |
setFormat(java.lang.String format)
Sets the DublinCore module format. |
void |
setIdentifier(java.lang.String identifier)
Sets the DublinCore module identifier. |
void |
setLanguage(java.lang.String language)
Sets the DublinCore module language. |
void |
setPublisher(java.lang.String publisher)
Sets the DublinCore module publisher. |
void |
setRelation(java.lang.String relation)
Sets the DublinCore module relation. |
void |
setRights(java.lang.String rights)
Sets the DublinCore module rights. |
void |
setSource(java.lang.String source)
Sets the DublinCore module source. |
void |
setSubjects(java.util.List subjects)
Sets the DublinCore module subjects. |
void |
setTitle(java.lang.String title)
Sets the DublinCore module title. |
void |
setType(java.lang.String type)
Sets the DublinCore module type. |
Methods inherited from class com.sun.syndication.feed.module.Module |
getUri |
Methods inherited from class com.sun.syndication.common.ObjectBean |
clone, equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.syndication.feed.module.ModuleI |
clone, getUri |
Methods inherited from interface com.sun.syndication.common.ToString |
toString |
Constructor Detail |
public DCModule()
Method Detail |
public java.lang.String getTitle()
getTitle
in interface DCModuleI
public void setTitle(java.lang.String title)
setTitle
in interface DCModuleI
title
- the DublinCore module title to set, null if none.public java.lang.String getCreator()
getCreator
in interface DCModuleI
public void setCreator(java.lang.String creator)
setCreator
in interface DCModuleI
creator
- the DublinCore module creator to set, null if none.public java.util.List getSubjects()
getSubjects
in interface DCModuleI
public void setSubjects(java.util.List subjects)
setSubjects
in interface DCModuleI
subjects
- the list of DCSubjectI elements with the DublinCore module subjects to set,
an empty list or null if none.public java.lang.String getDescription()
getDescription
in interface DCModuleI
public void setDescription(java.lang.String description)
setDescription
in interface DCModuleI
description
- the DublinCore module description to set, null if none.public java.lang.String getPublisher()
getPublisher
in interface DCModuleI
public void setPublisher(java.lang.String publisher)
setPublisher
in interface DCModuleI
publisher
- the DublinCore module publisher to set, null if none.public java.util.List getContributors()
getContributors
in interface DCModuleI
public void setContributors(java.util.List contributors)
setContributors
in interface DCModuleI
contributors
- the list of String elements with the DublinCore module contributors to set,
an empty list or null if none.public java.util.Date getDate()
getDate
in interface DCModuleI
public void setDate(java.util.Date date)
setDate
in interface DCModuleI
date
- the DublinCore module date to set, null if none.public java.lang.String getType()
getType
in interface DCModuleI
public void setType(java.lang.String type)
setType
in interface DCModuleI
type
- the DublinCore module type to set, null if none.public java.lang.String getFormat()
getFormat
in interface DCModuleI
public void setFormat(java.lang.String format)
setFormat
in interface DCModuleI
format
- the DublinCore module format to set, null if none.public java.lang.String getIdentifier()
getIdentifier
in interface DCModuleI
public void setIdentifier(java.lang.String identifier)
setIdentifier
in interface DCModuleI
identifier
- the DublinCore module identifier to set, null if none.public java.lang.String getSource()
getSource
in interface DCModuleI
public void setSource(java.lang.String source)
setSource
in interface DCModuleI
source
- the DublinCore module source to set, null if none.public java.lang.String getLanguage()
getLanguage
in interface DCModuleI
public void setLanguage(java.lang.String language)
setLanguage
in interface DCModuleI
language
- the DublinCore module language to set, null if none.public java.lang.String getRelation()
getRelation
in interface DCModuleI
public void setRelation(java.lang.String relation)
setRelation
in interface DCModuleI
relation
- the DublinCore module relation to set, null if none.public java.lang.String getCoverage()
getCoverage
in interface DCModuleI
public void setCoverage(java.lang.String coverage)
setCoverage
in interface DCModuleI
coverage
- the DublinCore module coverage to set, null if none.public java.lang.String getRights()
getRights
in interface DCModuleI
public void setRights(java.lang.String rights)
setRights
in interface DCModuleI
rights
- the DublinCore module rights to set, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |