Package com.logicaldoc.webservice.model
Class WSBookmark
java.lang.Object
com.logicaldoc.webservice.model.WSBookmark
Web Service Bookmark.
- Since:
- 7.6.3
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WSBookmark
fromBookmark
(Bookmark bookmark) long
getId()
int
long
getTitle()
int
getType()
long
void
setDescription
(String description) void
setFileType
(String fileType) void
setId
(long id) void
setPosition
(int position) void
setTargetId
(long targetId) void
void
setType
(int type) void
setUserId
(long userId)
-
Constructor Details
-
WSBookmark
public WSBookmark()
-
-
Method Details
-
toBookmark
-
fromBookmark
-
getId
public long getId() -
setId
public void setId(long id) -
getUserId
public long getUserId() -
setUserId
public void setUserId(long userId) -
getTargetId
public long getTargetId() -
setTargetId
public void setTargetId(long targetId) -
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getPosition
public int getPosition() -
setPosition
public void setPosition(int position) -
getFileType
-
setFileType
-
getType
public int getType() -
setType
public void setType(int type)
-