Class Print

  • All Implemented Interfaces:
    java.io.Serializable

    @Entity
    public class Print
    extends Module
    A module which contains a formular to print the map with the mapfish print v3.
    Author:
    Kai Volland
    See Also:
    Serialized Form
    • Constructor Detail

      • Print

        public Print()
        Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Returns:
        the url
      • setUrl

        public void setUrl​(java.lang.String url)
        Parameters:
        url - the url to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Module
        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 Module
        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