类 Sitefile

java.lang.Object
com.publiccms.views.pojo.entities.Sitefile
所有已实现的接口:
Serializable

public class Sitefile extends Object implements Serializable
Sitefile
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • cmsVersionList

      private List<String> cmsVersionList
    • useStatic

      private boolean useStatic
    • name

      @Length(max=50) private @Length(max=50) String name
    • version

      private String version
    • author

      private String author
    • cover

      private String cover
    • description

      @Length(max=300) private @Length(max=300) String description
    • text

      private String text
  • 构造器详细资料

    • Sitefile

      public Sitefile()
  • 方法详细资料

    • getCmsVersionList

      public List<String> getCmsVersionList()
      返回:
      the cmsVersionList
    • setCmsVersionList

      public void setCmsVersionList(List<String> cmsVersionList)
      参数:
      cmsVersionList - the cmsVersionList to set
    • isUseStatic

      public boolean isUseStatic()
      返回:
      the useStatic
    • setUseStatic

      public void setUseStatic(boolean useStatic)
      参数:
      useStatic - the useStatic to set
    • getName

      public String getName()
      返回:
      the name
    • setName

      public void setName(String name)
      参数:
      name - the name to set
    • getVersion

      public String getVersion()
      返回:
      the version
    • setVersion

      public void setVersion(String version)
      参数:
      version - the version to set
    • getAuthor

      public String getAuthor()
      返回:
      the author
    • setAuthor

      public void setAuthor(String author)
      参数:
      author - the author to set
    • getCover

      public String getCover()
      返回:
      the cover
    • setCover

      public void setCover(String cover)
      参数:
      cover - the cover to set
    • getDescription

      public String getDescription()
      返回:
      the description
    • setDescription

      public void setDescription(String description)
      参数:
      description - the description to set
    • getText

      public String getText()
      返回:
      the text
    • setText

      public void setText(String text)
      参数:
      text - the text to set