public class OConfiguredVertexClass extends OConfiguredClass
configuredProperties, globalConfiguration, name
Constructor and Description |
---|
OConfiguredVertexClass(String vertexName,
OConfiguration globalConfiguration) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getExternalKeyProps() |
Integer |
getFixed() |
OVertexMappingInformation |
getMapping() |
Double |
getPx() |
Double |
getPy() |
Double |
getX() |
Double |
getY() |
boolean |
isAlreadyAnalyzed() |
void |
setAlreadyAnalyzed(boolean alreadyAnalyzed) |
void |
setExternalKeyProps(List<String> externalKeyProps) |
void |
setFixed(Integer fixed) |
void |
setMapping(OVertexMappingInformation mapping) |
void |
setPx(Double px) |
void |
setPy(Double py) |
void |
setX(Double x) |
void |
setY(Double y) |
getConfiguredProperties, getGlobalConfiguration, getName, getPropertiesByColumns, getProperty, getPropertyByAttribute, setConfiguredProperties, setGlobalConfiguration, setName
public OConfiguredVertexClass(String vertexName, OConfiguration globalConfiguration)
public OVertexMappingInformation getMapping()
public void setMapping(OVertexMappingInformation mapping)
public boolean isAlreadyAnalyzed()
public void setAlreadyAnalyzed(boolean alreadyAnalyzed)
public Double getX()
public void setX(Double x)
public Double getY()
public void setY(Double y)
public Double getPx()
public void setPx(Double px)
public Double getPy()
public void setPy(Double py)
public Integer getFixed()
public void setFixed(Integer fixed)
Copyright © 2015–2024 OrientDB. All rights reserved.