Class ProbeLoading

    • Constructor Detail

      • ProbeLoading

        public ProbeLoading()
        No-arg constructor added to satisfy javabean contract
    • Method Detail

      • getComponentNumber

        public Integer getComponentNumber()
        Returns:
        Which component this loading is for (the first component is number 1)
      • setComponentNumber

        public void setComponentNumber​(Integer componentNumber)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getLoading

        public Double getLoading()
        Returns:
        The raw loading value from the SVD. This corresponds to the values in the left singular vector.
      • setLoading

        public void setLoading​(Double loading)
      • getLoadingRank

        public Integer getLoadingRank()
        Returns:
        The rank of this loading among the ones which were stored for the component
      • setLoadingRank

        public void setLoadingRank​(Integer loadingRank)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
        Returns:
        Returns a hash code based on this entity's identifiers.
      • equals

        public boolean equals​(Object object)
        Overrides:
        equals in class Object
        Returns:
        true if the argument is an ProbeLoading instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.