Class CmsTinyMCEData

  • All Implemented Interfaces:
    com.google.gwt.user.client.rpc.IsSerializable

    public class CmsTinyMCEData
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Data for TinyMCE editor.

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsTinyMCEData()
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLink()
      Gets the script link.
      void setLink​(java.lang.String link)
      Sets the script link.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getLink

        public java.lang.String getLink()
        Gets the script link.

        Returns:
        the script link
      • setLink

        public void setLink​(java.lang.String link)
        Sets the script link.

        Parameters:
        link - the script link