Class WpsPrimitive

    • Constructor Detail

      • WpsPrimitive

        public WpsPrimitive()
        Constructor
    • Method Detail

      • getInputPlugin

        public Plugin getInputPlugin()
        Returns:
        the inputPlugin
      • setInputPlugin

        public void setInputPlugin​(Plugin inputPlugin)
        Parameters:
        inputPlugin - the inputPlugin to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class WpsParameter
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals-and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class WpsParameter
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals-and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate