Package com.atlassian.confluence.content
Class ContentProperty
java.lang.Object
com.atlassian.confluence.content.ContentProperty
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getName()voidsetContentEntity(ContentEntityObject content) voidsetDateValue(Date dateValue) voidsetId(long id) voidsetLongValue(Long longValue) voidvoidsetStringValue(String stringValue)
-
Constructor Details
-
ContentProperty
public 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.
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getName
-
setName
-
getStringValue
-
setStringValue
-
getLongValue
-
setLongValue
-
getDateValue
-
setDateValue
-
getContentEntity
-
setContentEntity
-