Class ExternalRef


  • public abstract class ExternalRef
    extends java.lang.Object
    Reference to external information from report page. May be realized by child page.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalRef()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.lang.String generateRef()  
      • Methods inherited from class java.lang.Object

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

      • ExternalRef

        public ExternalRef()
    • Method Detail

      • generateRef

        public abstract java.lang.String generateRef()