Class CmsAdditionalInfoBean

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

    public class CmsAdditionalInfoBean
    extends java.lang.Object
    implements com.google.gwt.user.client.rpc.IsSerializable
    Additional info bean.

    Since:
    8.0.1
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CmsAdditionalInfoBean()
      Constructor for serialization only.
        CmsAdditionalInfoBean​(java.lang.String name, java.lang.String value, java.lang.String styleName)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the info name.
      java.lang.String getStyle()
      Returns the info style name.
      java.lang.String getValue()
      Returns the info value.
      void setName​(java.lang.String name)
      Sets the info name.
      void setStyle​(java.lang.String styleName)
      Sets the info style name.
      void setValue​(java.lang.String value)
      Sets the info value.
      • Methods inherited from class java.lang.Object

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

      • CmsAdditionalInfoBean

        public CmsAdditionalInfoBean​(java.lang.String name,
                                     java.lang.String value,
                                     java.lang.String styleName)
        Constructor.

        Parameters:
        name - the info name
        value - the info value
        styleName - the info style name
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the info name.

        Returns:
        the info name
      • getStyle

        public java.lang.String getStyle()
        Returns the info style name.

        Returns:
        the info style name
      • getValue

        public java.lang.String getValue()
        Returns the info value.

        Returns:
        the info value
      • setName

        public void setName​(java.lang.String name)
        Sets the info name.

        Parameters:
        name - the info name to set
      • setStyle

        public void setStyle​(java.lang.String styleName)
        Sets the info style name.

        Parameters:
        styleName - the info style name to set
      • setValue

        public void setValue​(java.lang.String value)
        Sets the info value.

        Parameters:
        value - the info value to set