com.sun.syndication.feed.synd
クラス SyndLinkImpl

java.lang.Object
  上位を拡張 com.sun.syndication.feed.synd.SyndLinkImpl
すべての実装されたインタフェース:
SyndLink, java.io.Serializable, java.lang.Cloneable

public class SyndLinkImpl
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable, SyndLink

Represents a link or an enclosure.

関連項目:
直列化された形式

コンストラクタの概要
SyndLinkImpl()
          Default constructor.
 
メソッドの概要
 java.lang.Object clone()
          Creates a deep 'bean' clone of the object.
 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 getHref()
          Returns the link href.
 java.lang.String getHreflang()
          Returns the hreflang
 long getLength()
          Returns the length
 java.lang.String getRel()
          Returns the link rel.
 java.lang.String getTitle()
          Returns the link title.
 java.lang.String getType()
          Returns the link type.
 int hashCode()
          Returns a hashcode value for the object.
 void setHref(java.lang.String href)
          Sets the link href.
 void setHreflang(java.lang.String hreflang)
          Set the hreflang
 void setLength(long length)
          Set the length
 void setRel(java.lang.String rel)
          Sets the link rel.
 void setTitle(java.lang.String title)
          Sets the link title.
 void setType(java.lang.String type)
          Sets the link type.
 java.lang.String toString()
          Returns the String representation for the object.
 
クラス java.lang.Object から継承されたメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

SyndLinkImpl

public SyndLinkImpl()
Default constructor. All properties are set to null.

メソッドの詳細

clone

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

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

equals

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

定義:
インタフェース SyndLink 内の equals
オーバーライド:
クラス java.lang.Object 内の equals
パラメータ:
other - he reference object with which to compare.
戻り値:
true if 'this' object is equal to the 'other' object.

hashCode

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

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

定義:
インタフェース SyndLink 内の hashCode
オーバーライド:
クラス java.lang.Object 内の hashCode
戻り値:
the hashcode of the bean object.

toString

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

定義:
インタフェース SyndLink 内の toString
オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
String representation for the object.

getRel

public java.lang.String getRel()
Returns the link rel.

定義:
インタフェース SyndLink 内の getRel
戻り値:
the link rel, null if none.

setRel

public void setRel(java.lang.String rel)
Sets the link rel.

定義:
インタフェース SyndLink 内の setRel
パラメータ:
rel - the link rel,, null if none.

getType

public java.lang.String getType()
Returns the link type.

定義:
インタフェース SyndLink 内の getType
戻り値:
the link type, null if none.

setType

public void setType(java.lang.String type)
Sets the link type.

定義:
インタフェース SyndLink 内の setType
パラメータ:
type - the link type, null if none.

getHref

public java.lang.String getHref()
Returns the link href.

定義:
インタフェース SyndLink 内の getHref
戻り値:
the link href, null if none.

setHref

public void setHref(java.lang.String href)
Sets the link href.

定義:
インタフェース SyndLink 内の setHref
パラメータ:
href - the link href, null if none.

getTitle

public java.lang.String getTitle()
Returns the link title.

定義:
インタフェース SyndLink 内の getTitle
戻り値:
the link title, null if none.

setTitle

public void setTitle(java.lang.String title)
Sets the link title.

定義:
インタフェース SyndLink 内の setTitle
パラメータ:
title - the link title, null if none.

getHreflang

public java.lang.String getHreflang()
Returns the hreflang

定義:
インタフェース SyndLink 内の getHreflang
戻り値:
Returns the hreflang.

setHreflang

public void setHreflang(java.lang.String hreflang)
Set the hreflang

定義:
インタフェース SyndLink 内の setHreflang
パラメータ:
hreflang - The hreflang to set.

getLength

public long getLength()
Returns the length

定義:
インタフェース SyndLink 内の getLength
戻り値:
Returns the length.

setLength

public void setLength(long length)
Set the length

定義:
インタフェース SyndLink 内の setLength
パラメータ:
length - The length to set.