|
Fish & Chips Club 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objecthirondelle.fish.translate.basetext.BaseText
public final class BaseText
Model Object for translatable items.
Please see Translator for important information
regarding the definition of 'base text'.
| Constructor Summary | |
|---|---|
BaseText(Id aId,
SafeText aBaseText,
Boolean aIsCoderKey)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object aThat)
|
SafeText |
getBaseText()
Return the BaseText passed to the constructor. |
Id |
getId()
Return the Id passed to the constructor. |
Boolean |
getIsCoderKey()
Return the IsCoderKey passed to the constructor. |
int |
hashCode()
|
String |
toString()
Intended for debugging only. |
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BaseText(Id aId,
SafeText aBaseText,
Boolean aIsCoderKey)
throws ModelCtorException
aId - underlying database internal identifier (optional), 1..50 charactersaBaseText - to be translated (required) - unique, has content, 1..255 charactersaIsCoderKey - required
ModelCtorException| Method Detail |
|---|
public Id getId()
Id passed to the constructor.
public SafeText getBaseText()
public Boolean getIsCoderKey()
public String toString()
toString in class Objectpublic boolean equals(Object aThat)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
Fish & Chips Club 4.7.1.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||