Class ObjectMxNode
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.core.queries.nodes.ObjectMxNode
-
public class ObjectMxNode extends Object
Represents an attributeMetadata object linked to any mxgraphCell- Author:
- Orlando Paz <orlando.paz@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description ObjectMxNode(String id)
ObjectMxNode(String id, AttributeMetadata object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getId()
AttributeMetadata
getObject()
int
hashCode()
void
setId(String id)
void
setObject(AttributeMetadata object)
-
-
-
Constructor Detail
-
ObjectMxNode
public ObjectMxNode(String id)
-
ObjectMxNode
public ObjectMxNode(String id, AttributeMetadata object)
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getObject
public AttributeMetadata getObject()
-
setObject
public void setObject(AttributeMetadata object)
-
-