public class OArchitectOProperty extends Object implements org.apache.wicket.util.io.IClusterable
OProperty from JSON string| 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) |
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 © 2020. All rights reserved.