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 TypeMethodDescriptionboolean
getId()
getName()
int
hashCode()
void
setComment
(String comment) void
setContent
(String content) void
setCreated
(LocalDateTime created) void
void
void
setModified
(LocalDateTime modified) void
void
setVersion
(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
-