Class Edge
- java.lang.Object
-
- org.odpi.openmetadata.userinterface.uichassis.springboot.beans.Edge
-
public class Edge extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFrom()StringgetId()StringgetLabel()StringgetTo()StringgetType()inthashCode()voidsetFrom(String from)voidsetId(String id)voidsetLabel(String label)voidsetTo(String to)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getFrom
public String getFrom()
-
setFrom
public void setFrom(String from)
-
getTo
public String getTo()
-
setTo
public void setTo(String to)
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-