|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.slide.common.RequestedPropertyImpl
Holds one property as part of the SELECT element.
Field Summary | |
protected java.lang.String |
namespace
|
Constructor Summary | |
RequestedPropertyImpl(java.lang.String propertyName)
Constructs a RequestedProperty using the default namespace as defined in NodeProperty |
|
RequestedPropertyImpl(java.lang.String propertyName,
java.lang.String namespace)
Constructs a RequestedProperty: |
Method Summary | |
boolean |
equals(java.lang.Object o)
checks, if another Object is equal to this RequestedProperty |
java.lang.String |
getName()
Method getName |
java.lang.String |
getNamespace()
Method getNamespace |
java.lang.String |
getPropertyName()
Method getPropertyName |
int |
hashCode()
|
java.lang.String |
toString()
debugging purpose |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String namespace
Constructor Detail |
public RequestedPropertyImpl(java.lang.String propertyName)
propertyName
- the name of the propertypublic RequestedPropertyImpl(java.lang.String propertyName, java.lang.String namespace)
propertyName
- the name of the propertynamespace
- the namespace of the propertyMethod Detail |
public java.lang.String getPropertyName()
public java.lang.String getNamespace()
getNamespace
in interface RequestedProperty
public java.lang.String getName()
getName
in interface RequestedProperty
public boolean equals(java.lang.Object o)
o
- an Object
public java.lang.String toString()
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |