|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ithit.webdav.server.Property
public final class Property
Describes one property associated with hierarchy item object.
| Constructor Summary | |
|---|---|
Property(java.lang.String namespace,
java.lang.String name,
java.lang.String value)
Initializes new instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Name of the property. |
java.lang.String |
getNamespace()
Namespace of the property. |
java.lang.String |
getValue()
Value of the property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Property(java.lang.String namespace,
java.lang.String name,
java.lang.String value)
namespace - Namespace.name - Name.value - Value.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getNamespace()
public java.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||