Package 

Class GHypeLink

  • 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

    
    public class GHypeLink
    extends PersistentBase implements SpecificRecord, Persistent
                        
    • 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.
      CharSequence getAnchor() Gets the value of the 'anchor' field.
      void setAnchor(CharSequence value) Sets the value of the 'anchor' field.
      void setOrder(Integer value) Sets the value of the 'order' field.
      int getFieldsCount() Gets the total field count.
      Schema getSchema()
      Object get(int field$)
      void put(int field$, Object value)
      boolean isUrlDirty() Checks the dirty status of the 'url' field.
      boolean isAnchorDirty() Checks the dirty status of the 'anchor' field.
      boolean isOrderDirty() Checks the dirty status of the 'order' field.
      static GHypeLink.Builder newBuilder() Creates a new GHypeLink RecordBuilder
      static GHypeLink.Builder newBuilder(GHypeLink.Builder other) Creates a new GHypeLink RecordBuilder by copying an existing Builder
      static GHypeLink.Builder newBuilder(GHypeLink other) Creates a new GHypeLink RecordBuilder by copying an existing GHypeLink instance
      GHypeLink.Tombstone getTombstone()
      GHypeLink newInstance()
      void writeExternal(ObjectOutput out) Writes AVRO data bean to output stream in the form of AVRO Binary encoding format.
      void readExternal(ObjectInput in) Reads AVRO data bean from input stream in it s AVRO Binary encoding format to Java object format.This will transform AVRO data bean from it s serializable form to deserialized Java object form.
      • 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.
      • setAnchor

         void setAnchor(CharSequence value)

        Sets the value of the 'anchor' field.

        Parameters:
        value - the value to set.
      • setOrder

         void setOrder(Integer value)

        Sets the value of the 'order' 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.

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

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

      • writeExternal

         void writeExternal(ObjectOutput out)

        Writes AVRO data bean to output stream in the form of AVRO Binary encoding format. This will transformAVRO data bean from its Java object form to it s serializable form.

        Parameters:
        out - java.io.
      • readExternal

         void readExternal(ObjectInput in)

        Reads AVRO data bean from input stream in it s AVRO Binary encoding format to Java object format.This will transform AVRO data bean from it s serializable form to deserialized Java object form.

        Parameters:
        in - java.io.