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, putclear, clearDirty, clearDirty, clearDirty, equals, getUnmanagedFields, isDirty, isDirty, isDirty, setDirty, setDirty, setDirtycompareTo, get, hashCode, put, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic CharSequence getEdgeId()
public void setEdgeId(CharSequence value)
public boolean isEdgeIdDirty(CharSequence value)
isEdgeIdDirty in class GEdgevalue - the value to set.public Float getEdgeWeight()
getEdgeWeight in class GEdgepublic void setEdgeWeight(Float value)
setEdgeWeight in class GEdgevalue - the value to set.public boolean isEdgeWeightDirty(Float value)
isEdgeWeightDirty in class GEdgevalue - the value to set.public CharSequence getVertexInId()
getVertexInId in class GEdgepublic void setVertexInId(CharSequence value)
setVertexInId in class GEdgevalue - the value to set.public boolean isVertexInIdDirty(CharSequence value)
isVertexInIdDirty in class GEdgevalue - the value to set.public CharSequence getVertexOutId()
getVertexOutId in class GEdgepublic void setVertexOutId(CharSequence value)
setVertexOutId in class GEdgevalue - the value to set.public boolean isVertexOutIdDirty(CharSequence value)
isVertexOutIdDirty in class GEdgevalue - the value to set.public CharSequence getLabel()
public void setLabel(CharSequence value)
public boolean isLabelDirty(CharSequence value)
isLabelDirty in class GEdgevalue - the value to set.Copyright © 2011-2019 The Apache Software Foundation. All Rights Reserved.