mokkouyou.yahoo.result.image.impl
クラス ResultSetTypeImpl
java.lang.Object
mokkouyou.yahoo.result.image.impl.ResultSetTypeImpl
- すべての実装インタフェース:
- ResultSetType
- 直系の既知のサブクラス:
- ResultSetImpl
- public class ResultSetTypeImpl
- extends java.lang.Object
- implements ResultSetType
| クラス java.lang.Object から継承したメソッド |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ResultSetTypeImpl
public ResultSetTypeImpl()
getTotalResultsAvailable
public java.math.BigInteger getTotalResultsAvailable()
- 定義:
- インタフェース
ResultSetType 内の getTotalResultsAvailable
setTotalResultsAvailable
public void setTotalResultsAvailable(java.math.BigInteger pTotalResultsAvailable)
- 定義:
- インタフェース
ResultSetType 内の setTotalResultsAvailable
getTotalResultsReturned
public java.math.BigInteger getTotalResultsReturned()
- 定義:
- インタフェース
ResultSetType 内の getTotalResultsReturned
setTotalResultsReturned
public void setTotalResultsReturned(java.math.BigInteger pTotalResultsReturned)
- 定義:
- インタフェース
ResultSetType 内の setTotalResultsReturned
getFirstResultPosition
public java.math.BigInteger getFirstResultPosition()
- 定義:
- インタフェース
ResultSetType 内の getFirstResultPosition
setFirstResultPosition
public void setFirstResultPosition(java.math.BigInteger pFirstResultPosition)
- 定義:
- インタフェース
ResultSetType 内の setFirstResultPosition
getResult
public java.util.List getResult()
- 定義:
- インタフェース
ResultSetType 内の getResult
equals
public boolean equals(java.lang.Object o)
- Returns
true if this ResultSetTypeImpl is the same as the o argument.
- 戻り値:
true if this ResultSetTypeImpl is the same as the o argument.
hashCode
public int hashCode()
- Override hashCode.
- 戻り値:
- the Objects hashcode.
toString
public java.lang.String toString()