Class HistoricTemplate
Object
HistoricTemplate
- All Implemented Interfaces:
Serializable
Basically, all the old templates are stored as backups.
- Author:
- maartenl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()inthashCode()voidsetComment(String comment) voidsetContent(String content) voidsetCreated(LocalDateTime created) voidvoidvoidsetModified(LocalDateTime modified) voidvoidsetVersion(BigDecimal version) toString()
-
Constructor Details
-
HistoricTemplate
public HistoricTemplate() -
HistoricTemplate
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getCreated
-
setCreated
-
getModified
-
setModified
-
getContent
-
setContent
-
getVersion
-
setVersion
-
hashCode
-
equals
-
toString
-
getEditor
- Returns:
- the editor
-
setEditor
- Parameters:
editor- the editor to set
-
getComment
- Returns:
- the comment
-
setComment
- Parameters:
comment- the comment to set
-