mokkouyou.yahoo.result.video.impl
クラス ThumbnailTypeImpl
java.lang.Object
mokkouyou.yahoo.result.video.impl.ThumbnailTypeImpl
- すべての実装インタフェース:
- ThumbnailType
- public class ThumbnailTypeImpl
- extends java.lang.Object
- implements ThumbnailType
|
メソッドの概要 |
boolean |
equals(java.lang.Object o)
Returns true if this ThumbnailTypeImpl is the same as the o argument. |
java.math.BigInteger |
getHeight()
|
java.lang.String |
getUrl()
|
java.math.BigInteger |
getWidth()
|
int |
hashCode()
Override hashCode. |
void |
setHeight(java.math.BigInteger pHeight)
|
void |
setUrl(java.lang.String pUrl)
|
void |
setWidth(java.math.BigInteger pWidth)
|
java.lang.String |
toString()
|
| クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ThumbnailTypeImpl
public ThumbnailTypeImpl()
getUrl
public java.lang.String getUrl()
- 定義:
- インタフェース
ThumbnailType 内の getUrl
setUrl
public void setUrl(java.lang.String pUrl)
- 定義:
- インタフェース
ThumbnailType 内の setUrl
getHeight
public java.math.BigInteger getHeight()
- 定義:
- インタフェース
ThumbnailType 内の getHeight
setHeight
public void setHeight(java.math.BigInteger pHeight)
- 定義:
- インタフェース
ThumbnailType 内の setHeight
getWidth
public java.math.BigInteger getWidth()
- 定義:
- インタフェース
ThumbnailType 内の getWidth
setWidth
public void setWidth(java.math.BigInteger pWidth)
- 定義:
- インタフェース
ThumbnailType 内の setWidth
hashCode
public int hashCode()
- Override hashCode.
- 戻り値:
- the Objects hashcode.
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object o)
- Returns
true if this ThumbnailTypeImpl is the same as the o argument.
- 戻り値:
true if this ThumbnailTypeImpl is the same as the o argument.