com.atlassian.confluence.content
Class ContentProperties
java.lang.Object
com.atlassian.confluence.content.ContentProperties
public class ContentProperties
- extends java.lang.Object
Encapsulates the properties of a content object. You should never deal with the ContentProperty list directly.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setStringProperty
public void setStringProperty(java.lang.String name,
java.lang.String value)
getStringProperty
public java.lang.String getStringProperty(java.lang.String name)
setLongProperty
public void setLongProperty(java.lang.String name,
long value)
getLongProperty
public long getLongProperty(java.lang.String name,
long defaultValue)
removeProperty
public void removeProperty(java.lang.String name)
Copyright © 2003-2014 Atlassian. All Rights Reserved.