Package 

Class GParseStatus

  • 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 GParseStatus
    extends PersistentBase implements SpecificRecord, Persistent
                        
    • Method Detail

      • setMajorCode

         void setMajorCode(Integer value)

        Sets the value of the 'majorCode' field.

        Parameters:
        value - the value to set.
      • setMinorCode

         void setMinorCode(Integer value)

        Sets the value of the 'minorCode' field.

        Parameters:
        value - the value to set.
      • isMajorCodeDirty

         boolean isMajorCodeDirty()

        Checks the dirty status of the 'majorCode' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isMinorCodeDirty

         boolean isMinorCodeDirty()

        Checks the dirty status of the 'minorCode' field. A field is dirty if it represents a change that has not yet been written to the database.

      • isArgsDirty

         boolean isArgsDirty()

        Checks the dirty status of the 'args' 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.