org.jboss.test.faces.writer
Class Attribute
java.lang.Object
org.jboss.test.faces.writer.Attribute
- Direct Known Subclasses:
- URIAttribute
public class Attribute
- extends Object
- Author:
- asmirnov
Attribute
public Attribute(String name,
Object value,
String componentAttribute)
- Parameters:
name - value - componentAttribute -
getName
public String getName()
- Returns:
- the name
getValue
public Object getValue()
- Returns:
- the value
getComponentAttribute
public String getComponentAttribute()
- Returns:
- the componentAttribute
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.