Package com.atlassian.confluence.core
Class PersistentDecorator
java.lang.Object
com.atlassian.confluence.core.PersistentDecorator
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPersistentDecorator
(@Nullable String spaceKey, String name, String body, Date lastModificationDate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBody()
long
getId()
getName()
int
hashCode()
void
void
setId
(long id) void
setLastModificationDate
(Date lastModificationDate) void
void
setSpaceKey
(String spaceKey)
-
Constructor Details
-
PersistentDecorator
public PersistentDecorator() -
PersistentDecorator
-
-
Method Details