|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.commons.persistence.PersistentObject
org.olat.bookmark.BookmarkImpl
public class BookmarkImpl
Description:
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
returns the description of the bookmark |
java.lang.String |
getDetaildata()
returns the internal reference (url) of the bookmark |
java.lang.String |
getDisplayrestype()
|
java.lang.Long |
getOlatreskey()
returns the resource key of the bookmark |
java.lang.String |
getOlatrestype()
|
Identity |
getOwner()
|
java.lang.String |
getTitle()
|
void |
setDescription(java.lang.String string)
|
void |
setDetaildata(java.lang.String string)
set the internal reference of the bookmark |
void |
setDisplayrestype(java.lang.String string)
Set the res type to be displayed in the bookmark broperties. |
void |
setOlatreskey(java.lang.Long reskey)
set the olat resource key of the bookmark |
void |
setOlatrestype(java.lang.String string)
set the olat resource type of the bookmark |
void |
setOwner(Identity ident)
set the owner of the bookmark |
void |
setTitle(java.lang.String string)
set the title of the bookmark |
| Methods inherited from class org.olat.core.commons.persistence.PersistentObject |
|---|
equalsByPersistableKey, getCreationDate, getKey, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.olat.core.id.CreateInfo |
|---|
getCreationDate |
| Methods inherited from interface org.olat.core.id.Persistable |
|---|
equalsByPersistableKey, getKey |
| Method Detail |
|---|
public java.lang.String getDescription()
Bookmark
getDescription in interface BookmarkBookmark.getDescription()public java.lang.String getDetaildata()
Bookmark
getDetaildata in interface BookmarkBookmark.getDetaildata()public java.lang.Long getOlatreskey()
Bookmark
getOlatreskey in interface BookmarkBookmark.getOlatreskey()public java.lang.String getOlatrestype()
getOlatrestype in interface BookmarkBookmark.getOlatrestype()public java.lang.String getDisplayrestype()
getDisplayrestype in interface BookmarkBookmark.getDisplayrestype()public java.lang.String getTitle()
getTitle in interface BookmarkBookmark.getTitle()public void setDescription(java.lang.String string)
setDescription in interface Bookmarkstring - the description of the bookmarkBookmark.setDescription(java.lang.String)public void setDetaildata(java.lang.String string)
Bookmark
setDetaildata in interface BookmarkBookmark.setDetaildata(java.lang.String)public void setOlatreskey(java.lang.Long reskey)
Bookmark
setOlatreskey in interface Bookmarkreskey - resource keyBookmark.setOlatreskey(java.lang.Long)public void setOlatrestype(java.lang.String string)
Bookmark
setOlatrestype in interface Bookmarkstring - resource typeBookmark.setOlatrestype(java.lang.String)public void setDisplayrestype(java.lang.String string)
string - public Identity getOwner()
getOwner in interface BookmarkBookmark.getOwner()public void setOwner(Identity ident)
Bookmark
setOwner in interface BookmarkBookmark.setOwner(org.olat.core.id.Identity)public void setTitle(java.lang.String string)
Bookmark
setTitle in interface BookmarkBookmark.setTitle(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||