public class GraphItem extends Object
| Constructor and Description |
|---|
GraphItem()
Create graph item object with default values
|
GraphItem(long nodeId,
long dciId,
int source,
int dataType,
String name,
String description)
Constructor for ITEM type
|
GraphItem(long nodeId,
long dciId,
int source,
int dataType,
String name,
String description,
String instance,
String dataColumn)
Constructor for TABLE type
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDataColumn() |
int |
getDataType() |
long |
getDciId() |
String |
getDescription() |
String |
getInstance() |
String |
getName() |
long |
getNodeId() |
int |
getSource() |
int |
getType() |
void |
setDataColumn(String dataColumn) |
void |
setDataType(int dataType) |
void |
setDciId(long dciId) |
void |
setDescription(String description) |
void |
setInstance(String instance) |
void |
setName(String name) |
void |
setNodeId(long nodeId) |
void |
setSource(int source) |
void |
setType(int type) |
public GraphItem()
public GraphItem(long nodeId,
long dciId,
int source,
int dataType,
String name,
String description)
nodeId - dciId - source - dataType - name - description - public long getNodeId()
public void setNodeId(long nodeId)
nodeId - the nodeId to setpublic long getDciId()
public void setDciId(long dciId)
dciId - the dciId to setpublic int getSource()
public void setSource(int source)
source - the source to setpublic int getDataType()
public void setDataType(int dataType)
dataType - the dataType to setpublic String getName()
public void setName(String name)
name - the name to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic int getType()
public void setType(int type)
type - the type to setpublic String getDataColumn()
public void setDataColumn(String dataColumn)
dataColumn - the dataColumn to setpublic String getInstance()
public void setInstance(String instance)
instance - the instance to setCopyright © 2015. All rights reserved.