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