|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SandlerEntry
SandlerEntry
Method Summary | |
---|---|
void |
addContributor(int index,
Person contributor)
|
boolean |
addContributor(Person contributor)
|
void |
addLink(int index,
Link link)
|
boolean |
addLink(Link link)
|
Person |
getAuthor()
Returns the Entries Author |
Person |
getContributor(int index)
|
int |
getContributorCount()
|
String |
getId()
Returns the Entries ID |
Link |
getLink(int index)
|
int |
getLinkCount()
|
Date |
getModified()
Returns the date the entry was last modified |
Content |
getSummary()
Returns the Entries Summary |
Content |
getTitle()
Returns the Entries Title |
void |
removeContributor(int index)
|
boolean |
removeContributor(Person contributor)
|
void |
removeLink(int index)
|
boolean |
removeLink(Link link)
|
void |
setAuthor(Person author)
Set's the entries Author |
void |
setId(String id)
Set's the Entries ID |
void |
setModified(Date date)
Set's the date the entry was last modified |
void |
setSummary(Content summary)
Set's the Entries Summary |
void |
setSummary(String summary)
Set's the Entries Summary |
void |
setTitle(Content title)
Set's the Entries Title |
void |
setTitle(String title)
Set's the Entries Title |
Method Detail |
---|
Content getTitle()
void setTitle(Content title)
title
- a Content representing the Titlevoid setTitle(String title)
title
- a String representing the TitleContent getSummary()
void setSummary(Content summary)
summary
- a Content representing the Summaryvoid setSummary(String summary)
summary
- a Content representing the SummaryDate getModified()
void setModified(Date date)
date
- a Date representing the last time the entry was modifiedString getId()
void setId(String id)
id
- a String representing the Entry IDPerson getAuthor()
void setAuthor(Person author)
author
- a Person representing the Entry Authorint getContributorCount()
Person getContributor(int index)
index
-
boolean addContributor(Person contributor)
contributor
- a Person representing a Contributor to the Entryvoid addContributor(int index, Person contributor)
index
- an int indiciating where in the contributor list to insert this contributorcontributor
- a Person representing a Contributor to the Entryboolean removeLink(Link link)
link
- a Person representing a Link to the Entry
void removeLink(int index)
index
- an int indicating which Link in the list to removeint getLinkCount()
Link getLink(int index)
index
-
boolean addLink(Link link)
link
- a Link representing a Link to the Entryvoid addLink(int index, Link link)
index
- an int indiciating where in the contributor list to insert this contributorlink
- a Link representing a Link to the Entryboolean removeContributor(Person contributor)
contributor
- a Person representing a Contributor to the Entry
void removeContributor(int index)
index
- an int indicating which contributor in the list to remove
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |