|
||||||||||
| 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
public class BaseDtoImpl
BaseDtoImpl is the base object of all wishlist DTOs. It adds a creation date and a unique id.
| Constructor Summary | |
|---|---|
BaseDtoImpl()
the public default 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. mwolff: checklipse warning is ok here. |
java.util.Date |
getCreatedAt()
gets the creationdate of this instance. |
java.lang.String |
getId()
gets the global id of this Beaninstance. |
void |
setCreatedAt(java.util.Date createdAt)
sets the creationdate of this instance. |
void |
setId(java.lang.String id)
sets the global Id of this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseDtoImpl()
| Method Detail |
|---|
public final java.lang.String getId()
public final void setId(java.lang.String id)
id - the id to setpublic final java.util.Date getCreatedAt()
public final void setCreatedAt(java.util.Date createdAt)
createdAt - the creationdate to set
public void copyValuesToBean(SafeHashtable map)
throws SerializationException
copyValuesToBean in class SerializationBasemap - 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 SerializationBasemap - the target SafeHashtable to be filled
SerializationException - in the case of a wrong serialization
version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||