Class FilterGH


  • public class FilterGH
    extends java.lang.Object
    Object to store FilterGH data
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TYPE_BIORTHOGONAL
      Constant for filterGH type = Bi-orthogonal
      static int TYPE_ORTHOGONAL
      Constant for filterGH type = Orthogonal
      static int TYPE_OTHER
      Constant for filterGH type = Other
    • Constructor Summary

      Constructors 
      Constructor Description
      FilterGH()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Filter getG()
      Get method for filter g
      Filter getGi()
      Get method for filter gi
      Filter getH()
      Get method for filter h
      Filter getHi()
      Get method for filter hi
      java.lang.Integer getId()
      Get method for id
      java.lang.String getName()
      Get method for name
      int getType()
      Get method for type
      void setG​(Filter g)
      Set method for filter g
      void setGi​(Filter gi)
      Set method for filter gi
      void setH​(Filter h)
      Set method for filter h
      void setHi​(Filter hi)
      Set method for filter hi
      void setId​(java.lang.Integer id)
      Set method for id
      void setName​(java.lang.String name)
      Set method for name
      void setType​(java.lang.String type)
      Set method for type
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TYPE_ORTHOGONAL

        public static final int TYPE_ORTHOGONAL
        Constant for filterGH type = Orthogonal
        See Also:
        Constant Field Values
      • TYPE_BIORTHOGONAL

        public static final int TYPE_BIORTHOGONAL
        Constant for filterGH type = Bi-orthogonal
        See Also:
        Constant Field Values
      • TYPE_OTHER

        public static final int TYPE_OTHER
        Constant for filterGH type = Other
        See Also:
        Constant Field Values
    • Constructor Detail

      • FilterGH

        public FilterGH()
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Get method for id
        Returns:
        id
      • setId

        public void setId​(java.lang.Integer id)
        Set method for id
        Parameters:
        id -
      • getName

        public java.lang.String getName()
        Get method for name
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
        Set method for name
        Parameters:
        name -
      • getType

        public int getType()
        Get method for type
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
        Set method for type
        Parameters:
        type -
      • getG

        public Filter getG()
        Get method for filter g
        Returns:
        filter g
      • setG

        public void setG​(Filter g)
        Set method for filter g
        Parameters:
        g -
      • getH

        public Filter getH()
        Get method for filter h
        Returns:
        filter h
      • setH

        public void setH​(Filter h)
        Set method for filter h
        Parameters:
        h -
      • getGi

        public Filter getGi()
        Get method for filter gi
        Returns:
        filter gi
      • setGi

        public void setGi​(Filter gi)
        Set method for filter gi
        Parameters:
        gi -
      • getHi

        public Filter getHi()
        Get method for filter hi
        Returns:
        filter hi
      • setHi

        public void setHi​(Filter hi)
        Set method for filter hi
        Parameters:
        hi -