Class MetaModule

java.lang.Object
org.openxava.util.meta.MetaElement
org.openxava.application.meta.MetaModule
All Implemented Interfaces:
Serializable

public class MetaModule extends MetaElement implements Serializable
Author:
Javier Paniza
See Also:
  • Constructor Details

    • MetaModule

      public MetaModule()
  • Method Details

    • getModelName

      public String getModelName()
    • setModelName

      public void setModelName(String modelName)
    • getMetaApplication

      public MetaApplication getMetaApplication()
    • setMetaApplication

      public void setMetaApplication(MetaApplication application)
    • getControllersNames

      public Collection<String> getControllersNames()
    • addControllerName

      public void addControllerName(String controller)
    • getSwingViewClass

      public String getSwingViewClass()
    • setSwingViewClass

      public void setSwingViewClass(String swingViewClass)
    • getMetaReport

      public MetaReport getMetaReport()
    • setMetaReport

      public void setMetaReport(MetaReport metaReport)
    • getViewName

      public String getViewName()
    • setViewName

      public void setViewName(String viewName)
    • getTabName

      public String getTabName()
    • setTabName

      public void setTabName(String string)
    • getId

      public String getId()
      Description copied from class: MetaElement
      Unique id of element, normally used to search the label in the resources files.
      Specified by:
      getId in class MetaElement
    • getLabel

      protected String getLabel(Locale locale, String id)
      Description copied from class: MetaElement
      Implementation of label obtaining.

      Overrides:
      getLabel in class MetaElement
    • getDescription

      public String getDescription(Locale locale, String id)
      Overrides:
      getDescription in class MetaElement
    • getModeControllerName

      public String getModeControllerName()
    • setModeControllerName

      public void setModeControllerName(String string)
    • getWebViewURL

      public String getWebViewURL()
    • setWebViewURL

      public void setWebViewURL(String string)
    • getEnvironment

      public Environment getEnvironment()
    • addEnvironmentVariable

      public void addEnvironmentVariable(String name, String value)
    • isDoc

      public boolean isDoc()
    • getDocURL

      public String getDocURL()
    • setDocURL

      public void setDocURL(String docURL)
    • getDocLanguages

      public String getDocLanguages()
    • setDocLanguages

      public void setDocLanguages(String docLanguages)
    • getFolder

      public String getFolder()
    • setFolder

      public void setFolder(String folder)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object