public static final class GEdge.Tombstone extends GEdge implements org.apache.gora.persistency.Tombstone
GEdge.Builder, GEdge.Field, GEdge.Tombstone
Modifier and Type | Method and Description |
---|---|
CharSequence |
getEdgeId()
Gets the value of the 'edgeId' field.
|
Float |
getEdgeWeight()
Gets the value of the 'edgeWeight' field.
|
CharSequence |
getLabel()
Gets the value of the 'label' field.
|
CharSequence |
getVertexInId()
Gets the value of the 'vertexInId' field.
|
CharSequence |
getVertexOutId()
Gets the value of the 'vertexOutId' field.
|
boolean |
isEdgeIdDirty(CharSequence value)
Checks the dirty status of the 'edgeId' field.
|
boolean |
isEdgeWeightDirty(Float value)
Checks the dirty status of the 'edgeWeight' field.
|
boolean |
isLabelDirty(CharSequence value)
Checks the dirty status of the 'label' field.
|
boolean |
isVertexInIdDirty(CharSequence value)
Checks the dirty status of the 'vertexInId' field.
|
boolean |
isVertexOutIdDirty(CharSequence value)
Checks the dirty status of the 'vertexOutId' field.
|
void |
setEdgeId(CharSequence value)
Sets the value of the 'edgeId' field.
|
void |
setEdgeWeight(Float value)
Sets the value of the 'edgeWeight' field.
|
void |
setLabel(CharSequence value)
Sets the value of the 'label' field.
|
void |
setVertexInId(CharSequence value)
Sets the value of the 'vertexInId' field.
|
void |
setVertexOutId(CharSequence value)
Sets the value of the 'vertexOutId' field.
|
get, getFieldsCount, getSchema, getTombstone, newBuilder, newBuilder, newBuilder, newInstance, put
clear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirty
compareTo, get, hashCode, put, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public CharSequence getEdgeId()
public void setEdgeId(CharSequence value)
public boolean isEdgeIdDirty(CharSequence value)
isEdgeIdDirty
in class GEdge
value
- the value to set.public Float getEdgeWeight()
getEdgeWeight
in class GEdge
public void setEdgeWeight(Float value)
setEdgeWeight
in class GEdge
value
- the value to set.public boolean isEdgeWeightDirty(Float value)
isEdgeWeightDirty
in class GEdge
value
- the value to set.public CharSequence getVertexInId()
getVertexInId
in class GEdge
public void setVertexInId(CharSequence value)
setVertexInId
in class GEdge
value
- the value to set.public boolean isVertexInIdDirty(CharSequence value)
isVertexInIdDirty
in class GEdge
value
- the value to set.public CharSequence getVertexOutId()
getVertexOutId
in class GEdge
public void setVertexOutId(CharSequence value)
setVertexOutId
in class GEdge
value
- the value to set.public boolean isVertexOutIdDirty(CharSequence value)
isVertexOutIdDirty
in class GEdge
value
- the value to set.public CharSequence getLabel()
public void setLabel(CharSequence value)
public boolean isLabelDirty(CharSequence value)
isLabelDirty
in class GEdge
value
- the value to set.Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.