public class OGlobalPropertyImpl extends Object implements OGlobalProperty
Constructor and Description |
---|
OGlobalPropertyImpl() |
OGlobalPropertyImpl(String name,
OType type,
Integer id) |
Modifier and Type | Method and Description |
---|---|
void |
fromDocument(ODocument document) |
Integer |
getId() |
String |
getName() |
OType |
getType() |
ODocument |
toDocument() |
public Integer getId()
getId
in interface OGlobalProperty
public String getName()
getName
in interface OGlobalProperty
public OType getType()
getType
in interface OGlobalProperty
public void fromDocument(ODocument document)
public ODocument toDocument()
Copyright © 2009–2020 OrientDB. All rights reserved.