public class Starred
extends java.lang.Object
Constructor and Description |
---|
Starred() |
Modifier and Type | Method and Description |
---|---|
int |
getId()
Get this item's ID in bookmark database
|
SearchResult.MediaType |
getMediaType()
Get this item's media type
|
java.lang.String |
getMNr()
Get this item's unique identifier
|
java.lang.String |
getTitle()
Get this item's title
|
void |
setId(int id)
Set this item's ID in bookmark database
|
void |
setMediaType(SearchResult.MediaType mediaType)
Set this item's media type
|
void |
setMNr(java.lang.String mnr)
Set this item's unique identifier
|
void |
setTitle(java.lang.String title)
Set this item's title
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public int getId()
public void setId(int id)
public java.lang.String getMNr()
public void setMNr(java.lang.String mnr)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public SearchResult.MediaType getMediaType()
public void setMediaType(SearchResult.MediaType mediaType)