Package org.opencms.gwt.shared
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 Summary
ModifierConstructorDescriptionprotected
Constructor for serialization only.CmsAdditionalInfoBean
(String name, String value, String styleName) Constructor. -
Method Summary
-
Constructor Details
-
CmsAdditionalInfoBean
Constructor.- Parameters:
name
- the info namevalue
- the info valuestyleName
- the info style name
-
CmsAdditionalInfoBean
protected CmsAdditionalInfoBean()Constructor for serialization only.
-
-
Method Details
-
getName
Returns the info name.- Returns:
- the info name
-
getStyle
Returns the info style name.- Returns:
- the info style name
-
getValue
Returns the info value.- Returns:
- the info value
-
setName
Sets the info name.- Parameters:
name
- the info name to set
-
setStyle
Sets the info style name.- Parameters:
styleName
- the info style name to set
-
setValue
Sets the info value.- Parameters:
value
- the info value to set
-