net.sf.maventaglib.checker
Class TagAttribute
java.lang.Object
net.sf.maventaglib.checker.TagAttribute
public class TagAttribute
- extends java.lang.Object
Javabean representing a tag attribute.
- Version:
- $Revision: 1.3 $ ($Author: fgiust $)
- Author:
- Fabrizio Giustina
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TagAttribute
public TagAttribute()
getAttributeName
public java.lang.String getAttributeName()
- Returns:
- Returns the attribute name.
setAttributeName
public void setAttributeName(java.lang.String name)
- Parameters:
name
- attribute name.
getAttributeType
public java.lang.String getAttributeType()
- Returns:
- Returns the attributeType.
setAttributeType
public void setAttributeType(java.lang.String type)
- Parameters:
type
- The attributeType to set.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- See Also:
Object.toString()
Copyright © 2003-2005 Fabrizio Giustina. All Rights Reserved.