Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d9f8354887c48d20f76f6ba019883967a4c74c79
[sdc.git]
/
1
package org.openecomp.sdcrests.vendorsoftwareproducts.types;
2
3
public class ComponentDependencyCreationDto {
4
private String id;
5
6
public String getId() {
7
return id;
8
}
9
10
public void setId(String id) {
11
this.id = id;
12
}
13
}