| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement
All known Subclasses: org.objectweb.jonas_lib.deployment.xml.AbsEnvironmentElement, org.objectweb.jonas_clusterd.xml.ClusterDaemon, org.objectweb.jonas_domain.xml.Domain, org.objectweb.jonas_ear.deployment.xml.Application, org.objectweb.jonas_ws.deployment.xml.PortComponent, org.objectweb.jonas_ear.deployment.xml.JonasApplication, org.objectweb.jonas_ws.deployment.xml.Webservices, org.objectweb.jonas_ejb.deployment.xml.EjbJar,
AbsDescriptionElement | abstract public class AbsDescriptionElement extends AbsElement implements DescriptionGroupXml(Code) | | This class defines an abstract implementation for all statndard environment element
(entity, session, web-app, application-client, etc.)..
author: Florent Benoit |
AbsDescriptionElement | public AbsDescriptionElement()(Code) | | Construct an empty AbsDescriptionElement.
|
getDescription | public String getDescription()(Code) | | the description |
getDisplayName | public String getDisplayName()(Code) | | the display-name element |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - description |
setDisplayName | public void setDisplayName(String displayname)(Code) | | Set the display-name
Parameters: displayname - displayname |
setIcon | public void setIcon(Icon icon)(Code) | | Set the icon
Parameters: icon - icon |
setLargeIcon | public void setLargeIcon(String large)(Code) | | Set the large icon
Parameters: large - large icon |
setLargeIcon | public String setLargeIcon()(Code) | | get the large icon
String large icon |
setSmallIcon | public void setSmallIcon(String small)(Code) | | Set the small icon
Parameters: small - small icon |
setSmallIcon | public String setSmallIcon()(Code) | | get the small icon
String small icon |
|
|