public class OArchitectOProperty extends Object implements org.apache.wicket.util.io.IClusterable
OProperty from JSON string| Type | Property and Description |
|---|---|
boolean |
isSubClass
Gets the value of the property subClassProperty.
|
| Constructor and Description |
|---|
OArchitectOProperty(String name,
com.orientechnologies.orient.core.metadata.schema.OType type) |
OArchitectOProperty(String name,
com.orientechnologies.orient.core.metadata.schema.OType type,
boolean subClassProperty) |
OArchitectOProperty(String name,
com.orientechnologies.orient.core.metadata.schema.OType type,
boolean subClassProperty,
String linkedClass) |
| Modifier and Type | Method and Description |
|---|---|
OArchitectOProperty |
getInverseProperty() |
String |
getLinkedClass() |
String |
getName() |
int |
getOrder() |
String |
getPageUrl() |
com.orientechnologies.orient.core.metadata.schema.OType |
getType() |
boolean |
isExistsInDb() |
boolean |
isInversePropertyEnable() |
boolean |
isSubClassProperty()
Gets the value of the property subClassProperty.
|
OArchitectOProperty |
setExistsInDb(boolean existsInDb) |
OArchitectOProperty |
setInverseProperty(OArchitectOProperty inverseProperty) |
OArchitectOProperty |
setInversePropertyEnable(boolean inversePropertyEnable) |
OArchitectOProperty |
setLinkedClass(String linkedClass) |
OArchitectOProperty |
setName(String name) |
OArchitectOProperty |
setOrder(int order) |
OArchitectOProperty |
setPageUrl(String pageUrl) |
OArchitectOProperty |
setSubClassProperty(boolean subClassProperty) |
OArchitectOProperty |
setType(com.orientechnologies.orient.core.metadata.schema.OType type) |
static OArchitectOProperty |
toArchitectOProperty(com.orientechnologies.orient.core.metadata.schema.OClass oClass,
com.orientechnologies.orient.core.metadata.schema.OProperty property) |
String |
toString() |
public boolean isSubClassProperty
public OArchitectOProperty(String name, com.orientechnologies.orient.core.metadata.schema.OType type)
public OArchitectOProperty(String name, com.orientechnologies.orient.core.metadata.schema.OType type, boolean subClassProperty)
public static OArchitectOProperty toArchitectOProperty(com.orientechnologies.orient.core.metadata.schema.OClass oClass, com.orientechnologies.orient.core.metadata.schema.OProperty property)
public String getName()
public OArchitectOProperty setName(String name)
public com.orientechnologies.orient.core.metadata.schema.OType getType()
public OArchitectOProperty setType(com.orientechnologies.orient.core.metadata.schema.OType type)
public boolean isSubClassProperty()
public OArchitectOProperty setSubClassProperty(boolean subClassProperty)
public String getLinkedClass()
public OArchitectOProperty setLinkedClass(String linkedClass)
public String getPageUrl()
public OArchitectOProperty setPageUrl(String pageUrl)
public OArchitectOProperty getInverseProperty()
public OArchitectOProperty setInverseProperty(OArchitectOProperty inverseProperty)
public boolean isExistsInDb()
public OArchitectOProperty setExistsInDb(boolean existsInDb)
public int getOrder()
public OArchitectOProperty setOrder(int order)
public boolean isInversePropertyEnable()
public OArchitectOProperty setInversePropertyEnable(boolean inversePropertyEnable)
Copyright © 2019. All rights reserved.