Guest User

Untitled

a guest
Jan 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public void setDSecurityGroup(String dSecurityGroup) {
  2. this.dSecurityGroup = dSecurityGroup;
  3. }
  4.  
  5. public String getDSecurityGroup() throws IdcClientException, IOException {
  6.  
  7. Map<String,String> mapValue=getDocumentPropertiesSystem();
  8. dSecurityGroup=mapValue.get("dSecurityGroup");
  9. return dSecurityGroup;
  10. }
  11.  
  12. dSecurityGroup=mapValue.get("dSecurityGroup");
Add Comment
Please, Sign In to add comment