| java.lang.Object com.sun.syndication.feed.module.ModuleImpl com.sun.syndication.feed.module.DCModuleImpl
Field Summary | |
final public static Set | CONVENIENCE_PROPERTIES Unmodifiable Set containing the convenience properties of this class. |
Constructor Summary | |
public | DCModuleImpl() Default constructor. |
CONVENIENCE_PROPERTIES | final public static Set CONVENIENCE_PROPERTIES(Code) | | Unmodifiable Set containing the convenience properties of this class.
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.
|
DCModuleImpl | public DCModuleImpl()(Code) | | Default constructor. All properties are set to null.
|
equals | final public boolean equals(Object other)(Code) | | Indicates whether some other object is "equal to" this one as defined by the Object equals() method.
Parameters: other - he reference object with which to compare. true if 'this' object is equal to the 'other' object. |
getContributor | public String getContributor()(Code) | | Gets the DublinCore module contributor. Convenience method that can be
used to obtain the first item, null if none.
the first DublinCore module contributor, null if none. |
getContributors | public List getContributors()(Code) | | Returns the DublinCore module contributor.
a list of Strings representing the DublinCore module contributor,an empty list if none. |
getCoverage | public String getCoverage()(Code) | | Gets the DublinCore module coverage. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module coverage, null if none. |
getCoverages | public List getCoverages()(Code) | | Returns the DublinCore module coverage.
a list of Strings representing the DublinCore module coverage,an empty list if none. |
getCreator | public String getCreator()(Code) | | Gets the DublinCore module title. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module title, null if none. |
getCreators | public List getCreators()(Code) | | Returns the DublinCore module creator.
a list of Strings representing the DublinCore module creator,an empty list if none. |
getDate | public Date getDate()(Code) | | Gets the DublinCore module date. Convenience method that can be used to
obtain the first item, null if none.
the first DublinCore module date, null if none. |
getDates | public List getDates()(Code) | | Returns the DublinCore module date.
a list of Strings representing the DublinCore module date,an empty list if none. |
getDescription | public String getDescription()(Code) | | Gets the DublinCore module description. Convenience method that can be
used to obtain the first item, null if none.
the first DublinCore module description, null if none. |
getDescriptions | public List getDescriptions()(Code) | | Returns the DublinCore module description.
a list of Strings representing the DublinCore moduledescription, an empty list if none. |
getFormat | public String getFormat()(Code) | | Gets the DublinCore module format. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module format, null if none. |
getFormats | public List getFormats()(Code) | | Returns the DublinCore module format.
a list of Strings representing the DublinCore module format,an empty list if none. |
getIdentifier | public String getIdentifier()(Code) | | Gets the DublinCore module identifier. Convenience method that can be
used to obtain the first item, null if none.
the first DublinCore module identifier, null if none. |
getIdentifiers | public List getIdentifiers()(Code) | | Returns the DublinCore module identifier.
a list of Strings representing the DublinCore module identifier,an empty list if none. |
getLanguage | public String getLanguage()(Code) | | Gets the DublinCore module language. Convenience method that can be
used to obtain the first item, null if none.
the first DublinCore module langauge, null if none. |
getLanguages | public List getLanguages()(Code) | | Returns the DublinCore module language.
a list of Strings representing the DublinCore module language,an empty list if none. |
getPublisher | public String getPublisher()(Code) | | Gets the DublinCore module title. Convenience method that can be used to
obtain the first item, null if none.
the first DublinCore module title, null if none. |
getPublishers | public List getPublishers()(Code) | | Returns the DublinCore module publisher.
a list of Strings representing the DublinCore module publisher,an empty list if none. |
getRelation | public String getRelation()(Code) | | Gets the DublinCore module relation. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module relation, null if none. |
getRelations | public List getRelations()(Code) | | Returns the DublinCore module relation.
a list of Strings representing the DublinCore module relation,an empty list if none. |
getRights | public String getRights()(Code) | | Gets the DublinCore module rights. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module rights, null if none. |
getRightsList | public List getRightsList()(Code) | | Returns the DublinCore module rights.
a list of Strings representing the DublinCore module rights,an empty list if none. |
getSource | public String getSource()(Code) | | Gets the DublinCore module source. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module source, null if none. |
getSources | public List getSources()(Code) | | Returns the DublinCore module source.
a list of Strings representing the DublinCore module source,an empty list if none. |
getSubject | public DCSubject getSubject()(Code) | | Gets the DublinCore module subject. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module subject, null if none. |
getSubjects | public List getSubjects()(Code) | | Returns the DublinCore module subjects.
a list of DCSubject elements with the DublinCore module subjects,an empty list if none. |
getTitle | public String getTitle()(Code) | | Gets the DublinCore module title. Convenience method that can be used to
obtain the first item, null if none.
the first DublinCore module title, null if none. |
getTitles | public List getTitles()(Code) | | Returns the DublinCore module titles.
a list of Strings representing the DublinCore module title,an empty list if none. |
getType | public String getType()(Code) | | Gets the DublinCore module type. Convenience method that can be used to
obtain the first item, null if none.
the first DublinCore module type, null if none. |
getTypes | public List getTypes()(Code) | | Returns the DublinCore module type.
a list of Strings representing the DublinCore module type,an empty list if none. |
hashCode | final public int hashCode()(Code) | | Returns a hashcode value for the object.
It follows the contract defined by the Object hashCode() method.
the hashcode of the bean object. |
setContributor | public void setContributor(String contributor)(Code) | | Sets the DublinCore module contributor. Convenience method that can be
used when there is only one contributor to set.
Parameters: contributor - the DublinCore module contributor to set, null if none. |
setContributors | public void setContributors(List contributors)(Code) | | Sets the DublinCore module contributors.
Parameters: contributors - the list of String representing the DublinCoremodule contributors to set, an empty list or null if none. |
setCoverage | public void setCoverage(String coverage)(Code) | | Sets the DublinCore module coverage. Convenience method that can be used
when there is only one coverage to set.
Parameters: coverage - the DublinCore module coverage to set, null if none. |
setCoverages | public void setCoverages(List coverages)(Code) | | Sets the DublinCore module coverages.
Parameters: coverages - the list of String representing the DublinCore modulecoverages to set, an empty list or null if none. |
setCreator | public void setCreator(String creator)(Code) | | Sets the DublinCore module creator. Convenience method that can be used
when there is only one creator to set.
Parameters: creator - the DublinCore module creator to set, null if none. |
setCreators | public void setCreators(List creators)(Code) | | Sets the DublinCore module creators.
Parameters: creators - the list of String representing the DublinCore modulecreators to set, an empty list or null if none. |
setDate | public void setDate(Date date)(Code) | | Sets the DublinCore module date. Convenience method that can be used
when there is only one date to set.
Parameters: date - the DublinCore module date to set, null if none. |
setDates | public void setDates(List dates)(Code) | | Sets the DublinCore module dates.
Parameters: dates - the list of Date representing the DublinCore module datesto set, an empty list or null if none. |
setDescription | public void setDescription(String description)(Code) | | Sets the DublinCore module description. Convenience method that can be
used when there is only one description to set.
Parameters: description - the DublinCore module description to set, null if none. |
setDescriptions | public void setDescriptions(List descriptions)(Code) | | Sets the DublinCore module descriptions.
Parameters: descriptions - the list of String representing the DublinCoremodule descriptions to set, an empty list or null if none. |
setFormat | public void setFormat(String format)(Code) | | Sets the DublinCore module format. Convenience method that can be used
when there is only one format to set.
Parameters: format - the DublinCore module format to set, null if none. |
setFormats | public void setFormats(List formats)(Code) | | Sets the DublinCore module formats.
Parameters: formats - the list of String representing the DublinCore moduleformats to set, an empty list or null if none. |
setIdentifier | public void setIdentifier(String identifier)(Code) | | Sets the DublinCore module identifier. Convenience method that can be
used when there is only one identifier to set.
Parameters: identifier - the DublinCore module identifier to set, null if none. |
setIdentifiers | public void setIdentifiers(List identifiers)(Code) | | Sets the DublinCore module identifiers.
Parameters: identifiers - the list of String representing the DublinCore moduleidentifiers to set, an empty list or null if none. |
setLanguage | public void setLanguage(String language)(Code) | | Sets the DublinCore module language. Convenience method that can be used
when there is only one language to set.
Parameters: language - the DublinCore module language to set, null if none. |
setLanguages | public void setLanguages(List languages)(Code) | | Sets the DublinCore module languages.
Parameters: languages - the list of String representing the DublinCore modulelanguages to set, an empty list or null if none. |
setPublisher | public void setPublisher(String publisher)(Code) | | Sets the DublinCore module publisher. Convenience method that can be
used when there is only one publisher to set.
Parameters: publisher - the DublinCore module publisher to set, null if none. |
setPublishers | public void setPublishers(List publishers)(Code) | | Sets the DublinCore module publishers.
Parameters: publishers - the list of String representing the DublinCore modulepublishers to set, an empty list or null if none. |
setRelation | public void setRelation(String relation)(Code) | | Sets the DublinCore module relation. Convenience method that can be used
when there is only one relation to set.
Parameters: relation - the DublinCore module relation to set, null if none. |
setRelations | public void setRelations(List relations)(Code) | | Sets the DublinCore module relations.
Parameters: relations - the list of String representing the DublinCore modulerelations to set, an empty list or null if none. |
setRights | public void setRights(String rights)(Code) | | Sets the DublinCore module rights. Convenience method that can be used
when there is only one rights to set.
Parameters: rights - the DublinCore module rights to set, null if none. |
setRightsList | public void setRightsList(List rights)(Code) | | Sets the DublinCore module rights.
Parameters: rights - the list of String representing the DublinCore modulerights to set, an empty list or null if none. |
setSource | public void setSource(String source)(Code) | | Sets the DublinCore module source. Convenience method that can be used
when there is only one source to set.
Parameters: source - the DublinCore module source to set, null if none. |
setSources | public void setSources(List sources)(Code) | | Sets the DublinCore module sources.
Parameters: sources - the list of String representing the DublinCore modulesources to set, an empty list or null if none. |
setSubject | public void setSubject(DCSubject subject)(Code) | | Sets the DCSubject element. Convenience method that can be used when
there is only one subject to set.
Parameters: subject - the DublinCore module subject to set, null if none. |
setSubjects | public void setSubjects(List subjects)(Code) | | Sets the DublinCore module subjects.
Parameters: subjects - the list of DCSubject elements with the DublinCoremodule subjects to set, an empty list or null if none. |
setTitle | public void setTitle(String title)(Code) | | Sets the DublinCore module title. Convenience method that can be used
when there is only one title to set.
Parameters: title - the DublinCore module title to set, null if none. |
setTitles | public void setTitles(List titles)(Code) | | Sets the DublinCore module titles.
Parameters: titles - the list of String representing the DublinCore moduletitles to set, an empty list or null if none. |
setType | public void setType(String type)(Code) | | Sets the DublinCore module type. Convenience method that can be used
when there is only one type to set.
Parameters: type - the DublinCore module type to set, null if none. |
setTypes | public void setTypes(List types)(Code) | | Sets the DublinCore module types.
Parameters: types - the list of String representing the DublinCore module typesto set, an empty list or null if none. |
toString | final public String toString()(Code) | | Returns the String representation for the object.
String representation for the object. |
|
|