org.apache.empire.commons
Class Attributes.Attribute

java.lang.Object
  extended by org.apache.empire.commons.Attributes.Attribute
All Implemented Interfaces:
Serializable
Enclosing class:
Attributes

public static final class Attributes.Attribute
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Attributes.Attribute(String name, Object value)
           
Attributes.Attribute(String name, Object value, String namespace)
           
 
Method Summary
 boolean equals(Object other)
           
 String getName()
           
 String getNamespace()
           
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attributes.Attribute

public Attributes.Attribute(String name,
                            Object value,
                            String namespace)

Attributes.Attribute

public Attributes.Attribute(String name,
                            Object value)
Method Detail

getName

public String getName()

getNamespace

public String getNamespace()

getValue

public Object getValue()

setValue

public void setValue(Object value)

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.