| java.lang.Object org.tigris.scarab.util.build.l10nchecker.L10nKey
L10nKey | public class L10nKey (Code) | | Localisation key. This key holds the information that is representing a
single l10n property key.
author: sreindl |
L10nKey | public L10nKey(String key, String value, int lineNo)(Code) | | create a key
Parameters: key - The key itself Parameters: value - it's value Parameters: lineNo - The line number where the key has been defined |
getAttributeCount | public int getAttributeCount()(Code) | | Returns the attributeCount. |
getLineNo | public int getLineNo()(Code) | | Returns the lineNo. |
isNeedTrans | public boolean isNeedTrans()(Code) | | Returns the needTrans. |
isNoTrans | public boolean isNoTrans()(Code) | | Returns the noTrans. |
setAttributeCount | public void setAttributeCount(int attributeCount)(Code) | | Parameters: attributeCount - The attributeCount to set. |
setNeedTrans | public void setNeedTrans(boolean needTrans)(Code) | | Parameters: needTrans - The needTrans to set. |
setNoTrans | public void setNoTrans(boolean noTrans)(Code) | | Parameters: noTrans - The noTrans to set. |
|
|