public class DuplicateSystemGrouping extends java.lang.Object implements Expandable, Identifiable
| Constructor and Description |
|---|
DuplicateSystemGrouping(NetworkDto net)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addIfMatch(NetworkDto net)
Add a object to the bucket if there is a match
|
java.util.List<NetworkDto> |
expand()
Expand the systems
|
java.lang.Long |
getId()
Get the database id of this Object.
|
java.lang.String |
getKey() |
java.util.List<NetworkDto> |
getSystems() |
void |
setKey(java.lang.String newKey) |
java.lang.String |
toString() |
public DuplicateSystemGrouping(NetworkDto net)
net - networkDto Objectpublic java.lang.String getKey()
public void setKey(java.lang.String newKey)
newKey - String Set new keypublic boolean addIfMatch(NetworkDto net)
net - the object to addpublic java.util.List<NetworkDto> getSystems()
public java.util.List<NetworkDto> expand()
expand in interface Expandablepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Long getId()
getId in interface Identifiable