Fish & Chips Club 4.10.0.0

hirondelle.fish.translate.basetext
Class BaseText

Object
  extended by hirondelle.fish.translate.basetext.BaseText

public final class BaseText
extends Object

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

BaseText

public BaseText(Id aId,
                SafeText aBaseText,
                Boolean aIsCoderKey)
         throws ModelCtorException
Constructor.

Parameters:
aId - underlying database internal identifier (optional), 1..50 characters
aBaseText - to be translated (required) - unique, has content, 1..255 characters
aIsCoderKey - required
Throws:
ModelCtorException
Method Detail

getId

public Id getId()
Return the Id passed to the constructor.


getBaseText

public SafeText getBaseText()
Return the BaseText passed to the constructor.


getIsCoderKey

public Boolean getIsCoderKey()
Return the IsCoderKey passed to the constructor.


toString

public String toString()
Intended for debugging only.

Overrides:
toString in class Object

equals

public boolean equals(Object aThat)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26