Class PublicationI18N

    • Constructor Detail

      • PublicationI18N

        public PublicationI18N()
      • PublicationI18N

        protected PublicationI18N​(PublicationI18N translation)
    • Method Detail

      • getKeywords

        public String getKeywords()
      • setKeywords

        public void setKeywords​(String keywords)
      • copy

        protected PublicationI18N copy()
        Description copied from class: BeanTranslation
        Copies this bean into another one. This method expects the classes extending the BeanTranslation class having a public or a protected default constructor, otherwise a SilverpeasRuntimeException exception is thrown. The difference between this copy method with the copy constructor is that it can be used against any child of the BeanTranslation class without explicitly having a copy constructor or overriding this method.
        Overrides:
        copy in class BeanTranslation
        Returns:
        a copy of this bean.