public class VDPViewElement extends Object implements Serializable
Constructor and Description |
---|
VDPViewElement() |
Modifier and Type | Method and Description |
---|---|
String |
getDb() |
String |
getDescription() |
String |
getElementSubtype() |
String |
getElementType() |
String |
getName() |
String |
getPath() |
void |
setDb(String db) |
void |
setDescription(String description) |
void |
setElementSubtype(String elementSubtype) |
void |
setElementType(String elementType) |
void |
setName(String name) |
void |
setPath(String path) |
String |
toString() |
public static final String VIEW_TYPE
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getDb()
public void setDb(String db)
public String getElementType()
public void setElementType(String elementType)
public String getElementSubtype()
public void setElementSubtype(String elementSubtype)
public String getPath()
public void setPath(String path)
Copyright © 2022 Denodo Technologies. All rights reserved.