| | |
| | | private String phone; |
| | | private Integer gender; |
| | | private String description; |
| | | private String title; |
| | | private String company; |
| | | private String introduction; |
| | | private Long avatarMediaId; |
| | | private List<Long> majorIds; |
| | | private List<String> tagNames; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | |
| | | public void setMajorIds(List<Long> majorIds) { |
| | | this.majorIds = majorIds; |
| | | } |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | | } |
| | | |
| | | public void setTitle(String title) { |
| | | this.title = title; |
| | | } |
| | | |
| | | public String getCompany() { |
| | | return company; |
| | | } |
| | | |
| | | public void setCompany(String company) { |
| | | this.company = company; |
| | | } |
| | | |
| | | public String getIntroduction() { |
| | | return introduction; |
| | | } |
| | | |
| | | public void setIntroduction(String introduction) { |
| | | this.introduction = introduction; |
| | | } |
| | | |
| | | public List<String> getTagNames() { |
| | | return tagNames; |
| | | } |
| | | |
| | | public void setTagNames(List<String> tagNames) { |
| | | this.tagNames = tagNames; |
| | | } |
| | | } |