|
||||||||||
| 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.UserDtoImpl
public final class UserDtoImpl
used as a wrapperclass for org.strutsme.server.persistence.dto.UserDto in the Servermodule.
| Constructor Summary | |
|---|---|
UserDtoImpl()
|
|
| 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 |
getEmail()
gets the emailAddress of the user. |
java.lang.String |
getFamilyName()
gets the familyname. |
java.lang.String |
getFirstName()
the firstname of the user. |
java.lang.String |
getPassword()
gets the password for the user. |
java.lang.String |
getPhone()
gets the phonenumber of the user. |
java.lang.String |
getUsername()
gets the username of the user. |
void |
setEmail(java.lang.String email)
sets the emailAddress of the user. |
void |
setFamilyName(java.lang.String familyName)
sets the familyName of the user. |
void |
setFirstName(java.lang.String firstName)
the firstname of the user. |
void |
setPassword(java.lang.String password)
sets the password for the user. |
void |
setPhone(java.lang.String phone)
sets the phonenumber for the user. |
void |
setUsername(java.lang.String username)
sets the username. |
| 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 UserDtoImpl()
| Method Detail |
|---|
public 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 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 java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - sets the emailAddress of the userpublic java.lang.String getFamilyName()
public void setFamilyName(java.lang.String familyName)
familyName - the familyName to setpublic java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName - the firstName to setpublic java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - the password to setpublic java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone - the phonenumber to setpublic java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - the username to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||