| | |
| | | private String memberId; |
| | | private String state; |
| | | private String stateName; |
| | | private String[] communityIds; |
| | | private String auditStatusCd; |
| | | |
| | | |
| | | |
| | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String[] getCommunityIds() { |
| | | return communityIds; |
| | | } |
| | | |
| | | public void setCommunityIds(String[] communityIds) { |
| | | this.communityIds = communityIds; |
| | | } |
| | | |
| | | public String getAuditStatusCd() { |
| | | return auditStatusCd; |
| | | } |
| | | |
| | | public void setAuditStatusCd(String auditStatusCd) { |
| | | this.auditStatusCd = auditStatusCd; |
| | | } |
| | | } |