public class NetworkConnectionDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
sourceId |
protected String |
targetId |
| Constructor and Description |
|---|
NetworkConnectionDto(String sourceId,
String targetId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSourceId() |
String |
getTargetId() |
int |
hashCode() |
void |
setSourceId(String sourceId) |
void |
setTargetId(String targetId) |
Copyright © 2013–2015 Inra. All rights reserved.