|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.syndication.feed.module.ModuleImpl
com.sun.syndication.feed.module.DCModuleImpl
public class DCModuleImpl
Dublin Core ModuleImpl, default implementation.
| Field Summary | |
|---|---|
static java.util.Set |
CONVENIENCE_PROPERTIES
Unmodifiable Set containing the convenience properties of this class. |
| Fields inherited from interface com.sun.syndication.feed.module.DCModule |
|---|
URI |
| Constructor Summary | |
|---|---|
DCModuleImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Creates a deep 'bean' clone of the object. |
void |
copyFrom(java.lang.Object obj)
Copies all the properties of the given bean into this one. |
boolean |
equals(java.lang.Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method. |
java.lang.String |
getContributor()
Gets the DublinCore module contributor. |
java.util.List |
getContributors()
Returns the DublinCore module contributor. |
java.lang.String |
getCoverage()
Gets the DublinCore module coverage. |
java.util.List |
getCoverages()
Returns the DublinCore module coverage. |
java.lang.String |
getCreator()
Gets the DublinCore module title. |
java.util.List |
getCreators()
Returns the DublinCore module creator. |
java.util.Date |
getDate()
Gets the DublinCore module date. |
java.util.List |
getDates()
Returns the DublinCore module date. |
java.lang.String |
getDescription()
Gets the DublinCore module description. |
java.util.List |
getDescriptions()
Returns the DublinCore module description. |
java.lang.String |
getFormat()
Gets the DublinCore module format. |
java.util.List |
getFormats()
Returns the DublinCore module format. |
java.lang.String |
getIdentifier()
Gets the DublinCore module identifier. |
java.util.List |
getIdentifiers()
Returns the DublinCore module identifier. |
java.lang.Class |
getInterface()
Returns the interface the copyFrom works on. |
java.lang.String |
getLanguage()
Gets the DublinCore module language. |
java.util.List |
getLanguages()
Returns the DublinCore module language. |
java.lang.String |
getPublisher()
Gets the DublinCore module title. |
java.util.List |
getPublishers()
Returns the DublinCore module publisher. |
java.lang.String |
getRelation()
Gets the DublinCore module relation. |
java.util.List |
getRelations()
Returns the DublinCore module relation. |
java.lang.String |
getRights()
Gets the DublinCore module rights. |
java.util.List |
getRightsList()
Returns the DublinCore module rights. |
java.lang.String |
getSource()
Gets the DublinCore module source. |
java.util.List |
getSources()
Returns the DublinCore module source. |
DCSubject |
getSubject()
Gets the DublinCore module subject. |
java.util.List |
getSubjects()
Returns the DublinCore module subjects. |
java.lang.String |
getTitle()
Gets the DublinCore module title. |
java.util.List |
getTitles()
Returns the DublinCore module titles. |
java.lang.String |
getType()
Gets the DublinCore module type. |
java.util.List |
getTypes()
Returns the DublinCore module type. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setContributor(java.lang.String contributor)
Sets the DublinCore module contributor. |
void |
setContributors(java.util.List contributors)
Sets the DublinCore module contributors. |
void |
setCoverage(java.lang.String coverage)
Sets the DublinCore module coverage. |
void |
setCoverages(java.util.List coverages)
Sets the DublinCore module coverages. |
void |
setCreator(java.lang.String creator)
Sets the DublinCore module creator. |
void |
setCreators(java.util.List creators)
Sets the DublinCore module creators. |
void |
setDate(java.util.Date date)
Sets the DublinCore module date. |
void |
setDates(java.util.List dates)
Sets the DublinCore module dates. |
void |
setDescription(java.lang.String description)
Sets the DublinCore module description. |
void |
setDescriptions(java.util.List descriptions)
Sets the DublinCore module descriptions. |
void |
setFormat(java.lang.String format)
Sets the DublinCore module format. |
void |
setFormats(java.util.List formats)
Sets the DublinCore module formats. |
void |
setIdentifier(java.lang.String identifier)
Sets the DublinCore module identifier. |
void |
setIdentifiers(java.util.List identifiers)
Sets the DublinCore module identifiers. |
void |
setLanguage(java.lang.String language)
Sets the DublinCore module language. |
void |
setLanguages(java.util.List languages)
Sets the DublinCore module languages. |
void |
setPublisher(java.lang.String publisher)
Sets the DublinCore module publisher. |
void |
setPublishers(java.util.List publishers)
Sets the DublinCore module publishers. |
void |
setRelation(java.lang.String relation)
Sets the DublinCore module relation. |
void |
setRelations(java.util.List relations)
Sets the DublinCore module relations. |
void |
setRights(java.lang.String rights)
Sets the DublinCore module rights. |
void |
setRightsList(java.util.List rights)
Sets the DublinCore module rights. |
void |
setSource(java.lang.String source)
Sets the DublinCore module source. |
void |
setSources(java.util.List sources)
Sets the DublinCore module sources. |
void |
setSubject(DCSubject subject)
Sets the DCSubject element. |
void |
setSubjects(java.util.List subjects)
Sets the DublinCore module subjects. |
void |
setTitle(java.lang.String title)
Sets the DublinCore module title. |
void |
setTitles(java.util.List titles)
Sets the DublinCore module titles. |
void |
setType(java.lang.String type)
Sets the DublinCore module type. |
void |
setTypes(java.util.List types)
Sets the DublinCore module types. |
java.lang.String |
toString()
Returns the String representation for the object. |
| Methods inherited from class com.sun.syndication.feed.module.ModuleImpl |
|---|
getUri |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.sun.syndication.feed.module.Module |
|---|
getUri |
| Field Detail |
|---|
public static final java.util.Set CONVENIENCE_PROPERTIES
Convenience properties are mapped to Modules, for cloning the convenience properties can be ignored as the will be copied as part of the module cloning.
| Constructor Detail |
|---|
public DCModuleImpl()
| Method Detail |
|---|
public java.util.List getTitles()
getTitles in interface DCModulepublic void setTitles(java.util.List titles)
setTitles in interface DCModuletitles - the list of String representing the DublinCore module
titles to set, an empty list or null if none.public java.lang.String getTitle()
getTitle in interface DCModulepublic void setTitle(java.lang.String title)
setTitle in interface DCModuletitle - the DublinCore module title to set, null if none.public java.util.List getCreators()
getCreators in interface DCModulepublic void setCreators(java.util.List creators)
setCreators in interface DCModulecreators - the list of String representing the DublinCore module
creators to set, an empty list or null if none.public java.lang.String getCreator()
getCreator in interface DCModulepublic void setCreator(java.lang.String creator)
setCreator in interface DCModulecreator - the DublinCore module creator to set, null if none.public java.util.List getSubjects()
getSubjects in interface DCModulepublic void setSubjects(java.util.List subjects)
setSubjects in interface DCModulesubjects - the list of DCSubject elements with the DublinCore
module subjects to set, an empty list or null if none.public DCSubject getSubject()
getSubject in interface DCModulepublic void setSubject(DCSubject subject)
setSubject in interface DCModulesubject - the DublinCore module subject to set, null if none.public java.util.List getDescriptions()
getDescriptions in interface DCModulepublic void setDescriptions(java.util.List descriptions)
setDescriptions in interface DCModuledescriptions - the list of String representing the DublinCore
module descriptions to set, an empty list or null if none.public java.lang.String getDescription()
getDescription in interface DCModulepublic void setDescription(java.lang.String description)
setDescription in interface DCModuledescription - the DublinCore module description to set, null if none.public java.util.List getPublishers()
getPublishers in interface DCModulepublic void setPublishers(java.util.List publishers)
setPublishers in interface DCModulepublishers - the list of String representing the DublinCore module
publishers to set, an empty list or null if none.public java.lang.String getPublisher()
getPublisher in interface DCModulepublic void setPublisher(java.lang.String publisher)
setPublisher in interface DCModulepublisher - the DublinCore module publisher to set, null if none.public java.util.List getContributors()
getContributors in interface DCModulepublic void setContributors(java.util.List contributors)
setContributors in interface DCModulecontributors - the list of String representing the DublinCore
module contributors to set, an empty list or null if none.public java.lang.String getContributor()
getContributor in interface DCModulepublic void setContributor(java.lang.String contributor)
setContributor in interface DCModulecontributor - the DublinCore module contributor to set, null if none.public java.util.List getDates()
getDates in interface DCModulepublic void setDates(java.util.List dates)
setDates in interface DCModuledates - the list of Date representing the DublinCore module dates
to set, an empty list or null if none.public java.util.Date getDate()
getDate in interface DCModulepublic void setDate(java.util.Date date)
setDate in interface DCModuledate - the DublinCore module date to set, null if none.public java.util.List getTypes()
getTypes in interface DCModulepublic void setTypes(java.util.List types)
setTypes in interface DCModuletypes - the list of String representing the DublinCore module types
to set, an empty list or null if none.public java.lang.String getType()
getType in interface DCModulepublic void setType(java.lang.String type)
setType in interface DCModuletype - the DublinCore module type to set, null if none.public java.util.List getFormats()
getFormats in interface DCModulepublic void setFormats(java.util.List formats)
setFormats in interface DCModuleformats - the list of String representing the DublinCore module
formats to set, an empty list or null if none.public java.lang.String getFormat()
getFormat in interface DCModulepublic void setFormat(java.lang.String format)
setFormat in interface DCModuleformat - the DublinCore module format to set, null if none.public java.util.List getIdentifiers()
getIdentifiers in interface DCModulepublic void setIdentifiers(java.util.List identifiers)
setIdentifiers in interface DCModuleidentifiers - the list of String representing the DublinCore module
identifiers to set, an empty list or null if none.public java.lang.String getIdentifier()
getIdentifier in interface DCModulepublic void setIdentifier(java.lang.String identifier)
setIdentifier in interface DCModuleidentifier - the DublinCore module identifier to set, null if none.public java.util.List getSources()
getSources in interface DCModulepublic void setSources(java.util.List sources)
setSources in interface DCModulesources - the list of String representing the DublinCore module
sources to set, an empty list or null if none.public java.lang.String getSource()
getSource in interface DCModulepublic void setSource(java.lang.String source)
setSource in interface DCModulesource - the DublinCore module source to set, null if none.public java.util.List getLanguages()
getLanguages in interface DCModulepublic void setLanguages(java.util.List languages)
setLanguages in interface DCModulelanguages - the list of String representing the DublinCore module
languages to set, an empty list or null if none.public java.lang.String getLanguage()
getLanguage in interface DCModulepublic void setLanguage(java.lang.String language)
setLanguage in interface DCModulelanguage - the DublinCore module language to set, null if none.public java.util.List getRelations()
getRelations in interface DCModulepublic void setRelations(java.util.List relations)
setRelations in interface DCModulerelations - the list of String representing the DublinCore module
relations to set, an empty list or null if none.public java.lang.String getRelation()
getRelation in interface DCModulepublic void setRelation(java.lang.String relation)
setRelation in interface DCModulerelation - the DublinCore module relation to set, null if none.public java.util.List getCoverages()
getCoverages in interface DCModulepublic void setCoverages(java.util.List coverages)
setCoverages in interface DCModulecoverages - the list of String representing the DublinCore module
coverages to set, an empty list or null if none.public java.lang.String getCoverage()
getCoverage in interface DCModulepublic void setCoverage(java.lang.String coverage)
setCoverage in interface DCModulecoverage - the DublinCore module coverage to set, null if none.public java.util.List getRightsList()
getRightsList in interface DCModulepublic void setRightsList(java.util.List rights)
setRightsList in interface DCModulerights - the list of String representing the DublinCore module
rights to set, an empty list or null if none.public java.lang.String getRights()
getRights in interface DCModulepublic void setRights(java.lang.String rights)
setRights in interface DCModulerights - the DublinCore module rights to set, null if none.
public final java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface Moduleclone in class ModuleImpljava.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.public final boolean equals(java.lang.Object other)
equals in class ModuleImplother - he reference object with which to compare.
public final int hashCode()
It follows the contract defined by the Object hashCode() method.
hashCode in class ModuleImplpublic final java.lang.String toString()
toString in class ModuleImplpublic final java.lang.Class getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic final void copyFrom(java.lang.Object obj)
CopyFromAny existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
copyFrom in interface CopyFromobj - the instance to copy properties from.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||