Class MetaReport

  • All Implemented Interfaces:
    java.io.Serializable

    public class MetaReport
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaReport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getModelName()  
      java.lang.String getTabName()  
      void setModelName​(java.lang.String modelName)  
      void setTabName​(java.lang.String tabName)  
      • Methods inherited from class java.lang.Object

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

      • MetaReport

        public MetaReport()
    • Method Detail

      • getModelName

        public java.lang.String getModelName()
      • setModelName

        public void setModelName​(java.lang.String modelName)
      • getTabName

        public java.lang.String getTabName()
      • setTabName

        public void setTabName​(java.lang.String tabName)