org.seasar.robot.entity
インタフェース UrlQueue
- 既知の実装クラスの一覧:
- UrlQueueImpl
public interface UrlQueue
- 作成者:
- shinsuke
getId
Long getId()
setId
void setId(Long id)
getSessionId
String getSessionId()
setSessionId
void setSessionId(String sessionId)
getMethod
String getMethod()
setMethod
void setMethod(String method)
getUrl
String getUrl()
setUrl
void setUrl(String url)
getParentUrl
String getParentUrl()
setParentUrl
void setParentUrl(String parentUrl)
getDepth
Integer getDepth()
setDepth
void setDepth(Integer depth)
getLastModified
Timestamp getLastModified()
setLastModified
void setLastModified(Timestamp lastModified)
getCreateTime
Timestamp getCreateTime()
setCreateTime
void setCreateTime(Timestamp createTime)
Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.