public class CachedPage extends DatastoreObject
Constructor and Description |
---|
CachedPage() |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
Date |
getFetchDate() |
String |
getUrl() |
boolean |
isFetchInProgress() |
void |
setContent(String content) |
void |
setFetchDate(Date fetchDate) |
void |
setFetchInProgress(boolean fetchInProgress) |
void |
setUrl(String url) |
getId, setId
public void setUrl(String url)
public String getUrl()
public void setFetchDate(Date fetchDate)
public Date getFetchDate()
public void setFetchInProgress(boolean fetchInProgress)
public boolean isFetchInProgress()
public void setContent(String content)
public String getContent()
Copyright © 2010-2014 ArcBees. All Rights Reserved.