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

java.lang.Object
  extended byorg.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()

equals

public boolean equals(Object obj)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.