Class ObjectFieldImpl

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, FieldValue

    public class ObjectFieldImpl
    extends java.lang.Object
    implements FieldValue, java.io.Externalizable
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectFieldImpl

        public ObjectFieldImpl()
      • ObjectFieldImpl

        public ObjectFieldImpl​(java.lang.Object value)
    • Method Detail

      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface FieldValue
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • isNull

        public boolean isNull()
        Specified by:
        isNull in interface FieldValue
      • isCollectionField

        public boolean isCollectionField()
        Description copied from interface: FieldValue
        Returns true if the given field value implements the Collection interface
        Specified by:
        isCollectionField in interface FieldValue
        Returns:
      • getFieldName

        public java.lang.String getFieldName()
      • setFieldName

        public void setFieldName​(java.lang.String fieldName)