org.apache.empire.commons
Class Attributes.Attribute
java.lang.Object
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
Attributes.Attribute
public Attributes.Attribute(String name,
Object value,
String namespace)
Attributes.Attribute
public Attributes.Attribute(String name,
Object value)
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.