-
- All Implemented Interfaces:
-
java.io.Externalizable,java.io.Serializable,java.lang.Comparable,org.apache.avro.generic.GenericContainer,org.apache.avro.generic.GenericRecord,org.apache.avro.generic.IndexedRecord,org.apache.avro.specific.SpecificRecord,org.apache.gora.persistency.Dirtyable,org.apache.gora.persistency.Persistent,org.apache.gora.persistency.Tombstone
public final class GHypeLink.Tombstone extends GHypeLink implements Tombstone
-
-
Method Summary
Modifier and Type Method Description CharSequencegetUrl()Gets the value of the 'url' field. voidsetUrl(CharSequence value)Sets the value of the 'url' field. booleanisUrlDirty()Checks the dirty status of the 'url' field. CharSequencegetAnchor()Gets the value of the 'anchor' field. voidsetAnchor(CharSequence value)Sets the value of the 'anchor' field. booleanisAnchorDirty()Checks the dirty status of the 'anchor' field. IntegergetOrder()Gets the value of the 'order' field. voidsetOrder(Integer value)Sets the value of the 'order' field. booleanisOrderDirty()Checks the dirty status of the 'order' field. -
Methods inherited from class ai.platon.pulsar.persist.gora.generated.GHypeLink
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, put, readExternal, writeExternal -
Methods inherited from class org.apache.gora.persistency.impl.PersistentBase
clear, clearDirty, equals, getDirtyBytes, getFieldsCount, getUnmanagedFields, isDirty, setDirty, setDirtyBytes -
Methods inherited from class org.apache.avro.specific.SpecificRecordBase
compareTo, get, getConverion, getConversion, getSchema, hashCode, put, readExternal, toString, writeExternal -
Methods inherited from class org.apache.gora.persistency.Persistent
getTombstone, newInstance -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUrl
CharSequence getUrl()
Gets the value of the 'url' field.
-
setUrl
void setUrl(CharSequence value)
Sets the value of the 'url' field.
- Parameters:
value- the value to set.
-
isUrlDirty
boolean isUrlDirty()
Checks the dirty status of the 'url' field. A field is dirty if it represents a change that has not yet been written to the database.
-
getAnchor
CharSequence getAnchor()
Gets the value of the 'anchor' field.
-
setAnchor
void setAnchor(CharSequence value)
Sets the value of the 'anchor' field.
- Parameters:
value- the value to set.
-
isAnchorDirty
boolean isAnchorDirty()
Checks the dirty status of the 'anchor' field. A field is dirty if it represents a change that has not yet been written to the database.
-
setOrder
void setOrder(Integer value)
Sets the value of the 'order' field.
- Parameters:
value- the value to set.
-
isOrderDirty
boolean isOrderDirty()
Checks the dirty status of the 'order' field. A field is dirty if it represents a change that has not yet been written to the database.
-
-
-
-