|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.sun.syndication.feed.module.ModuleImpl
com.sun.syndication.feed.module.SyModuleImpl
public class SyModuleImpl
Syndication ModuleImpl, default implementation.
| フィールドの概要 |
|---|
| インタフェース com.sun.syndication.feed.module.SyModule から継承されたフィールド |
|---|
DAILY, HOURLY, MONTHLY, URI, WEEKLY, YEARLY |
| コンストラクタの概要 | |
|---|---|
SyModuleImpl()
Default constructor. |
|
| メソッドの概要 | |
|---|---|
void |
copyFrom(java.lang.Object obj)
Copies all the properties of the given bean into this one. |
java.lang.Class |
getInterface()
Returns the interface the copyFrom works on. |
java.util.Date |
getUpdateBase()
Returns the Syndication module update base date. |
int |
getUpdateFrequency()
Returns the Syndication module update frequency. |
java.lang.String |
getUpdatePeriod()
Returns the Syndication module update period. |
void |
setUpdateBase(java.util.Date updateBase)
Sets the Syndication module update base date. |
void |
setUpdateFrequency(int updateFrequency)
Sets the Syndication module update frequency. |
void |
setUpdatePeriod(java.lang.String updatePeriod)
Sets the Syndication module update period. |
| クラス com.sun.syndication.feed.module.ModuleImpl から継承されたメソッド |
|---|
clone, equals, getUri, hashCode, toString |
| クラス java.lang.Object から継承されたメソッド |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| インタフェース com.sun.syndication.feed.module.Module から継承されたメソッド |
|---|
clone, getUri |
| コンストラクタの詳細 |
|---|
public SyModuleImpl()
| メソッドの詳細 |
|---|
public java.lang.String getUpdatePeriod()
SyModule 内の getUpdatePeriodpublic void setUpdatePeriod(java.lang.String updatePeriod)
SyModule 内の setUpdatePeriodupdatePeriod - the Syndication module update period to set, null if none.public int getUpdateFrequency()
SyModule 内の getUpdateFrequencypublic void setUpdateFrequency(int updateFrequency)
SyModule 内の setUpdateFrequencyupdateFrequency - the Syndication module update frequency to set, null if none.public java.util.Date getUpdateBase()
SyModule 内の getUpdateBasepublic void setUpdateBase(java.util.Date updateBase)
SyModule 内の setUpdateBaseupdateBase - the Syndication module update base date to set, null if none.public java.lang.Class getInterface()
CopyFrom の記述: This is useful when dealing with properties that may have multiple implementations. For example, Module.
CopyFrom 内の getInterfacepublic void copyFrom(java.lang.Object obj)
CopyFrom の記述: 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 内の copyFromobj - the instance to copy properties from.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||