|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.stormcat.jvbeans.response.JvResult
org.stormcat.jvbeans.response.JvOpen
public class JvOpen
JvLinkWrapper.jvOpen(String, String, long)
で、
蓄積系データを要求した際に取得できる情報を格納するためのクラスです。
コンストラクタの概要 | |
---|---|
JvOpen()
|
メソッドの概要 | |
---|---|
Integer |
getDownloadCount()
ダウンロードが必要なファイル数を返します。 |
String |
getLastFileTimeStamp()
最も新しいファイルのタイムスタンプを返します。 |
Integer |
getReadCount()
指定した条件に該当する全ファイル数を返します。 |
void |
setDownloadCount(Integer downloadCount)
ダウンロードが必要なファイル数をセットします。 |
void |
setLastFileTimeStamp(String lastFileTimeStamp)
最も新しいファイルのタイムスタンプをセットします。 |
void |
setReadCount(Integer readCount)
指定した条件に該当する全ファイル数をセットします。 |
クラス org.stormcat.jvbeans.response.JvResult から継承されたメソッド |
---|
getReturnCode, setReturnCode |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public JvOpen()
メソッドの詳細 |
---|
public Integer getReadCount()
public void setReadCount(Integer readCount)
readCount
- 指定した条件に該当する全ファイル数public Integer getDownloadCount()
public void setDownloadCount(Integer downloadCount)
downloadCount
- ダウンロードが必要なファイル数public String getLastFileTimeStamp()
public void setLastFileTimeStamp(String lastFileTimeStamp)
lastFileTimeStamp
- 最も新しいファイルのタイムスタンプ
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |