Class LocalizedStringTable.Entry

java.lang.Object
com.portal.pcm.LocalizedStringTable.Entry
Enclosing class:
LocalizedStringTable

public class LocalizedStringTable.Entry extends Object
Simple data class that represents an entry in the '/strings' database table. This is used to hold server side localized strings.
  • Field Details

    • mDomain

      public String mDomain
    • mDescr

      public String mDescr
    • mMessage

      public String mMessage
    • mHelpText

      public String mHelpText
    • mVersion

      public int mVersion
    • mID

      public int mID
    • mLocale

      public Locale mLocale
  • Constructor Details

    • Entry

      public Entry(String domain, String desc, String loc, int stringID, int ver, String msg, String help)
      Construct an instance of the entry from its component parts
      Parameters:
      domain - - The domain of the entry
      desc - - an optional entry description
      loc - - The infranet local string (same as Java)
      stringID - - The ID of the string
      ver - - The version of the string
      msg - - The String itself
      help - - additional descriptive text relating to the string