com.atlassian.confluence.content
Class ContentProperty
java.lang.Object
com.atlassian.confluence.content.ContentProperty
public class ContentProperty
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentProperty
public ContentProperty()
ContentProperty
public ContentProperty(ContentProperty contentProperty)
- Copy constructor. Throws away hibernate association, including the association back to the
parent content, which should be re-added by any save cascade. In other news, Hibernate
is dumb.
- Parameters:
contentProperty
- the property to copy.
getId
public long getId()
setId
public void setId(long id)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getStringValue
public java.lang.String getStringValue()
setStringValue
public void setStringValue(java.lang.String stringValue)
getLongValue
public java.lang.Long getLongValue()
setLongValue
public void setLongValue(java.lang.Long longValue)
getDateValue
public java.util.Date getDateValue()
setDateValue
public void setDateValue(java.util.Date dateValue)
getContent
public CustomContentEntityObject getContent()
setContent
public void setContent(CustomContentEntityObject content)
Copyright © 2003-2014 Atlassian. All Rights Reserved.