org.apache.wookie.w3c
Interface IDescriptionEntity

All Superinterfaces:
IElement, ILocalizedElement, ILocalizedEntity
All Known Implementing Classes:
DescriptionEntity

public interface IDescriptionEntity
extends ILocalizedEntity

a Description of a Widget


Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from interface org.apache.wookie.w3c.ILocalizedEntity
getDir, isValid
 
Methods inherited from interface org.apache.wookie.w3c.IElement
fromXML, toXml
 
Methods inherited from interface org.apache.wookie.w3c.ILocalizedElement
getLang, setLang
 

Method Detail

getDescription

java.lang.String getDescription()

setDescription

void setDescription(java.lang.String description)


2011 Apache Software Foundation.