|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--notio.translators.SimpleInfoUnit
An abstract base-class for implementors the TranslationInfoUnit interface. This class simply provides support for the name-related methods.
TranslationInfoUnit
, Serialized FormConstructor Summary | |
SimpleInfoUnit()
|
Method Summary | |
java.lang.String |
getUnitName()
Returns the name of this translation unit. |
void |
setUnitName(java.lang.String newName)
Sets the name of this translation unit. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface notio.TranslationInfoUnit |
copyUnit, resetUnit |
Constructor Detail |
public SimpleInfoUnit()
Method Detail |
public void setUnitName(java.lang.String newName)
setUnitName
in interface TranslationInfoUnit
newName
- the new name for this unit.public java.lang.String getUnitName()
getUnitName
in interface TranslationInfoUnit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |