mokkouyou.yahoo.result.image.impl
クラス ResultTypeImpl
java.lang.Object
mokkouyou.yahoo.result.image.impl.ResultTypeImpl
- すべての実装インタフェース:
- ResultType
- public class ResultTypeImpl
- extends java.lang.Object
- implements ResultType
| クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ResultTypeImpl
public ResultTypeImpl()
getTitle
public java.lang.String getTitle()
- 定義:
- インタフェース
ResultType 内の getTitle
setTitle
public void setTitle(java.lang.String pTitle)
- 定義:
- インタフェース
ResultType 内の setTitle
getSummary
public java.lang.String getSummary()
- 定義:
- インタフェース
ResultType 内の getSummary
setSummary
public void setSummary(java.lang.String pSummary)
- 定義:
- インタフェース
ResultType 内の setSummary
getUrl
public java.lang.String getUrl()
- 定義:
- インタフェース
ResultType 内の getUrl
setUrl
public void setUrl(java.lang.String pUrl)
- 定義:
- インタフェース
ResultType 内の setUrl
getClickUrl
public java.lang.String getClickUrl()
- 定義:
- インタフェース
ResultType 内の getClickUrl
setClickUrl
public void setClickUrl(java.lang.String pClickUrl)
- 定義:
- インタフェース
ResultType 内の setClickUrl
getRefererUrl
public java.lang.String getRefererUrl()
- 定義:
- インタフェース
ResultType 内の getRefererUrl
setRefererUrl
public void setRefererUrl(java.lang.String pRefererUrl)
- 定義:
- インタフェース
ResultType 内の setRefererUrl
getFileSize
public java.lang.String getFileSize()
- 定義:
- インタフェース
ResultType 内の getFileSize
setFileSize
public void setFileSize(java.lang.String pFileSize)
- 定義:
- インタフェース
ResultType 内の setFileSize
getFileFormat
public java.lang.String getFileFormat()
- 定義:
- インタフェース
ResultType 内の getFileFormat
setFileFormat
public void setFileFormat(java.lang.String pFileFormat)
- 定義:
- インタフェース
ResultType 内の setFileFormat
getHeight
public java.math.BigInteger getHeight()
- 定義:
- インタフェース
ResultType 内の getHeight
setHeight
public void setHeight(java.math.BigInteger pHeight)
- 定義:
- インタフェース
ResultType 内の setHeight
getWidth
public java.math.BigInteger getWidth()
- 定義:
- インタフェース
ResultType 内の getWidth
setWidth
public void setWidth(java.math.BigInteger pWidth)
- 定義:
- インタフェース
ResultType 内の setWidth
getThumbnail
public ThumbnailType getThumbnail()
- 定義:
- インタフェース
ResultType 内の getThumbnail
setThumbnail
public void setThumbnail(ThumbnailType pThumbnail)
- 定義:
- インタフェース
ResultType 内の setThumbnail
getPublisher
public java.lang.String getPublisher()
- 定義:
- インタフェース
ResultType 内の getPublisher
setPublisher
public void setPublisher(java.lang.String pPublisher)
- 定義:
- インタフェース
ResultType 内の setPublisher
getRestrictions
public java.lang.String getRestrictions()
- 定義:
- インタフェース
ResultType 内の getRestrictions
setRestrictions
public void setRestrictions(java.lang.String pRestrictions)
- 定義:
- インタフェース
ResultType 内の setRestrictions
getCopyright
public java.lang.String getCopyright()
- 定義:
- インタフェース
ResultType 内の getCopyright
setCopyright
public void setCopyright(java.lang.String pCopyright)
- 定義:
- インタフェース
ResultType 内の setCopyright
toString
public java.lang.String toString()
hashCode
public int hashCode()
- Override hashCode.
- 戻り値:
- the Objects hashcode.
equals
public boolean equals(java.lang.Object o)
- Returns
true if this ResultTypeImpl is the same as the o argument.
- 戻り値:
true if this ResultTypeImpl is the same as the o argument.