Package com.portal.pcm
Class LocalizedStringTable.Entry
java.lang.Object
com.portal.pcm.LocalizedStringTable.Entry
- Enclosing class:
LocalizedStringTable
Simple data class that represents an entry in the '/strings' database
table. This is used to hold server side localized strings.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mDomain
-
mDescr
-
mMessage
-
mHelpText
-
mVersion
public int mVersion -
mID
public int mID -
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 entrydesc
- - an optional entry descriptionloc
- - The infranet local string (same as Java)stringID
- - The ID of the stringver
- - The version of the stringmsg
- - The String itselfhelp
- - additional descriptive text relating to the string
-