org.seasar.robot.entity
クラス UrlQueueImpl
java.lang.Object
org.seasar.robot.entity.UrlQueueImpl
- すべての実装されたインタフェース:
- UrlQueue
public class UrlQueueImpl
- extends Object
- implements UrlQueue
- 作成者:
- shinsuke
クラス 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.