Class LocalizedText

  • All Implemented Interfaces:
    java.io.Serializable

    @TypeAlias("Translation")
    public class LocalizedText
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalizedText()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        private java.lang.String id
      • text

        private java.lang.String text
      • fallIntoObjects

        private java.util.HashSet<EmbeddedBean> fallIntoObjects
    • Constructor Detail

      • LocalizedText

        public LocalizedText()