public class FormatNLSEntry extends NLSEntry
GlobalNSLLibrary,
NLSEntry,
FormatNLSEntry,
Serialized Form| Constructor and Description |
|---|
FormatNLSEntry(java.lang.String keyFormat)
The construct method of TextNLSEntry.
|
FormatNLSEntry(java.lang.String keyFormat,
java.lang.String valueFormat)
The construct method of TextNLSEntry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
The equals method of TextNLSEntry.
|
java.lang.String |
getKeyFormat()
Gets the keyText of a TextNLSEntry.
|
java.lang.String |
getValueFormat()
Gets the valueText of a TextNLSEntry.
|
int |
hashCode()
The hashCode method of TextNLSEntry.
|
void |
setKeyFormat(java.lang.String keyFormat)
Sets the keyText of a TxetNLSEntry.
|
void |
setValueFormat(java.lang.String valueFormat)
Sets the valueText of TextNLSEntry.
|
java.lang.String |
toString()
The toString method of TextNLSEntry.
|
public FormatNLSEntry(java.lang.String keyFormat)
The - type of TextNLSEntry.The - keyText of TextNLSEntry.public FormatNLSEntry(java.lang.String keyFormat,
java.lang.String valueFormat)
The - type of TextNLSEntry.The - keyText of TextNLSEntry.The - valueText of TextNLSEntry.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getKeyFormat()
public void setKeyFormat(java.lang.String keyFormat)
A - String, which is the keyText of a TextNLSEntry.public java.lang.String getValueFormat()
public void setValueFormat(java.lang.String valueFormat)
A - string, which is the valueText of TextNLSEntry.