|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.strutsme.common.serialization.SerializationBase
org.strutsme.wishlist.common.dto.BaseDtoImpl
org.strutsme.wishlist.common.dto.WishDtoImpl
public class WishDtoImpl
| Constructor Summary | |
|---|---|
WishDtoImpl()
Each class should have one Constructor. |
|
| Method Summary | |
|---|---|
void |
copyValuesToBean(SafeHashtable map)
Update all properties of this bean from the given map. mwolff: checklipse warning is ok here. |
void |
copyValuesToMap(SafeHashtable map)
Copy all properties from this bean into the given map. Also it has to set the version under the Constants.VERSION key.
mwolff: checklipse warning is ok here. |
java.lang.String |
getAuthorId()
Get the id of the author. |
java.lang.String |
getBody()
Get the body text of the wish. |
java.lang.Short |
getPriority()
gets the priority of the wish. |
java.lang.String |
getSubject()
Get the subject. |
java.lang.String |
getTitle()
|
void |
setAuthorId(java.lang.String authorId)
Set the id of the author. |
void |
setBody(java.lang.String body)
Set the body. |
void |
setPriority(java.lang.Short priority)
Sets the priority of the wish. |
void |
setSubject(java.lang.String subject)
Set the subject. |
void |
setTitle(java.lang.String title)
|
| Methods inherited from class org.strutsme.wishlist.common.dto.BaseDtoImpl |
|---|
getCreatedAt, getId, setCreatedAt, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WishDtoImpl()
| Method Detail |
|---|
public final java.lang.String getAuthorId()
public final void setAuthorId(java.lang.String authorId)
authorId - the new authorIdpublic final java.lang.String getBody()
public final void setBody(java.lang.String body)
body - the new body of the wishpublic final java.lang.String getSubject()
public final void setSubject(java.lang.String subject)
subject - the new subject of the wish
public final void copyValuesToBean(SafeHashtable map)
throws SerializationException
copyValuesToBean in class BaseDtoImplmap - the SafeHashtable with the values of the properties
SerializationException - in the case of a wrong serialization
version
public final void copyValuesToMap(SafeHashtable map)
throws SerializationException
Constants.VERSION key.
mwolff: checklipse warning is ok here.
copyValuesToMap in class BaseDtoImplmap - the target SafeHashtable to be filled
SerializationException - in the case of a wrong serialization
versionpublic final java.lang.String getTitle()
public final void setTitle(java.lang.String title)
title - the title to setpublic final java.lang.Short getPriority()
public final void setPriority(java.lang.Short priority)
priority - the priority to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||