|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.components.repository.helpers.PropertyName
public class 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()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |