public class Medium extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Constructor and Description |
|---|
Medium() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getOs_family() |
String |
getPath() |
void |
setName(String name) |
void |
setOs_family(String os_family) |
void |
setPath(String path) |
String |
toString() |
Copyright © 2017. All rights reserved.