com.ibm.itim.adhocreport
Class StylesheetWrapper

java.lang.Object
  |
  +--com.ibm.itim.adhocreport.StylesheetWrapper
All Implemented Interfaces:
java.io.Serializable

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

This is a wrapper class for the stylesheets.

See Also:
Serialized Form

Constructor Summary
StylesheetWrapper()
           
StylesheetWrapper(java.lang.String name, java.lang.String location)
          This is a constructor method.
 
Method Summary
 java.lang.String getLocation()
          This method returns the stylesheet location.
 java.lang.String getName()
          This method returns the stylesheet name.
 void setLocation(java.lang.String location)
          This method sets the stylesheet location.
 void setName(java.lang.String name)
          This method sets the stylesheet name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylesheetWrapper

public StylesheetWrapper()
Since:
1.0

StylesheetWrapper

public StylesheetWrapper(java.lang.String name,
                         java.lang.String location)
This is a constructor method.
Parameters:
name - - This is the stylesheet name.
location - - This is the stylesheet location.
Method Detail

getName

public java.lang.String getName()
This method returns the stylesheet name.
Returns:
String

setName

public void setName(java.lang.String name)
This method sets the stylesheet name.
Parameters:
name - - This is the stylesheet name.

getLocation

public java.lang.String getLocation()
This method returns the stylesheet location.
Returns:
String

setLocation

public void setLocation(java.lang.String location)
This method sets the stylesheet location.
Parameters:
location - - This is the stylesheet location.