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 TypeMethodDescriptionbooleangetBody()longgetId()getName()inthashCode()voidvoidsetId(long id) voidsetLastModificationDate(Date lastModificationDate) voidvoidsetSpaceKey(String spaceKey)
-
Constructor Details
-
PersistentDecorator
public PersistentDecorator() -
PersistentDecorator
-
-
Method Details