| |
|
| java.lang.Object org.restlet.example.book.rest.ch7.Bookmark
Bookmark | public class Bookmark (Code) | | URI saved and annotated by a user.
author: Jerome Louvel (contact@noelios.com) |
getDateTime | public Date getDateTime()(Code) | | the dateTime |
getLongDescription | public String getLongDescription()(Code) | | the longDescription |
getShortDescription | public String getShortDescription()(Code) | | the shortDescription |
isRestrict | public boolean isRestrict()(Code) | | the restrict |
setDateTime | public void setDateTime(Date dateTime)(Code) | | Parameters: dateTime - the dateTime to set |
setLongDescription | public void setLongDescription(String longDescription)(Code) | | Parameters: longDescription - the longDescription to set |
setRestrict | public void setRestrict(boolean restrict)(Code) | | Parameters: restrict - the restrict to set |
setShortDescription | public void setShortDescription(String shortDescription)(Code) | | Parameters: shortDescription - the shortDescription to set |
setUri | public void setUri(String uri)(Code) | | Parameters: uri - the uri to set |
setUser | public void setUser(User user)(Code) | | Parameters: user - the user to set |
|
|
|