
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 OGlobalPropertypublic String getName()
getName in interface OGlobalPropertypublic OType getType()
getType in interface OGlobalPropertypublic void fromDocument(ODocument document)
public ODocument toDocument()
Copyright © 2009–2025 OrientDB. All rights reserved.