org.olat.bookmark
Interface Bookmark

All Superinterfaces:
CreateInfo, Persistable, java.io.Serializable
All Known Implementing Classes:
BookmarkImpl

public interface Bookmark
extends CreateInfo, Persistable

Description:

Author:
Sabina Jeger

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 description)
           
 void setDetaildata(java.lang.String intref)
          set the internal reference of the bookmark
 void setOlatreskey(java.lang.Long olatreskey)
          set the olat resource key of the bookmark
 void setOlatrestype(java.lang.String olatrestype)
          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 interface org.olat.core.id.CreateInfo
getCreationDate
 
Methods inherited from interface org.olat.core.id.Persistable
equalsByPersistableKey, getKey
 

Method Detail

getDescription

java.lang.String getDescription()
returns the description of the bookmark

Returns:
description

getDetaildata

java.lang.String getDetaildata()
returns the internal reference (url) of the bookmark

Returns:
internal reference

getOlatreskey

java.lang.Long getOlatreskey()
returns the resource key of the bookmark

Returns:
resource key

getOlatrestype

java.lang.String getOlatrestype()
Returns:
the resource type (course, forum etc.) of the bookmark

getDisplayrestype

java.lang.String getDisplayrestype()
Returns:
the resource type to display to the user

getOwner

Identity getOwner()
Returns:
the owner of the bookmark

getTitle

java.lang.String getTitle()
Returns:
title of the bookmark

setDescription

void setDescription(java.lang.String description)
Parameters:
description - the description of the bookmark

setDetaildata

void setDetaildata(java.lang.String intref)
set the internal reference of the bookmark

Parameters:
intref -

setOlatreskey

void setOlatreskey(java.lang.Long olatreskey)
set the olat resource key of the bookmark

Parameters:
olatreskey - resource key

setOlatrestype

void setOlatrestype(java.lang.String olatrestype)
set the olat resource type of the bookmark

Parameters:
olatrestype - resource type

setOwner

void setOwner(Identity ident)
set the owner of the bookmark

Parameters:
ident -

setTitle

void setTitle(java.lang.String string)
set the title of the bookmark

Parameters:
string -