Class CmsAdditionalInfoBean

java.lang.Object
org.opencms.gwt.shared.CmsAdditionalInfoBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

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

Since:
8.0.1
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns the info name.

      Returns:
      the info name
    • getStyle

      public String getStyle()
      Returns the info style name.

      Returns:
      the info style name
    • getValue

      public String getValue()
      Returns the info value.

      Returns:
      the info value
    • setName

      public void setName(String name)
      Sets the info name.

      Parameters:
      name - the info name to set
    • setStyle

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

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

      public void setValue(String value)
      Sets the info value.

      Parameters:
      value - the info value to set