org.jasig.portal.container.om.servlet
Class IconImpl

java.lang.Object
  extended by org.jasig.portal.container.om.servlet.IconImpl
All Implemented Interfaces:
java.io.Serializable

public class IconImpl
extends java.lang.Object
implements java.io.Serializable

Data structure to support WebApplicationDefinition for marshalling and unmarshalling of web.xml. Not needed by the Pluto container.

Version:
$Revision: 1.2 $
Author:
Ken Weiner, kweiner@unicon.net
See Also:
Serialized Form

Field Summary
private  java.lang.String largeIcon
           
private  java.lang.String smallIcon
           
 
Constructor Summary
IconImpl()
           
 
Method Summary
 java.lang.String getLargeIcon()
           
 java.lang.String getSmallIcon()
           
 void setLargeIcon(java.lang.String largeIcon)
           
 void setSmallIcon(java.lang.String smallIcon)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smallIcon

private java.lang.String smallIcon

largeIcon

private java.lang.String largeIcon
Constructor Detail

IconImpl

public IconImpl()
Method Detail

getLargeIcon

public java.lang.String getLargeIcon()

getSmallIcon

public java.lang.String getSmallIcon()

setSmallIcon

public void setSmallIcon(java.lang.String smallIcon)

setLargeIcon

public void setLargeIcon(java.lang.String largeIcon)