|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strutsme.wishlist.persistence.dto.impl.BaseDtoImpl
org.strutsme.wishlist.persistence.dto.impl.WishDtoImpl
public class WishDtoImpl
Implementation of wish.
| Constructor Summary | |
|---|---|
WishDtoImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthorId()
|
java.lang.String |
getBody()
|
java.lang.Short |
getPriority()
gets the priority of the wish. |
java.lang.String |
getSubject()
|
void |
setAuthorId(java.lang.String authorId)
|
void |
setBody(java.lang.String body)
|
void |
setPriority(java.lang.Short priority)
Sets the priority of the wish. |
void |
setSubject(java.lang.String subject)
|
| Methods inherited from class org.strutsme.wishlist.persistence.dto.impl.BaseDtoImpl |
|---|
getCreatedAt, getId, setCreatedAt, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.strutsme.wishlist.persistence.dto.BaseDto |
|---|
getCreatedAt, getId, setCreatedAt, setId |
| Constructor Detail |
|---|
public WishDtoImpl()
| Method Detail |
|---|
public final java.lang.String getAuthorId()
getAuthorId in interface WishDtopublic final void setAuthorId(java.lang.String authorId)
setAuthorId in interface WishDtoauthorId - the authorId to setpublic final java.lang.String getBody()
getBody in interface WishDtopublic final void setBody(java.lang.String body)
setBody in interface WishDtobody - the body to setpublic final java.lang.String getSubject()
getSubject in interface WishDtopublic final void setSubject(java.lang.String subject)
setSubject in interface WishDtosubject - the subject to setpublic final java.lang.Short getPriority()
getPriority in interface WishDtopublic final void setPriority(java.lang.Short priority)
setPriority in interface WishDtopriority - the priority to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||