nl.hippo.client.api.content
Class Property
java.lang.Object
nl.hippo.client.api.content.Property
- All Implemented Interfaces:
- Serializable
public class Property
- extends Object
- implements Serializable
- See Also:
- Serialized Form
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
Property
public Property(String namespacePrefix,
String namespaceUri,
String name,
String value)
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.