|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.gwt.shared.CmsAdditionalInfoBean
public class CmsAdditionalInfoBean
Additional info bean.
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 |
---|
public CmsAdditionalInfoBean(String name, String value, String styleName)
name
- the info namevalue
- the info valuestyleName
- the info style nameprotected CmsAdditionalInfoBean()
Method Detail |
---|
public String getName()
public String getStyle()
public String getValue()
public void setName(String name)
name
- the info name to setpublic void setStyle(String styleName)
styleName
- the info style name to setpublic void setValue(String value)
value
- the info value to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |