| | |
| | | private String Package; |
| | | private String uid; |
| | | private String utdId; |
| | | private String childPackage; |
| | | //注入detailSystem |
| | | private DetailSystem detailSystem; |
| | | //注入childDetailSystem |
| | | private DetailSystem childDetailSystem; |
| | | |
| | | |
| | | public String getUtdId() { |
| | | return utdId; |
| | |
| | | this.utdId = utdId; |
| | | } |
| | | |
| | | //注入detailSystem |
| | | private DetailSystem detailSystem; |
| | | |
| | | |
| | | |
| | | public DetailSystem getDetailSystem() { |
| | |
| | | public void setPackage(String aPackage) { |
| | | Package = aPackage; |
| | | } |
| | | |
| | | public String getChildPackage() { |
| | | return childPackage; |
| | | } |
| | | |
| | | public void setChildPackage(String childPackage) { |
| | | this.childPackage = childPackage; |
| | | } |
| | | |
| | | public DetailSystem getChildDetailSystem() { |
| | | return childDetailSystem; |
| | | } |
| | | |
| | | public void setChildDetailSystem(DetailSystem childDetailSystem) { |
| | | this.childDetailSystem = childDetailSystem; |
| | | } |
| | | } |