JSF Test Framework: Mockito 1.1.2

org.jboss.test.faces.writer
Class Attribute

java.lang.Object
  extended by org.jboss.test.faces.writer.Attribute
Direct Known Subclasses:
URIAttribute

public class Attribute
extends Object

Author:
asmirnov

Constructor Summary
Attribute(String name, Object value, String componentAttribute)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getComponentAttribute()
           
 String getName()
           
 Object getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(String name,
                 Object value,
                 String componentAttribute)
Parameters:
name -
value -
componentAttribute -
Method Detail

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

JSF Test Framework: Mockito 1.1.2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.