com.silverpeas.util.i18n
Class TranslationTest.TestI18N

java.lang.Object
  extended by com.silverpeas.util.i18n.Translation
      extended by com.silverpeas.util.i18n.TranslationTest.TestI18N
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
TranslationTest

public class TranslationTest.TestI18N
extends Translation

See Also:
Serialized Form

Constructor Summary
TranslationTest.TestI18N(String lang, String name, String description, String value, TranslationTest.ObjectClonable objectClonable, TranslationTest.ObjectNotClonable objectNotClonable)
           
 
Method Summary
protected  TranslationTest.TestI18N clone()
           
 TranslationTest.ObjectClonable getObjectClonable()
           
 TranslationTest.ObjectNotClonable getObjectNotClonable()
           
 String getValue()
           
 
Methods inherited from class com.silverpeas.util.i18n.Translation
getDescription, getId, getLanguage, getName, getObjectId, setDescription, setId, setLanguage, setName, setObjectId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslationTest.TestI18N

public TranslationTest.TestI18N(String lang,
                                String name,
                                String description,
                                String value,
                                TranslationTest.ObjectClonable objectClonable,
                                TranslationTest.ObjectNotClonable objectNotClonable)
Method Detail

getValue

public String getValue()

getObjectClonable

public TranslationTest.ObjectClonable getObjectClonable()

getObjectNotClonable

public TranslationTest.ObjectNotClonable getObjectNotClonable()

clone

protected TranslationTest.TestI18N clone()
Overrides:
clone in class Translation


Copyright © 2016 Silverpeas. All Rights Reserved.