|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cocoon.components.repository.helpers.PropertyName
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 |
public PropertyName(String name, String namespace)
name
- the name of the property.namespace
- the namespace of the property.Method Detail |
public String getName()
public String getNamespace()
public int hashCode()
public boolean equals(Object obj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |