Package sk.iway.iwcm.doc
Class DocTreeDetails
java.lang.Object
sk.iway.iwcm.doc.DocTreeDetails
Drzi info pre DocTreeDB
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
Gets the id attribute of the DocTreeDetails objectGets the jsTree attribute of the DocTreeDetails objectgetLink()
Gets the link attribute of the DocTreeDetails objectgetName()
Gets the name attribute of the DocTreeDetails objectint
vrati rodicovsky objektvoid
setId
(int newId) Sets the id attribute of the DocTreeDetails objectvoid
pouzite v javascripte aby sa dal vyrenderovat stromvoid
Sets the link attribute of the DocTreeDetails objectvoid
Sets the name attribute of the DocTreeDetails objectvoid
setParent
(int newParent) nastavi rodicovsky objekt
-
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
Sets the name attribute of the DocTreeDetails object- Parameters:
newName
- The new name value
-
getName
Gets the name attribute of the DocTreeDetails object- Returns:
- The name value
-
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
Sets the link attribute of the DocTreeDetails object- Parameters:
newLink
- The new link value
-
getLink
Gets the link attribute of the DocTreeDetails object- Returns:
- The link value
-
setJsTree
pouzite v javascripte aby sa dal vyrenderovat strom- Parameters:
jsTree
- The new jsTree value
-
getJsTree
Gets the jsTree attribute of the DocTreeDetails object- Returns:
- The jsTree value
-