Class Module

java.lang.Object
de.rpgframework.foundry.Module

public class Module extends Object
  • Field Details

  • Constructor Details

    • Module

      public Module()
  • Method Details

    • addTranslation

      public void addTranslation(String lang, String key, String value)
    • getName

      public String getName()
      Returns:
      the name
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set
    • getTitle

      public String getTitle()
      Returns:
      the title
    • setTitle

      public void setTitle(String title)
      Parameters:
      title - the title to set
    • getDescription

      public String getDescription()
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set
    • getAuthor

      public String getAuthor()
      Returns:
      the author
    • setAuthor

      public void setAuthor(String author)
      Parameters:
      author - the author to set
    • getVersion

      public String getVersion()
      Returns:
      the version
    • setVersion

      public void setVersion(String version)
      Parameters:
      version - the version to set
    • getMinimumCoreVersion

      public String getMinimumCoreVersion()
      Returns:
      the minimumCoreVersion
    • setMinimumCoreVersion

      public void setMinimumCoreVersion(String minimumCoreVersion)
      Parameters:
      minimumCoreVersion - the minimumCoreVersion to set
    • getCompatibleCoreVersion

      public String getCompatibleCoreVersion()
      Returns:
      the compatibleCoreVersion
    • setCompatibleCoreVersion

      public void setCompatibleCoreVersion(String compatibleCoreVersion)
      Parameters:
      compatibleCoreVersion - the compatibleCoreVersion to set
    • getPacks

      public List<Pack> getPacks()
      Returns:
      the packs
    • setPacks

      public void setPacks(List<Pack> packs)
      Parameters:
      packs - the packs to set
    • getUrl

      public String getUrl()
      Returns:
      the url
    • setUrl

      public void setUrl(String url)
      Parameters:
      url - the url to set
    • getManifest

      public String getManifest()
      Returns:
      the manifest
    • setManifest

      public void setManifest(String manifest)
      Parameters:
      manifest - the manifest to set
    • getDownload

      public String getDownload()
      Returns:
      the download
    • setDownload

      public void setDownload(String download)
      Parameters:
      download - the download to set
    • getLanguages

      public List<Language> getLanguages()
      Returns:
      the languages
    • setLanguages

      public void setLanguages(List<Language> languages)
      Parameters:
      languages - the languages to set