nl.hippo.client.api.content
Class Property

java.lang.Object
  extended by nl.hippo.client.api.content.Property
All Implemented Interfaces:
Serializable

public class Property
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String DAV_NAMESPACE
           
static String HIPPO_NAMESPACE
           
static String HIPPO_WEBDAV_NAMESPACE
           
static String SLIDE_NAMESPACE
           
 
Constructor Summary
Property(String namespacePrefix, String namespaceUri, String name, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 String getNamespacePrefix()
           
 String getNamespaceUri()
           
 String getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DAV_NAMESPACE

public static final String DAV_NAMESPACE
See Also:
Constant Field Values

HIPPO_NAMESPACE

public static final String HIPPO_NAMESPACE
See Also:
Constant Field Values

HIPPO_WEBDAV_NAMESPACE

public static final String HIPPO_WEBDAV_NAMESPACE
See Also:
Constant Field Values

SLIDE_NAMESPACE

public static final String SLIDE_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

Property

public Property(String namespacePrefix,
                String namespaceUri,
                String name,
                String value)
Method Detail

getNamespacePrefix

public String getNamespacePrefix()

getNamespaceUri

public String getNamespaceUri()

getName

public String getName()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2006-2009 Hippo. All Rights Reserved.