| | |
| | | private String parentTypeId; |
| | | private String machineTypeCd; |
| | | private String communityId; |
| | | private String[] communityIds; |
| | | private String communityName; |
| | | private String isEnable; |
| | | private String machineTypeCode; |
| | | private String unit; |
| | |
| | | public void setWarrantyDeadline(String warrantyDeadline) { |
| | | this.warrantyDeadline = warrantyDeadline; |
| | | } |
| | | |
| | | public String getCommunityName() { |
| | | return communityName; |
| | | } |
| | | |
| | | public void setCommunityName(String communityName) { |
| | | this.communityName = communityName; |
| | | } |
| | | |
| | | public String[] getCommunityIds() { |
| | | return communityIds; |
| | | } |
| | | |
| | | public void setCommunityIds(String[] communityIds) { |
| | | this.communityIds = communityIds; |
| | | } |
| | | } |