| | |
| | | |
| | | public class GoldCornTaskVO { |
| | | |
| | | private String sourceCode; |
| | | private String icon; |
| | | private String title; |
| | | private String goldCorn; |
| | |
| | | private String params; |
| | | private boolean enable; |
| | | |
| | | |
| | | public String getSourceCode() { |
| | | return sourceCode; |
| | | } |
| | | |
| | | public void setSourceCode(String sourceCode) { |
| | | this.sourceCode = sourceCode; |
| | | } |
| | | |
| | | public String getIcon() { |
| | | return icon; |
| | |
| | | vo.setEnable(true); |
| | | vo.setIcon(source.getIcon()); |
| | | vo.setTitle(source.getSourceName()); |
| | | vo.setGoldCorn("+" + source.getGoldCorn() ); |
| | | vo.setGoldCorn("+" + source.getGoldCorn()); |
| | | vo.setSourceCode(source.getSourceCode()); |
| | | return vo; |
| | | } |
| | | } |