Class GUIBookmark
- java.lang.Object
-
- com.logicaldoc.gui.common.client.beans.GUIBookmark
-
- All Implemented Interfaces:
Serializable
public class GUIBookmark extends Object implements Serializable
A user's bookmark- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GUIBookmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()LonggetFolderId()longgetId()StringgetName()voidsetDescription(String description)voidsetFolderId(Long folderId)voidsetId(long id)voidsetName(String name)
-
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getFolderId
public Long getFolderId()
-
setFolderId
public void setFolderId(Long folderId)
-
-