org.apache.pluto.descriptors.common
Class IconDD

java.lang.Object
  extended by org.apache.pluto.descriptors.common.IconDD

public class IconDD
extends java.lang.Object

Resource Icon configuration.

Since:
Feb 28, 2005
Version:
$Id: IconDD.java 157038 2005-03-11 03:44:40Z ddewolf $
Author:
David H. DeWolf

Field Summary
private  java.lang.String largeIcon
          The large icon uri.
private  java.lang.String smallIcon
          The small icon uri.
 
Constructor Summary
IconDD()
          Default Constructor.
 
Method Summary
 java.lang.String getLargeIcon()
          Retrieve the large icon uri.
 java.lang.String getSmallIcon()
          Retrieve the small icon uri.
 void setLargeIcon(java.lang.String largeIcon)
          Set the large icon uri.
 void setSmallIcon(java.lang.String smallIcon)
          Set the small Icon uri.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

largeIcon

private java.lang.String largeIcon
The large icon uri.


smallIcon

private java.lang.String smallIcon
The small icon uri.

Constructor Detail

IconDD

public IconDD()
Default Constructor.

Method Detail

getLargeIcon

public java.lang.String getLargeIcon()
Retrieve the large icon uri.

Returns:
the uri to the large icon (relative to the context path).

setLargeIcon

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

Parameters:
largeIcon - the relative path to the icon resource.

getSmallIcon

public java.lang.String getSmallIcon()
Retrieve the small icon uri.

Returns:
the uri to the small icon (relative to the context path).

setSmallIcon

public void setSmallIcon(java.lang.String smallIcon)
Set the small Icon uri.

Parameters:
smallIcon - the relative path to the icon resource.