org.sourceforge.ifx.tools
Class PackageHtml

java.lang.Object
  extended byorg.sourceforge.ifx.tools.PackageHtml

public class PackageHtml
extends java.lang.Object

Models a package.html file. This is needed to pass in data to the velocity template for each package in the generated code.

Version:
$Revision: 1.1 $
Author:
Sujit Pal (spal@users.sourceforge.net)

Constructor Summary
PackageHtml()
           
 
Method Summary
 java.lang.String getPackageName()
          Returns the name of the package this should be in.
 void setPackageName(java.lang.String packageName)
          Sets the package name of this package.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageHtml

public PackageHtml()
Method Detail

getPackageName

public java.lang.String getPackageName()
Returns the name of the package this should be in.

Returns:
the package name for this package.

setPackageName

public void setPackageName(java.lang.String packageName)
Sets the package name of this package.

Parameters:
packageName - the packageName to set.