Package 

Class GActiveDomStatus

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

      • setN

         void setN(Integer value)

        Sets the value of the 'n' field.

        Parameters:
        value - the value to set.
      • setScroll

         void setScroll(Integer value)

        Sets the value of the 'scroll' field.

        Parameters:
        value - the value to set.
      • setSt

         void setSt(CharSequence value)

        Sets the value of the 'st' field.

        Parameters:
        value - the value to set.
      • setR

         void setR(CharSequence value)

        Sets the value of the 'r' field.

        Parameters:
        value - the value to set.
      • setIdl

         void setIdl(CharSequence value)

        Sets the value of the 'idl' field.

        Parameters:
        value - the value to set.
      • setEc

         void setEc(CharSequence value)

        Sets the value of the 'ec' field.

        Parameters:
        value - the value to set.
      • isNDirty

         boolean isNDirty()

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

      • isScrollDirty

         boolean isScrollDirty()

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

      • isStDirty

         boolean isStDirty()

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

      • isRDirty

         boolean isRDirty()

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

      • isIdlDirty

         boolean isIdlDirty()

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

      • isEcDirty

         boolean isEcDirty()

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