Class DesignElementDataVector

    • Constructor Detail

      • DesignElementDataVector

        public DesignElementDataVector()
    • Method Detail

      • getOriginalDesignElement

        @Nullable
        public abstract String getOriginalDesignElement()
        The original design element that was used to create this vector.

        This is generally null, but if the data was imported and a mapping was done between some external data source and one of Gemma's platform, this will contain the original ID.

      • hashCode

        public int hashCode()
        Description copied from class: DataVector
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class DataVector