|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.aries.samples.blog.persistence.jpa.entity.AuthorImpl
@Entity(name="AUTHOR") 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> lb)
set the author's blog posts |
void |
setName(String name)
Set the author's full name |
void |
updateEntries(EntryImpl b)
Update the author's blog posts |
| 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 String getName()
getName in interface Authorpublic String getDisplayName()
getDisplayName in interface Authorpublic String getBio()
getBio in interface Authorpublic Date getDob()
getDob in interface Authorpublic List<EntryImpl> getEntries()
getEntries in interface Authorpublic void setEmail(String email)
public void setName(String name)
public void setDisplayName(String displayName)
public void setBio(String bio)
public void setDob(Date dob)
public void updateEntries(EntryImpl b)
public void setEntries(List<EntryImpl> lb)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||