Package 

Class GHypeLink.Tombstone

  • 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
      CharSequence getUrl() Gets the value of the 'url' field.
      void setUrl(CharSequence value) Sets the value of the 'url' field.
      boolean isUrlDirty() Checks the dirty status of the 'url' field.
      CharSequence getAnchor() Gets the value of the 'anchor' field.
      void setAnchor(CharSequence value) Sets the value of the 'anchor' field.
      boolean isAnchorDirty() Checks the dirty status of the 'anchor' field.
      Integer getOrder() Gets the value of the 'order' field.
      void setOrder(Integer value) Sets the value of the 'order' field.
      boolean isOrderDirty() 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

      • 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.

      • 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.