| | |
| | | } |
| | | |
| | | public void setDescription(String description) { |
| | | this.description = ZhConverterUtil.convertToTraditional(description); |
| | | // this.description = ZhConverterUtil.convertToTraditional(description); |
| | | this.description = description; |
| | | } |
| | | |
| | | public void setContent(String content) { |
| | | this.content = ZhConverterUtil.convertToTraditional(content); |
| | | // this.content = ZhConverterUtil.convertToTraditional(content); |
| | | this.content = content; |
| | | } |
| | | |
| | | public void setTitle(String title) { |
| | | this.title = ZhConverterUtil.convertToTraditional(title); |
| | | // this.title = ZhConverterUtil.convertToTraditional(title); |
| | | this.title = title; |
| | | } |
| | | |
| | | } |