Class VDPViewElement

java.lang.Object
com.denodo.scheduler.client.commons.VDPViewElement
All Implemented Interfaces:
Serializable

public class VDPViewElement extends Object implements Serializable
See Also:
  • Field Details

  • Constructor Details

    • VDPViewElement

      public VDPViewElement()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getDb

      public String getDb()
    • setDb

      public void setDb(String db)
    • getElementType

      public String getElementType()
    • setElementType

      public void setElementType(String elementType)
    • getElementSubtype

      public String getElementSubtype()
    • setElementSubtype

      public void setElementSubtype(String elementSubtype)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • toString

      public String toString()
      Overrides:
      toString in class Object