com.plumtree.xpshared.htmlconstructs
Class ElementName

java.lang.Object
  extended by com.plumtree.xpshared.htmlconstructs.ElementName

public class ElementName
extends java.lang.Object

Author:
beng This class is used to provide an identifier for a specific html element within a factory produced construct.

For example, all banner constructs have an internal html element that contains the title of the banner. This html element might be of type HTMLSpan, HTMLTableCell, etc, but it will always have the same ElementName.


Constructor Summary
ElementName(java.lang.String s)
          Creates a new ElementName object.
 
Method Summary
 java.lang.String GetName()
          Get the String name of this ElementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementName

public ElementName(java.lang.String s)
Creates a new ElementName object.

Parameters:
s - String name of this ElementName.
Method Detail

GetName

public java.lang.String GetName()
Get the String name of this ElementName

Returns:
String name



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.