| package com.pt5.pthouduan.entity; |
| private String codecFormat; |
| private String resolution; |
| public Long getTorrentid() { |
| public String getRegion() { |
| public Integer getYear() { |
| public String getGenre() { |
| public String getCodecFormat() { |
| public String getResolution() { |
| public void setTorrentid(Long torrentid) { |
| this.torrentid = torrentid; |
| public void setRegion(String region) { |
| public void setYear(Integer year) { |
| public void setGenre(String genre) { |
| public void setCodecFormat(String codecFormat) { |
| this.codecFormat = codecFormat; |
| public void setResolution(String resolution) { |
| this.resolution = resolution; |