org.apache.cocoon.components.repository.helpers
Class PropertyName

java.lang.Object
  extended by org.apache.cocoon.components.repository.helpers.PropertyName

public class PropertyName
extends Object

A PropertyName object intentifies a specific property.


Constructor Summary
PropertyName(String name, String namespace)
          creates a PropertyName
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          get the name of the property
 String getNamespace()
          get the namespace of the property
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyName

public PropertyName(String name,
                    String namespace)
creates a PropertyName

Parameters:
name - the name of the property.
namespace - the namespace of the property.
Method Detail

getName

public String getName()
get the name of the property

Returns:
the name of the property.

getNamespace

public String getNamespace()
get the namespace of the property

Returns:
the namespace of the property.

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.