| | |
| | | |
| | | private Integer id; |
| | | private String name; |
| | | /**头部图片*/ |
| | | private String headPic; |
| | | /**背景图片*/ |
| | | private String bgImg; |
| | | private String bgPic; |
| | | /**应用的缩略图*/ |
| | | private String screenshot; |
| | | |
| | | 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 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; |
| | | } |
| | | } |