Class TextBundleBean

java.lang.Object
edu.internet2.middleware.grouper.cfg.text.TextBundleBean

public class TextBundleBean extends Object
bean for bundles
  • Constructor Details

    • TextBundleBean

      public TextBundleBean()
  • Method Details

    • getCountry

      public String getCountry()
      country e.g. us
      Returns:
      the country
    • setCountry

      public void setCountry(String country1)
      country e.g. us
      Parameters:
      country1 - the country to set
    • getLanguage

      public String getLanguage()
      language e.g. en
      Returns:
      the language
    • setLanguage

      public void setLanguage(String language1)
      language e.g. en
      Parameters:
      language1 - the language to set
    • getFileNamePrefix

      public String getFileNamePrefix()
      filename in the package tfText that is before the .base.properties, and .properties
      Returns:
      the fileNamePrefix
    • setFileNamePrefix

      public void setFileNamePrefix(String fileNamePrefix1)
      filename in the package tfText that is before the .base.properties, and .properties
      Parameters:
      fileNamePrefix1 - the fileNamePrefix to set