org.objectweb.jonas_rar.deployment.xml
Class Icon

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_rar.deployment.xml.Icon
All Implemented Interfaces:
java.io.Serializable, Element

public class Icon
extends AbsElement

This class defines the implementation of the element icon

Author:
Florent Benoit
See Also:
Serialized Form

Constructor Summary
Icon()
          Constructor
 
Method Summary
 java.lang.String getLargeIcon()
          Gets the large-icon
 java.lang.String getSmallIcon()
          Gets the small-icon
 void setLargeIcon(java.lang.String largeIcon)
          Set the large-icon
 void setSmallIcon(java.lang.String smallIcon)
          Set the small-icon
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Icon

public Icon()
Constructor

Method Detail

getSmallIcon

public java.lang.String getSmallIcon()
Gets the small-icon

Returns:
the small-icon

setSmallIcon

public void setSmallIcon(java.lang.String smallIcon)
Set the small-icon

Parameters:
smallIcon - smallIcon

getLargeIcon

public java.lang.String getLargeIcon()
Gets the large-icon

Returns:
the large-icon

setLargeIcon

public void setLargeIcon(java.lang.String largeIcon)
Set the large-icon

Parameters:
largeIcon - largeIcon

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prefixing XML representation.
Returns:
the XML description of this object.