Class BaseEntity

    • Constructor Detail

      • BaseEntity

        public BaseEntity​(@Nonnull
                          org.symphonyoss.s2.common.dom.json.IImmutableJsonDomNode jsonDomNode)
    • Method Detail

      • getJsonDomNode

        @Nonnull
        public org.symphonyoss.s2.common.dom.json.IImmutableJsonDomNode getJsonDomNode()
        Specified by:
        getJsonDomNode in interface IBaseEntity
        Specified by:
        getJsonDomNode in interface org.symphonyoss.s2.common.dom.json.IJsonDomNodeProvider
      • serialize

        @Nonnull
        public org.symphonyoss.s2.common.immutable.ImmutableByteArray serialize()
        Description copied from interface: IBaseEntity
        Serialize this object.
        Specified by:
        serialize in interface IBaseEntity
        Returns:
        The serialized form of this object.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object