old mode 100644
new mode 100755
| | |
| | | public class ApiNoticeDataVo implements Serializable { |
| | | |
| | | private String noticeId; |
| | | private String title; |
| | | private String noticeTypeCd; |
| | | private String context; |
| | | private String startTime; |
| | | public String getNoticeId() { |
| | | private String title; |
| | | private String noticeTypeCd; |
| | | private String context; |
| | | private String startTime; |
| | | private String endTime; |
| | | private String createTime; |
| | | private String noticeTypeCdName; |
| | | private String state; |
| | | private String stateName; |
| | | private String objId; |
| | | private String objType; |
| | | private String objName; |
| | | private String communityId; |
| | | |
| | | public String getNoticeId() { |
| | | return noticeId; |
| | | } |
| | | public void setNoticeId(String noticeId) { |
| | | |
| | | public void setNoticeId(String noticeId) { |
| | | this.noticeId = noticeId; |
| | | } |
| | | public String getTitle() { |
| | | |
| | | public String getTitle() { |
| | | return title; |
| | | } |
| | | public void setTitle(String title) { |
| | | |
| | | public void setTitle(String title) { |
| | | this.title = title; |
| | | } |
| | | public String getNoticeTypeCd() { |
| | | |
| | | public String getNoticeTypeCd() { |
| | | return noticeTypeCd; |
| | | } |
| | | public void setNoticeTypeCd(String noticeTypeCd) { |
| | | |
| | | public void setNoticeTypeCd(String noticeTypeCd) { |
| | | this.noticeTypeCd = noticeTypeCd; |
| | | } |
| | | public String getContext() { |
| | | |
| | | public String getContext() { |
| | | return context; |
| | | } |
| | | public void setContext(String context) { |
| | | |
| | | public void setContext(String context) { |
| | | this.context = context; |
| | | } |
| | | public String getStartTime() { |
| | | |
| | | public String getStartTime() { |
| | | return startTime; |
| | | } |
| | | public void setStartTime(String startTime) { |
| | | |
| | | public void setStartTime(String startTime) { |
| | | this.startTime = startTime; |
| | | } |
| | | |
| | | public String getEndTime() { |
| | | return endTime; |
| | | } |
| | | |
| | | public void setEndTime(String endTime) { |
| | | this.endTime = endTime; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getNoticeTypeCdName() { |
| | | return noticeTypeCdName; |
| | | } |
| | | |
| | | public void setNoticeTypeCdName(String noticeTypeCdName) { |
| | | this.noticeTypeCdName = noticeTypeCdName; |
| | | } |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getObjId() { |
| | | return objId; |
| | | } |
| | | |
| | | public void setObjId(String objId) { |
| | | this.objId = objId; |
| | | } |
| | | |
| | | public String getObjType() { |
| | | return objType; |
| | | } |
| | | |
| | | public void setObjType(String objType) { |
| | | this.objType = objType; |
| | | } |
| | | |
| | | public String getObjName() { |
| | | return objName; |
| | | } |
| | | |
| | | public void setObjName(String objName) { |
| | | this.objName = objName; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | } |