public class Webpage extends Object implements org.apache.gora.persistency.Persistent
| Constructor and Description |
|---|
Webpage() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearDirty() |
void |
clearDirty(int fieldIndex) |
void |
clearDirty(String field) |
Webpage |
clone() |
String |
getCommon() |
String |
getContent() |
String |
getHashKey() |
String |
getOutlinks() |
String |
getParsedContent() |
org.apache.gora.persistency.Tombstone |
getTombstone() |
List<org.apache.avro.Schema.Field> |
getUnmanagedFields() |
boolean |
isDirty() |
boolean |
isDirty(int fieldIndex) |
boolean |
isDirty(String field) |
org.apache.gora.persistency.Persistent |
newInstance() |
void |
setCommon(String pCommon) |
void |
setContent(String pContent) |
void |
setDirty() |
void |
setDirty(boolean pDirty) |
void |
setDirty(int fieldIndex) |
void |
setDirty(String field) |
void |
setHashKey(String pId) |
void |
setNew(boolean pNew) |
void |
setOutlinks(String pOutlinks) |
void |
setParsedContent(String pParsedContent) |
public String getHashKey()
public void setHashKey(String pId)
public String getContent()
public void setContent(String pContent)
public String getCommon()
public void setCommon(String pCommon)
public String getOutlinks()
public void setOutlinks(String pOutlinks)
public String getParsedContent()
public void setParsedContent(String pParsedContent)
public void setNew(boolean pNew)
public void setDirty(boolean pDirty)
public void clear()
clear in interface org.apache.gora.persistency.Persistentpublic boolean isDirty()
isDirty in interface org.apache.gora.persistency.Dirtyablepublic boolean isDirty(int fieldIndex)
isDirty in interface org.apache.gora.persistency.Persistentpublic boolean isDirty(String field)
isDirty in interface org.apache.gora.persistency.Persistentpublic void setDirty()
setDirty in interface org.apache.gora.persistency.Persistentpublic void setDirty(int fieldIndex)
setDirty in interface org.apache.gora.persistency.Persistentpublic void setDirty(String field)
setDirty in interface org.apache.gora.persistency.Persistentpublic void clearDirty(int fieldIndex)
clearDirty in interface org.apache.gora.persistency.Persistentpublic void clearDirty(String field)
clearDirty in interface org.apache.gora.persistency.Persistentpublic void clearDirty()
clearDirty in interface org.apache.gora.persistency.Dirtyablepublic org.apache.gora.persistency.Tombstone getTombstone()
getTombstone in interface org.apache.gora.persistency.Persistentpublic List<org.apache.avro.Schema.Field> getUnmanagedFields()
getUnmanagedFields in interface org.apache.gora.persistency.Persistentpublic org.apache.gora.persistency.Persistent newInstance()
newInstance in interface org.apache.gora.persistency.PersistentCopyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.