| package com.pt5.pthouduan.entity; |
| public class SoftwareInfo { |
| public Long getTorrentid() { return torrentid; } |
| public String getPlatform() { return platform; } |
| public String getGenre() { return genre; } |
| public String getFormat() { return format; } |
| public void setTorrentid(Long torrentid) { this.torrentid = torrentid; } |
| public void setPlatform(String platform) { this.platform = platform; } |
| public void setGenre(String genre) { this.genre = genre; } |
| public void setFormat(String format) { this.format = format; } |