|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.aries.samples.blog.persistence.jdbc.entity.AuthorImpl
public class AuthorImpl
This class represents a blog post Author
| Constructor Summary | |
|---|---|
AuthorImpl()
|
|
| 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<EntryImpl> |
getEntries()
Get the author's blog posts |
String |
getName()
Get the author's full name |
void |
setBio(String bio)
Set the author's biographical information |
void |
setDisplayName(String displayName)
Set the author's displayed name |
void |
setDob(Date dob)
Set the author's date of birth |
void |
setEmail(String email)
Set the author's email address |
void |
setEntries(List<EntryImpl> posts)
Set the author's blog posts |
void |
setName(String name)
Set the author's full name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorImpl()
| Method Detail |
|---|
public String getEmail()
getEmail in interface Authorpublic void setEmail(String email)
public String getName()
getName in interface Authorpublic void setName(String name)
public String getDisplayName()
getDisplayName in interface Authorpublic void setDisplayName(String displayName)
public String getBio()
getBio in interface Authorpublic void setBio(String bio)
public Date getDob()
getDob in interface Authorpublic void setDob(Date dob)
public List<EntryImpl> getEntries()
getEntries in interface Authorpublic void setEntries(List<EntryImpl> posts)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||