Class JRTemplateReference

    • Constructor Summary

      Constructors 
      Constructor Description
      JRTemplateReference()
      Creates an empty reference.
      JRTemplateReference​(java.lang.String location)
      Creates a reference for a specific location.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocation()
      Returns the template location.
      void setLocation​(java.lang.String location)
      Sets the template location.
      • Methods inherited from class java.lang.Object

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

      • JRTemplateReference

        public JRTemplateReference()
        Creates an empty reference.
      • JRTemplateReference

        public JRTemplateReference​(java.lang.String location)
        Creates a reference for a specific location.
        Parameters:
        location - the template location
    • Method Detail

      • getLocation

        public java.lang.String getLocation()
        Returns the template location.
        Returns:
        the template location
      • setLocation

        public void setLocation​(java.lang.String location)
        Sets the template location.
        Parameters:
        location - the location of the template