|
||||||||||
| 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
public class BaseDtoImpl
Implementation of base class for DTOs.
| Constructor Summary | |
|---|---|
BaseDtoImpl()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getCreatedAt()
|
java.lang.String |
getId()
The Id of object. |
void |
setCreatedAt(java.util.Date createdAt)
|
void |
setId(java.lang.String id)
Sets the id of object. |
| 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()
getId in interface BaseDtopublic final void setId(java.lang.String id)
setId in interface BaseDtoid - the id.public final java.util.Date getCreatedAt()
getCreatedAt in interface BaseDtopublic final void setCreatedAt(java.util.Date createdAt)
setCreatedAt in interface BaseDtocreatedAt - the createdAt to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||