com.atlassian.confluence.content
Class ContentProperties

java.lang.Object
  extended by com.atlassian.confluence.content.ContentProperties

public class ContentProperties
extends Object

Encapsulates the properties of a content object. You should never deal with the ContentProperty list directly.


Method Summary
 String getStringProperty(String name)
           
 void setStringProperty(String name, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setStringProperty

public void setStringProperty(String name,
                              String value)

getStringProperty

public String getStringProperty(String name)


Copyright © 2003-2012 Atlassian. All Rights Reserved.