org.seasar.robot.entity
クラス UrlQueueImpl

java.lang.Object
  上位を拡張 org.seasar.robot.entity.UrlQueueImpl
すべての実装されたインタフェース:
UrlQueue

public class UrlQueueImpl
extends Object
implements UrlQueue

作成者:
shinsuke

フィールドの概要
protected  Timestamp createTime
           
protected  Integer depth
           
protected  Long id
           
protected  Timestamp lastModified
           
protected  String method
           
protected  String parentUrl
           
protected  String sessionId
           
protected  String url
           
 
コンストラクタの概要
UrlQueueImpl()
           
 
メソッドの概要
 Timestamp getCreateTime()
           
 Integer getDepth()
           
 Long getId()
           
 Timestamp getLastModified()
           
 String getMethod()
           
 String getParentUrl()
           
 String getSessionId()
           
 String getUrl()
           
 void setCreateTime(Timestamp createTime)
           
 void setDepth(Integer depth)
           
 void setId(Long id)
           
 void setLastModified(Timestamp lastModified)
           
 void setMethod(String method)
           
 void setParentUrl(String parentUrl)
           
 void setSessionId(String sessionId)
           
 void setUrl(String url)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

id

protected Long id

sessionId

protected String sessionId

method

protected String method

url

protected String url

parentUrl

protected String parentUrl

depth

protected Integer depth

lastModified

protected Timestamp lastModified

createTime

protected Timestamp createTime
コンストラクタの詳細

UrlQueueImpl

public UrlQueueImpl()
メソッドの詳細

getId

public Long getId()
定義:
インタフェース UrlQueue 内の getId

setId

public void setId(Long id)
定義:
インタフェース UrlQueue 内の setId

getSessionId

public String getSessionId()
定義:
インタフェース UrlQueue 内の getSessionId

setSessionId

public void setSessionId(String sessionId)
定義:
インタフェース UrlQueue 内の setSessionId

getMethod

public String getMethod()
定義:
インタフェース UrlQueue 内の getMethod

setMethod

public void setMethod(String method)
定義:
インタフェース UrlQueue 内の setMethod

getUrl

public String getUrl()
定義:
インタフェース UrlQueue 内の getUrl

setUrl

public void setUrl(String url)
定義:
インタフェース UrlQueue 内の setUrl

getParentUrl

public String getParentUrl()
定義:
インタフェース UrlQueue 内の getParentUrl

setParentUrl

public void setParentUrl(String parentUrl)
定義:
インタフェース UrlQueue 内の setParentUrl

getDepth

public Integer getDepth()
定義:
インタフェース UrlQueue 内の getDepth

setDepth

public void setDepth(Integer depth)
定義:
インタフェース UrlQueue 内の setDepth

getCreateTime

public Timestamp getCreateTime()
定義:
インタフェース UrlQueue 内の getCreateTime

setCreateTime

public void setCreateTime(Timestamp createTime)
定義:
インタフェース UrlQueue 内の setCreateTime

getLastModified

public Timestamp getLastModified()
定義:
インタフェース UrlQueue 内の getLastModified

setLastModified

public void setLastModified(Timestamp lastModified)
定義:
インタフェース UrlQueue 内の setLastModified


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.