public class DescriptionEntity extends AbstractLocalizedEntity implements IDescription, IElement
dir, lang, LEFT_TO_RIGHT, LEFT_TO_RIGHT_OVERRIDE, RIGHT_TO_LEFT, RIGHT_TO_LEFT_OVERRIDE| Constructor and Description |
|---|
DescriptionEntity() |
DescriptionEntity(java.lang.String description,
java.lang.String language) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromXML(org.jdom.Element element)
Unmarshall the given XML Element to this Object
|
java.lang.String |
getDescription()
Get widget description content.
|
void |
setDescription(java.lang.String description)
Set widget description content.
|
org.jdom.Element |
toXml()
Marshall the entity into an XML Element
|
getDir, getLang, getLocalizedTextContent, getTextDirection, isValid, setDir, setLang, setLocalisationAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLang, setLanggetDir, isValid, setDirpublic DescriptionEntity()
public DescriptionEntity(java.lang.String description,
java.lang.String language)
public java.lang.String getDescription()
IDescriptiongetDescription in interface IDescriptionpublic void setDescription(java.lang.String description)
IDescriptionsetDescription in interface IDescriptiondescription - contentpublic void fromXML(org.jdom.Element element)
IElementfromXML in interface IElementfromXML in class AbstractLocalizedEntityelement - The Element to unmarshall2012 Apache Software Foundation.