| | |
| | | |
| | | private Integer id; |
| | | private String name; |
| | | /**背景图片*/ |
| | | private String bgImg; |
| | | /**应用的缩略图*/ |
| | | private String screenshot; |
| | | /**应用的配置页图片-头部*/ |
| | | private String headPic; |
| | | /**应用的配置页面图片-背景*/ |
| | | private String bgPic; |
| | | /**所属的用户id*/ |
| | | private Integer userId; |
| | | /**激活状态*/ |
| | | private Integer activeStatus; |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getBgImg() { |
| | | return bgImg; |
| | | public String getScreenshot() { |
| | | return screenshot; |
| | | } |
| | | |
| | | public void setBgImg(String bgImg) { |
| | | this.bgImg = bgImg; |
| | | public void setScreenshot(String screenshot) { |
| | | this.screenshot = screenshot; |
| | | } |
| | | |
| | | public Integer getUserId() { |
| | | return userId; |
| | | } |
| | | |
| | | public void setUserId(Integer userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | public String getHeadPic() { |
| | | return headPic; |
| | | } |
| | | |
| | | public void setHeadPic(String headPic) { |
| | | this.headPic = headPic; |
| | | } |
| | | |
| | | public String getBgPic() { |
| | | return bgPic; |
| | | } |
| | | |
| | | public void setBgPic(String bgPic) { |
| | | this.bgPic = bgPic; |
| | | } |
| | | |
| | | public Integer getActiveStatus() { |
| | | return activeStatus; |
| | | } |
| | | |
| | | public void setActiveStatus(Integer activeStatus) { |
| | | this.activeStatus = activeStatus; |
| | | } |
| | | } |