public abstract class VDBObject
extends com.denodo.vdb.vdbinterface.common.clientResult.vo.MessageVO
| Constructor and Description |
|---|
VDBObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyProperties(VDBObject clone)
Set the properties from this object to clone object
|
int |
getId()
Obtains the identifier of this object.
|
String |
getName()
Obtains the name of the object.
|
boolean |
isGenerateVQL() |
void |
setGenerateVQL(boolean value) |
void |
setId(int value)
Sets the id of the object.
|
void |
setName(String value)
Sets the name of the object.
|
public void setName(String value)
value - the name to be set to the object.public String getName()
public void setId(int value)
value - the identifier to be set to the object.public int getId()
public void setGenerateVQL(boolean value)
public boolean isGenerateVQL()
public void copyProperties(VDBObject clone)
clone - Copyright © 2024 Denodo Technologies. All rights reserved.