org.opencms.gwt.shared
Class CmsAdditionalInfoBean

java.lang.Object
  extended by 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 Summary
protected CmsAdditionalInfoBean()
          Constructor for serialization only.
  CmsAdditionalInfoBean(String name, String value, String styleName)
          Constructor.
 
Method Summary
 String getName()
          Returns the info name.
 String getStyle()
          Returns the info style name.
 String getValue()
          Returns the info value.
 void setName(String name)
          Sets the info name.
 void setStyle(String styleName)
          Sets the info style name.
 void setValue(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(String name,
                             String value,
                             String styleName)
Constructor.

Parameters:
name - the info name
value - the info value
styleName - the info style name

CmsAdditionalInfoBean

protected CmsAdditionalInfoBean()
Constructor for serialization only.

Method Detail

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