| | |
| | | private String objId; |
| | | private String state; |
| | | private String objType; |
| | | private String noteTypeName; |
| | | |
| | | private String link; |
| | | |
| | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String communityId; |
| | | |
| | | |
| | | public String getCreateUserId() { |
| | |
| | | public void setLink(String link) { |
| | | this.link = link; |
| | | } |
| | | |
| | | public String getNoteTypeName() { |
| | | return noteTypeName; |
| | | } |
| | | |
| | | public void setNoteTypeName(String noteTypeName) { |
| | | this.noteTypeName = noteTypeName; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | } |