public class Graph extends Object implements Serializable
Constructor and Description |
---|
Graph() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getDomain()
Returns the value of field 'domain'.
|
String |
getExtlink()
Returns the value of field 'extlink'.
|
String |
getGraphtype()
Returns the value of field 'graphtype'.
|
String |
getInterfaceId()
Returns the value of field 'interfaceId'.
|
String |
getNodeId()
Returns the value of field 'nodeId'.
|
String |
getNodeSource()
Returns the value of field 'nodeSource'.
|
String |
getResourceId()
Returns the value of field 'resourceId'.
|
String |
getTimespan()
Returns the value of field 'timespan'.
|
String |
getTitle()
Returns the value of field 'title'.
|
int |
hashCode()
Method hashCode.
|
void |
setDomain(String domain)
Sets the value of field 'domain'.
|
void |
setExtlink(String extlink)
Sets the value of field 'extlink'.
|
void |
setGraphtype(String graphtype)
Sets the value of field 'graphtype'.
|
void |
setInterfaceId(String interfaceId)
Sets the value of field 'interfaceId'.
|
void |
setNodeId(String nodeId)
Sets the value of field 'nodeId'.
|
void |
setNodeSource(String nodeSource)
Sets the value of field 'nodeSource'.
|
void |
setResourceId(String resourceId)
Sets the value of field 'resourceId'.
|
void |
setTimespan(String timespan)
Sets the value of field 'timespan'.
|
void |
setTitle(String title)
Sets the value of field 'title'.
|
public boolean equals(Object obj)
public String getDomain()
public String getExtlink()
public String getGraphtype()
public String getInterfaceId()
public String getNodeId()
public String getNodeSource()
public String getResourceId()
public String getTimespan()
public String getTitle()
public int hashCode()
public void setDomain(String domain)
domain
- the value of field 'domain'.public void setExtlink(String extlink)
extlink
- the value of field 'extlink'.public void setGraphtype(String graphtype)
graphtype
- the value of field 'graphtype'.public void setInterfaceId(String interfaceId)
interfaceId
- the value of field 'interfaceId'.public void setNodeId(String nodeId)
nodeId
- the value of field 'nodeId'.public void setNodeSource(String nodeSource)
nodeSource
- the value of field 'nodeSource'.public void setResourceId(String resourceId)
resourceId
- the value of field 'resourceId'.public void setTimespan(String timespan)
timespan
- the value of field 'timespan'.public void setTitle(String title)
title
- the value of field 'title'.Copyright © 2017. All rights reserved.