|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Author
| Method Summary | |
|---|---|
String |
getBio()
Get the author's biographical information |
String |
getDisplayName()
Get the author's displayed name |
Date |
getDob()
Get the author's date of birth |
String |
getEmail()
Get the author's email address |
List<? extends Entry> |
getEntries()
Get the author's blog posts |
String |
getName()
Get the author's full name |
| Method Detail |
|---|
String getEmail()
String getName()
String getDisplayName()
String getBio()
Date getDob()
List<? extends Entry> getEntries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||