com.sun.syndication.feed.module
クラス DCModuleImpl

java.lang.Object
  上位を拡張 com.sun.syndication.feed.module.ModuleImpl
      上位を拡張 com.sun.syndication.feed.module.DCModuleImpl
すべての実装されたインタフェース:
CopyFrom, DCModule, Module, java.io.Serializable, java.lang.Cloneable

public class DCModuleImpl
extends ModuleImpl
implements DCModule

Dublin Core ModuleImpl, default implementation.

関連項目:
Dublin Core module., 直列化された形式

フィールドの概要
static java.util.Set CONVENIENCE_PROPERTIES
          Unmodifiable Set containing the convenience properties of this class.
 
インタフェース com.sun.syndication.feed.module.DCModule から継承されたフィールド
URI
 
コンストラクタの概要
DCModuleImpl()
          Default constructor.
 
メソッドの概要
 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.
 
クラス com.sun.syndication.feed.module.ModuleImpl から継承されたメソッド
getUri
 
クラス java.lang.Object から継承されたメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース com.sun.syndication.feed.module.Module から継承されたメソッド
getUri
 

フィールドの詳細

CONVENIENCE_PROPERTIES

public static final java.util.Set CONVENIENCE_PROPERTIES
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()
Default constructor. All properties are set to null.

メソッドの詳細

getTitles

public java.util.List getTitles()
Returns the DublinCore module titles.

定義:
インタフェース DCModule 内の getTitles
戻り値:
a list of Strings representing the DublinCore module title, an empty list if none.

setTitles

public void setTitles(java.util.List titles)
Sets the DublinCore module titles.

定義:
インタフェース DCModule 内の setTitles
パラメータ:
titles - the list of String representing the DublinCore module titles to set, an empty list or null if none.

getTitle

public java.lang.String getTitle()
Gets the DublinCore module title. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getTitle
戻り値:
the first DublinCore module title, null if none.

setTitle

public void setTitle(java.lang.String title)
Sets the DublinCore module title. Convenience method that can be used when there is only one title to set.

定義:
インタフェース DCModule 内の setTitle
パラメータ:
title - the DublinCore module title to set, null if none.

getCreators

public java.util.List getCreators()
Returns the DublinCore module creator.

定義:
インタフェース DCModule 内の getCreators
戻り値:
a list of Strings representing the DublinCore module creator, an empty list if none.

setCreators

public void setCreators(java.util.List creators)
Sets the DublinCore module creators.

定義:
インタフェース DCModule 内の setCreators
パラメータ:
creators - the list of String representing the DublinCore module creators to set, an empty list or null if none.

getCreator

public java.lang.String getCreator()
Gets the DublinCore module title. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getCreator
戻り値:
the first DublinCore module title, null if none.

setCreator

public void setCreator(java.lang.String creator)
Sets the DublinCore module creator. Convenience method that can be used when there is only one creator to set.

定義:
インタフェース DCModule 内の setCreator
パラメータ:
creator - the DublinCore module creator to set, null if none.

getSubjects

public java.util.List getSubjects()
Returns the DublinCore module subjects.

定義:
インタフェース DCModule 内の getSubjects
戻り値:
a list of DCSubject elements with the DublinCore module subjects, an empty list if none.

setSubjects

public void setSubjects(java.util.List subjects)
Sets the DublinCore module subjects.

定義:
インタフェース DCModule 内の setSubjects
パラメータ:
subjects - the list of DCSubject elements with the DublinCore module subjects to set, an empty list or null if none.

getSubject

public DCSubject getSubject()
Gets the DublinCore module subject. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getSubject
戻り値:
the first DublinCore module subject, null if none.

setSubject

public void setSubject(DCSubject subject)
Sets the DCSubject element. Convenience method that can be used when there is only one subject to set.

定義:
インタフェース DCModule 内の setSubject
パラメータ:
subject - the DublinCore module subject to set, null if none.

getDescriptions

public java.util.List getDescriptions()
Returns the DublinCore module description.

定義:
インタフェース DCModule 内の getDescriptions
戻り値:
a list of Strings representing the DublinCore module description, an empty list if none.

setDescriptions

public void setDescriptions(java.util.List descriptions)
Sets the DublinCore module descriptions.

定義:
インタフェース DCModule 内の setDescriptions
パラメータ:
descriptions - the list of String representing the DublinCore module descriptions to set, an empty list or null if none.

getDescription

public java.lang.String getDescription()
Gets the DublinCore module description. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getDescription
戻り値:
the first DublinCore module description, null if none.

setDescription

public void setDescription(java.lang.String description)
Sets the DublinCore module description. Convenience method that can be used when there is only one description to set.

定義:
インタフェース DCModule 内の setDescription
パラメータ:
description - the DublinCore module description to set, null if none.

getPublishers

public java.util.List getPublishers()
Returns the DublinCore module publisher.

定義:
インタフェース DCModule 内の getPublishers
戻り値:
a list of Strings representing the DublinCore module publisher, an empty list if none.

setPublishers

public void setPublishers(java.util.List publishers)
Sets the DublinCore module publishers.

定義:
インタフェース DCModule 内の setPublishers
パラメータ:
publishers - the list of String representing the DublinCore module publishers to set, an empty list or null if none.

getPublisher

public java.lang.String getPublisher()
Gets the DublinCore module title. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getPublisher
戻り値:
the first DublinCore module title, null if none.

setPublisher

public void setPublisher(java.lang.String publisher)
Sets the DublinCore module publisher. Convenience method that can be used when there is only one publisher to set.

定義:
インタフェース DCModule 内の setPublisher
パラメータ:
publisher - the DublinCore module publisher to set, null if none.

getContributors

public java.util.List getContributors()
Returns the DublinCore module contributor.

定義:
インタフェース DCModule 内の getContributors
戻り値:
a list of Strings representing the DublinCore module contributor, an empty list if none.

setContributors

public void setContributors(java.util.List contributors)
Sets the DublinCore module contributors.

定義:
インタフェース DCModule 内の setContributors
パラメータ:
contributors - the list of String representing the DublinCore module contributors to set, an empty list or null if none.

getContributor

public java.lang.String getContributor()
Gets the DublinCore module contributor. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getContributor
戻り値:
the first DublinCore module contributor, null if none.

setContributor

public void setContributor(java.lang.String contributor)
Sets the DublinCore module contributor. Convenience method that can be used when there is only one contributor to set.

定義:
インタフェース DCModule 内の setContributor
パラメータ:
contributor - the DublinCore module contributor to set, null if none.

getDates

public java.util.List getDates()
Returns the DublinCore module date.

定義:
インタフェース DCModule 内の getDates
戻り値:
a list of Strings representing the DublinCore module date, an empty list if none.

setDates

public void setDates(java.util.List dates)
Sets the DublinCore module dates.

定義:
インタフェース DCModule 内の setDates
パラメータ:
dates - the list of Date representing the DublinCore module dates to set, an empty list or null if none.

getDate

public java.util.Date getDate()
Gets the DublinCore module date. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getDate
戻り値:
the first DublinCore module date, null if none.

setDate

public void setDate(java.util.Date date)
Sets the DublinCore module date. Convenience method that can be used when there is only one date to set.

定義:
インタフェース DCModule 内の setDate
パラメータ:
date - the DublinCore module date to set, null if none.

getTypes

public java.util.List getTypes()
Returns the DublinCore module type.

定義:
インタフェース DCModule 内の getTypes
戻り値:
a list of Strings representing the DublinCore module type, an empty list if none.

setTypes

public void setTypes(java.util.List types)
Sets the DublinCore module types.

定義:
インタフェース DCModule 内の setTypes
パラメータ:
types - the list of String representing the DublinCore module types to set, an empty list or null if none.

getType

public java.lang.String getType()
Gets the DublinCore module type. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getType
戻り値:
the first DublinCore module type, null if none.

setType

public void setType(java.lang.String type)
Sets the DublinCore module type. Convenience method that can be used when there is only one type to set.

定義:
インタフェース DCModule 内の setType
パラメータ:
type - the DublinCore module type to set, null if none.

getFormats

public java.util.List getFormats()
Returns the DublinCore module format.

定義:
インタフェース DCModule 内の getFormats
戻り値:
a list of Strings representing the DublinCore module format, an empty list if none.

setFormats

public void setFormats(java.util.List formats)
Sets the DublinCore module formats.

定義:
インタフェース DCModule 内の setFormats
パラメータ:
formats - the list of String representing the DublinCore module formats to set, an empty list or null if none.

getFormat

public java.lang.String getFormat()
Gets the DublinCore module format. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getFormat
戻り値:
the first DublinCore module format, null if none.

setFormat

public void setFormat(java.lang.String format)
Sets the DublinCore module format. Convenience method that can be used when there is only one format to set.

定義:
インタフェース DCModule 内の setFormat
パラメータ:
format - the DublinCore module format to set, null if none.

getIdentifiers

public java.util.List getIdentifiers()
Returns the DublinCore module identifier.

定義:
インタフェース DCModule 内の getIdentifiers
戻り値:
a list of Strings representing the DublinCore module identifier, an empty list if none.

setIdentifiers

public void setIdentifiers(java.util.List identifiers)
Sets the DublinCore module identifiers.

定義:
インタフェース DCModule 内の setIdentifiers
パラメータ:
identifiers - the list of String representing the DublinCore module identifiers to set, an empty list or null if none.

getIdentifier

public java.lang.String getIdentifier()
Gets the DublinCore module identifier. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getIdentifier
戻り値:
the first DublinCore module identifier, null if none.

setIdentifier

public void setIdentifier(java.lang.String identifier)
Sets the DublinCore module identifier. Convenience method that can be used when there is only one identifier to set.

定義:
インタフェース DCModule 内の setIdentifier
パラメータ:
identifier - the DublinCore module identifier to set, null if none.

getSources

public java.util.List getSources()
Returns the DublinCore module source.

定義:
インタフェース DCModule 内の getSources
戻り値:
a list of Strings representing the DublinCore module source, an empty list if none.

setSources

public void setSources(java.util.List sources)
Sets the DublinCore module sources.

定義:
インタフェース DCModule 内の setSources
パラメータ:
sources - the list of String representing the DublinCore module sources to set, an empty list or null if none.

getSource

public java.lang.String getSource()
Gets the DublinCore module source. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getSource
戻り値:
the first DublinCore module source, null if none.

setSource

public void setSource(java.lang.String source)
Sets the DublinCore module source. Convenience method that can be used when there is only one source to set.

定義:
インタフェース DCModule 内の setSource
パラメータ:
source - the DublinCore module source to set, null if none.

getLanguages

public java.util.List getLanguages()
Returns the DublinCore module language.

定義:
インタフェース DCModule 内の getLanguages
戻り値:
a list of Strings representing the DublinCore module language, an empty list if none.

setLanguages

public void setLanguages(java.util.List languages)
Sets the DublinCore module languages.

定義:
インタフェース DCModule 内の setLanguages
パラメータ:
languages - the list of String representing the DublinCore module languages to set, an empty list or null if none.

getLanguage

public java.lang.String getLanguage()
Gets the DublinCore module language. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getLanguage
戻り値:
the first DublinCore module langauge, null if none.

setLanguage

public void setLanguage(java.lang.String language)
Sets the DublinCore module language. Convenience method that can be used when there is only one language to set.

定義:
インタフェース DCModule 内の setLanguage
パラメータ:
language - the DublinCore module language to set, null if none.

getRelations

public java.util.List getRelations()
Returns the DublinCore module relation.

定義:
インタフェース DCModule 内の getRelations
戻り値:
a list of Strings representing the DublinCore module relation, an empty list if none.

setRelations

public void setRelations(java.util.List relations)
Sets the DublinCore module relations.

定義:
インタフェース DCModule 内の setRelations
パラメータ:
relations - the list of String representing the DublinCore module relations to set, an empty list or null if none.

getRelation

public java.lang.String getRelation()
Gets the DublinCore module relation. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getRelation
戻り値:
the first DublinCore module relation, null if none.

setRelation

public void setRelation(java.lang.String relation)
Sets the DublinCore module relation. Convenience method that can be used when there is only one relation to set.

定義:
インタフェース DCModule 内の setRelation
パラメータ:
relation - the DublinCore module relation to set, null if none.

getCoverages

public java.util.List getCoverages()
Returns the DublinCore module coverage.

定義:
インタフェース DCModule 内の getCoverages
戻り値:
a list of Strings representing the DublinCore module coverage, an empty list if none.

setCoverages

public void setCoverages(java.util.List coverages)
Sets the DublinCore module coverages.

定義:
インタフェース DCModule 内の setCoverages
パラメータ:
coverages - the list of String representing the DublinCore module coverages to set, an empty list or null if none.

getCoverage

public java.lang.String getCoverage()
Gets the DublinCore module coverage. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getCoverage
戻り値:
the first DublinCore module coverage, null if none.

setCoverage

public void setCoverage(java.lang.String coverage)
Sets the DublinCore module coverage. Convenience method that can be used when there is only one coverage to set.

定義:
インタフェース DCModule 内の setCoverage
パラメータ:
coverage - the DublinCore module coverage to set, null if none.

getRightsList

public java.util.List getRightsList()
Returns the DublinCore module rights.

定義:
インタフェース DCModule 内の getRightsList
戻り値:
a list of Strings representing the DublinCore module rights, an empty list if none.

setRightsList

public void setRightsList(java.util.List rights)
Sets the DublinCore module rights.

定義:
インタフェース DCModule 内の setRightsList
パラメータ:
rights - the list of String representing the DublinCore module rights to set, an empty list or null if none.

getRights

public java.lang.String getRights()
Gets the DublinCore module rights. Convenience method that can be used to obtain the first item, null if none.

定義:
インタフェース DCModule 内の getRights
戻り値:
the first DublinCore module rights, null if none.

setRights

public void setRights(java.lang.String rights)
Sets the DublinCore module rights. Convenience method that can be used when there is only one rights to set.

定義:
インタフェース DCModule 内の setRights
パラメータ:
rights - the DublinCore module rights to set, null if none.

clone

public final java.lang.Object clone()
                             throws java.lang.CloneNotSupportedException
Creates a deep 'bean' clone of the object.

定義:
インタフェース Module 内の clone
オーバーライド:
クラス ModuleImpl 内の clone
戻り値:
a clone of the object.
例外:
java.lang.CloneNotSupportedException - thrown if an element of the object cannot be cloned.

equals

public final boolean equals(java.lang.Object other)
Indicates whether some other object is "equal to" this one as defined by the Object equals() method.

オーバーライド:
クラス ModuleImpl 内の equals
パラメータ:
other - he reference object with which to compare.
戻り値:
true if 'this' object is equal to the 'other' object.

hashCode

public final int hashCode()
Returns a hashcode value for the object.

It follows the contract defined by the Object hashCode() method.

オーバーライド:
クラス ModuleImpl 内の hashCode
戻り値:
the hashcode of the bean object.

toString

public final java.lang.String toString()
Returns the String representation for the object.

オーバーライド:
クラス ModuleImpl 内の toString
戻り値:
String representation for the object.

getInterface

public final java.lang.Class getInterface()
インタフェース CopyFrom の記述:
Returns the interface the copyFrom works on.

This is useful when dealing with properties that may have multiple implementations. For example, Module.

定義:
インタフェース CopyFrom 内の getInterface
戻り値:
the interface the copyFrom works on.

copyFrom

public final void copyFrom(java.lang.Object obj)
インタフェース CopyFrom の記述:
Copies all the properties of the given bean into this one.

Any 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 内の copyFrom
パラメータ:
obj - the instance to copy properties from.