类 CmsContentFile

java.lang.Object
com.publiccms.entities.cms.CmsContentFile
所有已实现的接口:
Serializable

@Entity public class CmsContentFile extends Object implements Serializable
CmsContentFile generated by hbm2java
另请参阅:
  • 字段详细资料

    • serialVersionUID

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

      private Long id
      id
    • contentId

      private long contentId
      content id

      内容id

    • userId

      private long userId
      upload user id

      上传用户id

    • filepath

      private String filepath
      file path

      文件路径

    • fileType

      private String fileType
      file type

      文件类型

    • fileSize

      private Long fileSize
      file size

      文件大小

    • width

      private Integer width
      width

    • height

      private Integer height
      height

    • clicks

      private int clicks
      clicks

      点击数

    • sort

      private int sort
      sort

      排序

    • description

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

      描述

  • 构造器详细资料

    • CmsContentFile

      public CmsContentFile()
    • CmsContentFile

      public CmsContentFile(long contentId, long userId, String filepath, String fileType, int clicks, int sort)
    • CmsContentFile

      public CmsContentFile(long contentId, long userId, String filepath, String fileType, Long fileSize, Integer width, Integer height, int clicks, int sort, String description)
  • 方法详细资料

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getContentId

      public long getContentId()
    • setContentId

      public void setContentId(long contentId)
    • getUserId

      public long getUserId()
    • setUserId

      public void setUserId(long userId)
    • getFilePath

      public String getFilePath()
    • setFilePath

      public void setFilePath(String filepath)
    • getFileType

      public String getFileType()
    • setFileType

      public void setFileType(String fileType)
    • getFileSize

      public Long getFileSize()
    • setFileSize

      public void setFileSize(Long fileSize)
    • getWidth

      public Integer getWidth()
    • setWidth

      public void setWidth(Integer width)
    • getHeight

      public Integer getHeight()
    • setHeight

      public void setHeight(Integer height)
    • getClicks

      public int getClicks()
    • setClicks

      public void setClicks(int clicks)
    • getSort

      public int getSort()
    • setSort

      public void setSort(int sort)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)