com.ithit.webdav.server
Class Property

java.lang.Object
  extended by com.ithit.webdav.server.Property

public final class Property
extends java.lang.Object

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

Property

public Property(java.lang.String namespace,
                java.lang.String name,
                java.lang.String value)
Initializes new instance.

Parameters:
namespace - Namespace.
name - Name.
value - Value.
Method Detail

getName

public java.lang.String getName()
Name of the property.

Returns:
Name.

getNamespace

public java.lang.String getNamespace()
Namespace of the property.

Returns:
Namespace.

getValue

public java.lang.String getValue()
Value of the property.

Returns:
Value.


Copyright © 2009 ITHit. All Rights Reserved.