| package com.pt5.pthouduan.entity; |
| private Boolean isMainland; |
| public Long getTorrentid() { return torrentid; } |
| public Boolean getIsMainland() { return isMainland; } |
| public String getGenre() { return genre; } |
| public String getFormat() { return format; } |
| public void setTorrentid(Long torrentid) { this.torrentid = torrentid; } |
| public void setIsMainland(Boolean isMainland) { this.isMainland = isMainland; } |
| public void setGenre(String genre) { this.genre = genre; } |
| public void setFormat(String format) { this.format = format; } |