Class HistoricTemplate

Object
HistoricTemplate
All Implemented Interfaces:
Serializable

@Entity public class HistoricTemplate extends Object implements Serializable
Basically, all the old templates are stored as backups.
Author:
maartenl
See Also:
  • Constructor Details

    • HistoricTemplate

      public HistoricTemplate()
    • HistoricTemplate

      public HistoricTemplate(HtmlTemplate entity)
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getCreated

      public LocalDateTime getCreated()
    • setCreated

      public void setCreated(LocalDateTime created)
    • getModified

      public LocalDateTime getModified()
    • setModified

      public void setModified(LocalDateTime modified)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getVersion

      public BigDecimal getVersion()
    • setVersion

      public void setVersion(BigDecimal version)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEditor

      public String getEditor()
      Returns:
      the editor
    • setEditor

      public void setEditor(String editor)
      Parameters:
      editor - the editor to set
    • getComment

      public String getComment()
      Returns:
      the comment
    • setComment

      public void setComment(String comment)
      Parameters:
      comment - the comment to set