Class TemplateEntity

java.lang.Object
org.exoplatform.wiki.jpa.entity.BasePageEntity
org.exoplatform.wiki.jpa.entity.TemplateEntity

@Entity(name="WikiTemplateEntity") public class TemplateEntity extends BasePageEntity
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com 7/16/15
  • Constructor Details

    • TemplateEntity

      public TemplateEntity()
  • Method Details

    • getId

      public long getId()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getWiki

      public WikiEntity getWiki()
    • setWiki

      public void setWiki(WikiEntity wiki)