old mode 100644
new mode 100755
| | |
| | | |
| | | private String attrId; |
| | | private String configId; |
| | | private String[] configIds; |
| | | private String specCd; |
| | | private String specName; |
| | | private String value; |
| | | private String communityId; |
| | | |
| | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String[] getConfigIds() { |
| | | return configIds; |
| | | } |
| | | |
| | | public void setConfigIds(String[] configIds) { |
| | | this.configIds = configIds; |
| | | } |
| | | |
| | | public String getSpecName() { |
| | | return specName; |
| | | } |
| | | |
| | | public void setSpecName(String specName) { |
| | | this.specName = specName; |
| | | } |
| | | } |