Class DocTreeDetails

java.lang.Object
sk.iway.iwcm.doc.DocTreeDetails

public class DocTreeDetails extends Object
Drzi info pre DocTreeDB
  • Constructor Details

    • DocTreeDetails

      public DocTreeDetails()
  • Method Details

    • getParent

      public int getParent()
      vrati rodicovsky objekt
      Returns:
      rodicovsky objekt
    • setParent

      public void setParent(int newParent)
      nastavi rodicovsky objekt
      Parameters:
      newParent - The new parent value
    • setName

      public void setName(String newName)
      Sets the name attribute of the DocTreeDetails object
      Parameters:
      newName - The new name value
    • getName

      public String getName()
      Gets the name attribute of the DocTreeDetails object
      Returns:
      The name value
    • getNameNoSlash

      public String getNameNoSlash()
    • setId

      public void setId(int newId)
      Sets the id attribute of the DocTreeDetails object
      Parameters:
      newId - The new id value
    • getId

      public int getId()
      Gets the id attribute of the DocTreeDetails object
      Returns:
      The id value
    • setLink

      public void setLink(String newLink)
      Sets the link attribute of the DocTreeDetails object
      Parameters:
      newLink - The new link value
    • getLink

      public String getLink()
      Gets the link attribute of the DocTreeDetails object
      Returns:
      The link value
    • setJsTree

      public void setJsTree(String jsTree)
      pouzite v javascripte aby sa dal vyrenderovat strom
      Parameters:
      jsTree - The new jsTree value
    • getJsTree

      public String getJsTree()
      Gets the jsTree attribute of the DocTreeDetails object
      Returns:
      The jsTree value